Change-Id: I9d93052cfc197a364b42240448344d5543e8805fmaster
destination_port: 22 | destination_port: 22 | ||||
source_network: 192.168.1.0/24 | source_network: 192.168.1.0/24 | ||||
jump: ACCEPT | jump: ACCEPT | ||||
comment: Blah | |||||
IPv6 is supported as well | IPv6 is supported as well | ||||
{%- if rule.match is defined %} | {%- if rule.match is defined %} | ||||
- match: {{ rule.match }} | - match: {{ rule.match }} | ||||
{%- endif %} | {%- endif %} | ||||
{%- if rule.comment is defined %} | |||||
- comment: {{ rule.comment }} | |||||
{%- endif %} | |||||
{%- if rule.connection_state is defined %} | {%- if rule.connection_state is defined %} | ||||
- connstate: {{ rule.connection_state }} | - connstate: {{ rule.connection_state }} | ||||
{%- endif %} | {%- endif %} |
destination_port: 8088 | destination_port: 8088 | ||||
source_network: 127.0.0.1 | source_network: 127.0.0.1 | ||||
jump: ACCEPT | jump: ACCEPT | ||||
comment: Blah |