Upload files to "modules"
This commit is contained in:
parent
62ea1b86c6
commit
3309c86c58
1 changed files with 4 additions and 1 deletions
|
|
@ -116,3 +116,6 @@ def run_firewall_log_curl_command(ip_version, ruleset_name, rule_number):
|
||||||
path.extend(name_parts)
|
path.extend(name_parts)
|
||||||
path.extend(["rule", rule_number])
|
path.extend(["rule", rule_number])
|
||||||
return _run_curl("/show", {"op": "show", "path": path})
|
return _run_curl("/show", {"op": "show", "path": path})
|
||||||
|
|
||||||
|
def run_dhcpv6_leases_curl_command(pool_name):
|
||||||
|
return _run_curl("/show", {"op": "show", "path": ["dhcpv6", "server", "leases", "pool", pool_name]})
|
||||||
Loading…
Add table
Add a link
Reference in a new issue