浏览代码

[fix] service definition in rich rules - thx jdreese on Github

tags/v0.6.2
David Bezuidenhout 9 年前
父节点
当前提交
941b2768b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      firewalld/files/zone.xml

+ 1
- 1
firewalld/files/zone.xml 查看文件

@@ -59,7 +59,7 @@
<destination address="{{ rule.destination.address }}" {%- if 'invert' in rule.destination %}invert="{{ rule.destination.invert }}"{%- endif %}/>
{%- endif %}
{%- if 'service' in rule %}
<destination name="{{ rule.service }}"/>
<service name="{{ rule.service }}"/>
{%- endif %}
{%- if 'port' in rule %}
<port port="{{ rule.port.portid }}" protocol="{{ rule.port.protocol }}"/>

正在加载...
取消
保存