瀏覽代碼

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

pull/3/head
Dennis van Dok 7 年之前
父節點
當前提交
789bbb8e0e
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      iptables/_rule.sls

+ 3
- 0
iptables/_rule.sls 查看文件

@@ -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 %}

Loading…
取消
儲存