Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Fix collecting RoutePolicyGetResponse and LocalizedPolicyInfo (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrajewski authored Sep 5, 2024
1 parent e679c86 commit 0e357bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions catalystwan/models/policy/localized.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"deviceaccesspolicyv6",
"deviceAccessPolicyv6",
"vedgeRoute",
"vedgeroute",
]


Expand Down
1 change: 1 addition & 0 deletions catalystwan/models/policy/policy_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def networks_to_str(networks: Sequence[Union[IPv4Network, IPv6Network]]) -> str:
"deviceaccesspolicyv6",
"sslDecryption",
"vedgeRoute",
"vedgeroute",
]


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "catalystwan"
version = "0.35.0dev5"
version = "0.35.0dev6"
description = "Cisco Catalyst WAN SDK for Python"
authors = ["kagorski <kagorski@cisco.com>"]
readme = "README.md"
Expand Down

0 comments on commit 0e357bd

Please sign in to comment.