gnetcli-adapter 2.2.1__tar.gz → 2.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gnetcli_adapter-2.2.1 → gnetcli_adapter-2.2.2}/PKG-INFO +1 -1
- {gnetcli_adapter-2.2.1 → gnetcli_adapter-2.2.2}/src/gnetcli_adapter/gnetcli_adapter.py +1 -1
- {gnetcli_adapter-2.2.1 → gnetcli_adapter-2.2.2}/LICENSE +0 -0
- {gnetcli_adapter-2.2.1 → gnetcli_adapter-2.2.2}/README.md +0 -0
- {gnetcli_adapter-2.2.1 → gnetcli_adapter-2.2.2}/pyproject.toml +0 -0
- {gnetcli_adapter-2.2.1 → gnetcli_adapter-2.2.2}/src/gnetcli_adapter/__init__.py +0 -0
- {gnetcli_adapter-2.2.1 → gnetcli_adapter-2.2.2}/src/gnetcli_adapter/progress_tracker.py +0 -0
|
@@ -109,7 +109,7 @@ class AppSettings(BaseSettings):
|
|
|
109
109
|
async def get_config(breed: str) -> List[str]:
|
|
110
110
|
if breed == "routeros":
|
|
111
111
|
return ["/export verbose", "/user export verbose"]
|
|
112
|
-
elif breed.startswith("ios") or breed.startswith("bcom"):
|
|
112
|
+
elif breed.startswith("ios") or breed.startswith("bcom") or breed.startswith("eltex"):
|
|
113
113
|
return ["show running-config"]
|
|
114
114
|
elif breed.startswith("jun"):
|
|
115
115
|
return ["show configuration"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|