소스 검색

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…
취소
저장