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'/> <tcp state='NONE' flags='RST/NONE'/>
</rule> </rule>
<rule action='accept' direction='in'> <rule action='accept' direction='in'>
<tcp state='NONE' flags='PSH/'/> <tcp state='NONE' flags='PSH/NONE'/>
</rule> </rule>
</filter> </filter>