1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-22 17:34:18 +03:00

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:
Peter Krempa 2020-10-07 16:32:16 +02:00
parent 6ecd479d01
commit f4aa549ea8

View File

@ -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>