mirror of https://gitee.com/openkylin/libvirt.git
nwfilterxml2firewall: Fix schema compilance of 'tcp' test case
Fix the 'flags' of the last rule to conform to the RNG schema. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
6ecd479d01
commit
f4aa549ea8
|
@ -29,6 +29,6 @@
|
|||
<tcp state='NONE' flags='RST/NONE'/>
|
||||
</rule>
|
||||
<rule action='accept' direction='in'>
|
||||
<tcp state='NONE' flags='PSH/'/>
|
||||
<tcp state='NONE' flags='PSH/NONE'/>
|
||||
</rule>
|
||||
</filter>
|
||||
|
|
Loading…
Reference in New Issue