瀏覽代碼

Allow using to-port option

tags/2016.12
Filip Pytloun 8 年之前
父節點
當前提交
9540426989
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      iptables/_rule.sls

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

@@ -38,6 +38,9 @@ iptables_{{ chain_name }}_{{ rule_name }}:
{%- if rule.to_destination is defined %}
- to-destination: {{ rule.to_destination }}
{%- endif %}
{%- if rule.to_port is defined %}
- to-port: {{ rule.to_port }}
{%- endif %}
{%- if rule.to_source is defined %}
- to-source: {{ rule.to_source }}
{%- endif %}

Loading…
取消
儲存