gnetcli-adapter 2.8.1__tar.gz → 2.8.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.8.1 → gnetcli_adapter-2.8.2}/PKG-INFO +1 -1
- {gnetcli_adapter-2.8.1 → gnetcli_adapter-2.8.2}/src/gnetcli_adapter/gnetcli_adapter.py +1 -1
- {gnetcli_adapter-2.8.1 → gnetcli_adapter-2.8.2}/LICENSE +0 -0
- {gnetcli_adapter-2.8.1 → gnetcli_adapter-2.8.2}/README.md +0 -0
- {gnetcli_adapter-2.8.1 → gnetcli_adapter-2.8.2}/pyproject.toml +0 -0
- {gnetcli_adapter-2.8.1 → gnetcli_adapter-2.8.2}/src/gnetcli_adapter/__init__.py +0 -0
- {gnetcli_adapter-2.8.1 → gnetcli_adapter-2.8.2}/src/gnetcli_adapter/progress_tracker.py +0 -0
|
@@ -113,7 +113,7 @@ async def get_config(breed: str) -> List[str]:
|
|
|
113
113
|
elif breed.startswith(("h3c", "vrp")):
|
|
114
114
|
return ["display current-configuration"]
|
|
115
115
|
elif breed.startswith("aruos"):
|
|
116
|
-
return ["show ap-env", "show running-config"]
|
|
116
|
+
return ["show ap-env", "show running-config no-encrypt"]
|
|
117
117
|
raise Exception("unknown breed %r" % breed)
|
|
118
118
|
|
|
119
119
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|