Skip to content

Commit 53fb8ed

Browse files
authored
Merge pull request #22 from cisco-en-programmability/hotfix-wan-vpn
Hotfix: parcelType missing wan/vpn
2 parents 291485a + d3624a7 commit 53fb8ed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

catalystwan/models/configuration/feature_profile/parcel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@
118118
"unified/ssl-decryption",
119119
"unified/url-filtering",
120120
"voice-global",
121-
"voice-tenant" "wan/vpn",
121+
"voice-tenant",
122+
"wan/vpn",
122123
"wan/vpn/interface/cellular",
123124
"wan/vpn/interface/dsl-ipoe",
124125
"wan/vpn/interface/dsl-pppoa",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "catalystwan"
3-
version = "0.40.0dev9"
3+
version = "0.40.0dev10"
44
description = "Cisco Catalyst WAN SDK for Python"
55
authors = ["kagorski <kagorski@cisco.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)