]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nwfilter: Add ARP src/dst IP mask for ebtables ARP
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Thu, 13 Mar 2014 22:30:09 +0000 (18:30 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Thu, 13 Mar 2014 22:30:09 +0000 (18:30 -0400)
commita81756f1ff174c2603f1a392658741f4678bf3ed
treeb1c87741b028e4e332a705cd05b6c07662a11bbe
parent5a2b17beb89c648db5d8e145615b4e8128c7bd8b
nwfilter: Add ARP src/dst IP mask for ebtables ARP

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=862887

Add a netmask for the source and destination IP address for the
ebtables --arp-ip-src and --arp-ip-dst options. Extend the XML
parser with support for XML attributes for these netmasks similar
to already supported netmasks. Extend the documentation.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
docs/formatnwfilter.html.in
src/conf/nwfilter_conf.c
src/conf/nwfilter_conf.h
src/nwfilter/nwfilter_ebiptables_driver.c