mirror of https://gitee.com/openkylin/libvirt.git
nwfilter: extend schema to support new targets
Extend the nwfilter schema to support the continue and return targets.
This commit is contained in:
parent
a877575a88
commit
552fe4cce6
|
@ -866,6 +866,8 @@
|
|||
<value>drop</value>
|
||||
<value>accept</value>
|
||||
<value>reject</value>
|
||||
<value>continue</value>
|
||||
<value>return</value>
|
||||
</choice>
|
||||
</define>
|
||||
|
||||
|
|
Loading…
Reference in New Issue