gnetcli-adapter 2.2.2__tar.gz → 2.2.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gnetcli_adapter
3
- Version: 2.2.2
3
+ Version: 2.2.3
4
4
  Summary: Gnetcli-server adapter for Annet
5
5
  Author-email: Aleksandr Balezin <gescheit12@gmail.com>
6
6
  Requires-Python: >=3.10
@@ -108,7 +108,7 @@ class AppSettings(BaseSettings):
108
108
 
109
109
  async def get_config(breed: str) -> List[str]:
110
110
  if breed == "routeros":
111
- return ["/export verbose", "/user export verbose"]
111
+ return ["/export verbose", "/user export verbose", "/file print terse detail", "/user ssh-keys print terse"]
112
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"):
File without changes