]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
nwfilterxml2firewall: Fix schema compilance of 'tcp' test case
authorPeter Krempa <pkrempa@redhat.com>
Wed, 7 Oct 2020 14:32:16 +0000 (16:32 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 20 Oct 2020 07:05:10 +0000 (09:05 +0200)
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>
tests/nwfilterxml2firewalldata/tcp.xml

index 14ebd35d38d590aaa3d587482f485fb37d1c232a..1321f1a5134a493c2af548a781c7b8e7e7b96645 100644 (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>