提交 ec59a85d 编写于 作者: S Stefan Berger

nwfilter: Extend schema to accept state attribute

Extend the nwfilter.rng schema to accept state attribute.
上级 5c6405a0
......@@ -429,6 +429,11 @@
<ref name="uint16range"/>
</attribute>
</optional>
<optional>
<attribute name="state">
<ref name="stateflags-type"/>
</attribute>
</optional>
</interleave>
</define>
......@@ -860,4 +865,10 @@
<define name='comment-type'>
<data type="string"/>
</define>
<define name='stateflags-type'>
<data type="string">
<param name="pattern">((NEW|ESTABLISHED|RELATED|INVALID)(,(NEW|ESTABLISHED|RELATED|INVALID))*|NONE)</param>
</data>
</define>
</grammar>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册