]> xenbits.xensource.com Git - libvirt.git/commit
nwfilter: enable filtering of gratuitous ARP packets
authorStefan Berger <stefanb@us.ibm.com>
Mon, 23 May 2011 23:41:18 +0000 (19:41 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Mon, 23 May 2011 23:41:18 +0000 (19:41 -0400)
commitfcb0e8c2275f108b595f37defbe3c6de5bfc849e
treee308a580d2e632c992401043e485b215cf4dbfb1
parent17266c5c688c334eb31de26828c0e7371de7e8fc
nwfilter: enable filtering of gratuitous ARP packets

This patch enables filtering of gratuitous ARP packets using the following XML:

<rule action='accept' direction='in' priority='425'>
<arp gratuitous='true'/>
</rule>
docs/formatnwfilter.html.in
docs/schemas/nwfilter.rng
examples/xml/nwfilter/no-arp-spoofing.xml
src/conf/nwfilter_conf.c
src/conf/nwfilter_conf.h
src/nwfilter/nwfilter_ebiptables_driver.c
tests/nwfilterxml2xmlin/arp-test.xml
tests/nwfilterxml2xmlout/arp-test.xml