mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
closes #28783
Passing family in get_saved_rules to _parse_conf correctly.
This commit is contained in:
parent
8f1d0b636e
commit
ba6d814553
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ def get_saved_rules(conf_file=None, family='ipv4'):
|
|||
IPv6:
|
||||
salt '*' iptables.get_saved_rules family=ipv6
|
||||
'''
|
||||
return _parse_conf(conf_file, family)
|
||||
return _parse_conf(conf_file=conf_file, family=family)
|
||||
|
||||
|
||||
def get_rules(family='ipv4'):
|
||||
|
|
Loading…
Add table
Reference in a new issue