nwfilter: extend schema to support new targets

Extend the nwfilter schema to support the continue and return targets.
This commit is contained in:
Stefan Berger 2011-10-25 11:21:57 -04:00
parent a877575a88
commit 552fe4cce6

View File

@ -866,6 +866,8 @@
<value>drop</value>
<value>accept</value>
<value>reject</value>
<value>continue</value>
<value>return</value>
</choice>
</define>