libvirt/tests/nwfilterxml2xmlout
Stefan Berger 6ab24feb44 nwfilters: support for TCP flags evaluation
This patch adds support for the evaluation of TCP flags in nwfilters.

It adds documentation to the web page and extends the tests as well.
Also, the nwfilter schema is extended.

The following are some example for rules using the tcp flags:

<rule action='accept' direction='in'>
    <tcp state='NONE' flags='SYN/ALL' dsptportstart='80'/>
</rule>
<rule action='drop' direction='in'>
    <tcp state='NONE' flags='SYN/ALL'/>
</rule>
2011-04-07 20:13:38 -04:00
..
ah-ipv6-test.xml
ah-test.xml
all-ipv6-test.xml
all-test.xml
arp-test.xml
comment-test.xml
conntrack-test.xml
esp-ipv6-test.xml
esp-test.xml
example-1.xml nwfilter: Add test case for testing the state attribute 2010-10-07 06:43:35 -04:00
example-2.xml nwfilter: Add test case for testing the state attribute 2010-10-07 06:43:35 -04:00
hex-data-test.xml
icmp-direction2-test.xml
icmp-direction3-test.xml
icmp-direction-test.xml
icmp-test.xml
icmpv6-test.xml
igmp-test.xml
ip-test.xml
ipt-no-macspoof-test.xml
ipv6-test.xml
mac-test.xml
rarp-test.xml
ref-rule-test.xml
ref-test.xml
sctp-ipv6-test.xml
sctp-test.xml
tcp-ipv6-test.xml
tcp-test.xml nwfilters: support for TCP flags evaluation 2011-04-07 20:13:38 -04:00
udp-ipv6-test.xml
udp-test.xml
udplite-ipv6-test.xml
udplite-test.xml