This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
iptables-formula
mirror of
https://github.com/salt-formulas/salt-formula-iptables
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
6
Wiki
Activity
Browse Source
Policy requires table argument (but default should be filter)
tags/2016.12
Filip Pytloun
9 years ago
parent
9dc2a1a4fa
commit
79d520802f
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
iptables/service.sls
+ 1
- 0
iptables/service.sls
View File
@@ -21,6 +21,7 @@ iptables_{{ chain_name }}_policy:
iptables.set_policy:
- chain: {{ chain_name }}
- policy: {{ chain.policy }}
- table: filter
{%- endif %}
{%- for rule_name, rule in chain.get('rule', {}).iteritems() %}
Write
Preview
Loading…
Cancel
Save