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.
2 parents 77f4ce5 + 8a71f42 commit 58f9bc1Copy full SHA for 58f9bc1
netmiko/paloalto/paloalto_panos.py
@@ -162,7 +162,7 @@ def commit(
162
if device_and_network:
163
command_string += " device-and-network"
164
if policy_and_objects:
165
- command_string += " device-and-network"
+ command_string += " policy-and-objects"
166
if no_vsys:
167
command_string += " no-vsys"
168
command_string += " excluded"
0 commit comments