nwfilter: extend schema + add testcase w/ connlimit-above

I am extending the schema with the recently added connlimit-above
attribute and adding a test case for it to the test suite.
This commit is contained in:
Stefan Berger
2010-04-23 11:42:39 -04:00
parent 2aed290ee9
commit 9db01465e5
4 changed files with 31 additions and 0 deletions

View File

@@ -387,6 +387,11 @@
<ref name="sixbitrange"/>
</attribute>
</optional>
<optional>
<attribute name="connlimit-above">
<ref name="uint16range"/>
</attribute>
</optional>
</interleave>
</define>