catalystwan 0.41.2.dev5__py3-none-any.whl → 0.41.2.dev6__py3-none-any.whl
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.
- catalystwan/models/configuration/feature_profile/sdwan/service/lan/vpn.py +1 -1
- {catalystwan-0.41.2.dev5.dist-info → catalystwan-0.41.2.dev6.dist-info}/METADATA +1 -1
- {catalystwan-0.41.2.dev5.dist-info → catalystwan-0.41.2.dev6.dist-info}/RECORD +5 -5
- {catalystwan-0.41.2.dev5.dist-info → catalystwan-0.41.2.dev6.dist-info}/LICENSE +0 -0
- {catalystwan-0.41.2.dev5.dist-info → catalystwan-0.41.2.dev6.dist-info}/WHEEL +0 -0
|
@@ -168,7 +168,7 @@ class IPv4RouteGatewayNextHop(BaseModel):
|
|
|
168
168
|
class IPv4RouteGatewayNextHopWithTracker(BaseModel):
|
|
169
169
|
model_config = ConfigDict(arbitrary_types_allowed=True, populate_by_name=True)
|
|
170
170
|
|
|
171
|
-
address: Union[Variable, Global[str]]
|
|
171
|
+
address: Union[Variable, Global[str], Global[IPv4Address]]
|
|
172
172
|
distance: Union[Variable, Global[int], Default[int]] = Default[int](value=1)
|
|
173
173
|
tracker: Union[Global[UUID], Default[None]] = as_default(None)
|
|
174
174
|
|
|
@@ -325,7 +325,7 @@ catalystwan/models/configuration/feature_profile/sdwan/service/lan/gre.py,sha256
|
|
|
325
325
|
catalystwan/models/configuration/feature_profile/sdwan/service/lan/ipsec.py,sha256=jFwQK-xLl_l9aahCX326wRIcEobElfdFxeZY0ofXD5w,7043
|
|
326
326
|
catalystwan/models/configuration/feature_profile/sdwan/service/lan/multilink.py,sha256=EKUIQDq40P01irYFWZ1fACFK6R8AusT6s96bH4qHWUg,5403
|
|
327
327
|
catalystwan/models/configuration/feature_profile/sdwan/service/lan/svi.py,sha256=B9LmnmTNHUQUVYI7071Z2j4s5pJN9SUfWQEuNb1czV8,9114
|
|
328
|
-
catalystwan/models/configuration/feature_profile/sdwan/service/lan/vpn.py,sha256=
|
|
328
|
+
catalystwan/models/configuration/feature_profile/sdwan/service/lan/vpn.py,sha256=3CfGxWQ9R9YHRJpLHzdtpjGVoNqz2VwrioCXdzi5A7k,24231
|
|
329
329
|
catalystwan/models/configuration/feature_profile/sdwan/service/multicast.py,sha256=DXvUUsPVNCmkN-YLqQArP9NKjL444UPfoZavC87i2fw,10821
|
|
330
330
|
catalystwan/models/configuration/feature_profile/sdwan/service/object_tracker.py,sha256=WeKWXT54cyf5r9S-PZLe_M8b2iXgRNwujJVLxxeNnsw,3291
|
|
331
331
|
catalystwan/models/configuration/feature_profile/sdwan/service/route_policy.py,sha256=JSThUK1D3PsCrJCwDL4vEkiPn01cAkBc9XX6IwzJuAY,15765
|
|
@@ -631,7 +631,7 @@ catalystwan/version.py,sha256=X5yIMPIrWPbdoF9eJfwxfjcvWr7JMfWQF98hQhlGB5I,3032
|
|
|
631
631
|
catalystwan/vmanage_auth.py,sha256=UZ57lTihsLsXw4AdU7Vn8XuY1jo3732Vc9WuFoHSiiQ,10780
|
|
632
632
|
catalystwan/workflows/backup_restore_device_templates.py,sha256=BoR2KlRbpCI6RxIWG7j7tucaLpw5w3ESN20dLhsrZFY,19796
|
|
633
633
|
catalystwan/workflows/tenant_migration.py,sha256=4KLbqUwH4gEegE92PCGfRd226eZd_crCUpaYUWoGXDI,9790
|
|
634
|
-
catalystwan-0.41.2.
|
|
635
|
-
catalystwan-0.41.2.
|
|
636
|
-
catalystwan-0.41.2.
|
|
637
|
-
catalystwan-0.41.2.
|
|
634
|
+
catalystwan-0.41.2.dev6.dist-info/LICENSE,sha256=97ROi91Vxrj_Jio2v8FI9E8-y6x2uYdQRaFlrEbVjkc,11375
|
|
635
|
+
catalystwan-0.41.2.dev6.dist-info/METADATA,sha256=_U2izirHEsCyVz8rO2eGD5-YkcT7hmWw8DCCif5qRqQ,21275
|
|
636
|
+
catalystwan-0.41.2.dev6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
637
|
+
catalystwan-0.41.2.dev6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|