Procházet zdrojové kódy

add the option to specify the family per rule to support ipv6

pull/3/head
Dennis van Dok před 7 roky
rodič
revize
789bbb8e0e
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      iptables/_rule.sls

+ 3
- 0
iptables/_rule.sls Zobrazit soubor

@@ -11,6 +11,9 @@ iptables_{{ chain_name }}_{{ rule_name }}:
{%- endif %}
- table: {{ rule.get('table', 'filter') }}
- chain: {{ chain_name }}
{%- if rule.family is defined %}
- family: {{ rule.family }}
{%- endif %}
{%- if rule.jump is defined %}
- jump: {{ rule.jump }}
{%- endif %}

Načítá se…
Zrušit
Uložit