Skip to content

Commit 1012ed6

Browse files
fix: Include supported version specification
1 parent 3a6288f commit 1012ed6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

panos/device.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class Vsys(VersionedPanObject):
9999
vlans (list): A list of strings of VLANs
100100
virtual_wires (list): A list of strings of virtual wires
101101
virtual_routers (list): A list of strings of virtual routers
102-
logical_routers (list): A list of strings of logical routers
102+
logical_routers (list): (10.2+) A list of strings of logical routers
103103
visible_vsys (list): A list of strings of the vsys visible
104104
dns_proxy (str): DNS Proxy server
105105
decrypt_forwarding (bool): Allow forwarding of decrypted content
@@ -194,6 +194,7 @@ def _setup(self):
194194
"logical_routers",
195195
vartype="member",
196196
path="import/network/logical-router",
197+
version="10.2.0"
197198
)
198199
)
199200
params.append(

0 commit comments

Comments
 (0)