We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e667f commit 81f2dd4Copy full SHA for 81f2dd4
panos/base.py
@@ -70,6 +70,7 @@ class PanObject(object):
70
CHILDMETHODS = ()
71
HA_SYNC = True
72
TEMPLATE_NATIVE = False
73
+ _UNKNOWN_PANOS_VERSION = (sys.maxsize, 0, 0)
74
75
def __init__(self, *args, **kwargs):
76
# Set the 'name' variable
@@ -2257,7 +2258,6 @@ class VersionedPanObject(PanObject):
2257
2258
2259
"""
2260
- _UNKNOWN_PANOS_VERSION = (sys.maxsize, 0, 0)
2261
_DEFAULT_NAME = None
2262
_TEMPLATE_DEVICE_XPATH = "/config/devices/entry[@name='localhost.localdomain']"
2263
_TEMPLATE_VSYS_XPATH = _TEMPLATE_DEVICE_XPATH + "/vsys/entry[@name='{vsys}']"
0 commit comments