[PATCH 14/21] nwfilterxml2firewall: Fix schema compilance of 'tcp' test case

Peter Krempa pkrempa at redhat.com
Thu Oct 8 07:55:28 UTC 2020


Fix the 'flags' of the last rule to conform to the RNG schema.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 tests/nwfilterxml2firewalldata/tcp.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/nwfilterxml2firewalldata/tcp.xml b/tests/nwfilterxml2firewalldata/tcp.xml
index 14ebd35d38..1321f1a513 100644
--- a/tests/nwfilterxml2firewalldata/tcp.xml
+++ b/tests/nwfilterxml2firewalldata/tcp.xml
@@ -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>
-- 
2.26.2




More information about the libvir-list mailing list