With new filters borrowed from David Steven's submission: A set of new filters to handle multiple IP addresses and MAC addresses per interface. The alternative would be to replace some of the existing ones with these here. Signed-off-by: David L Stevens Signed-off-by: Stefan Berger --- examples/xml/nwfilter/Makefile.am | 6 +++++ examples/xml/nwfilter/clean-traffic-new.xml | 29 ++++++++++++++++++++++++++ examples/xml/nwfilter/no-arp-spoofing-new.xml | 4 +++ examples/xml/nwfilter/no-arpip-spoofing.xml | 12 ++++++++++ examples/xml/nwfilter/no-arpmac-spoofing.xml | 8 +++++++ examples/xml/nwfilter/no-ip-spoofing-new.xml | 5 ++++ examples/xml/nwfilter/no-mac-spoofing-new.xml | 10 ++++++++ 7 files changed, 74 insertions(+) Index: libvirt-acl/examples/xml/nwfilter/Makefile.am =================================================================== --- libvirt-acl.orig/examples/xml/nwfilter/Makefile.am +++ libvirt-acl/examples/xml/nwfilter/Makefile.am @@ -8,11 +8,17 @@ FILTERS = \ allow-incoming-ipv4.xml \ allow-ipv4.xml \ clean-traffic.xml \ + clean-traffic-new.xml \ no-arp-spoofing.xml \ + no-arp-spoofing-new.xml \ + no-arpip-spoofing.xml \ + no-arpmac-spoofing.xml \ no-ip-multicast.xml \ no-ip-spoofing.xml \ + no-ip-spoofing-new.xml \ no-mac-broadcast.xml \ no-mac-spoofing.xml \ + no-mac-spoofing-new.xml \ no-other-l2-traffic.xml \ no-other-rarp-traffic.xml \ qemu-announce-self.xml \ Index: libvirt-acl/examples/xml/nwfilter/no-arpip-spoofing.xml =================================================================== --- /dev/null +++ libvirt-acl/examples/xml/nwfilter/no-arpip-spoofing.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + Index: libvirt-acl/examples/xml/nwfilter/no-arpmac-spoofing.xml =================================================================== --- /dev/null +++ libvirt-acl/examples/xml/nwfilter/no-arpmac-spoofing.xml @@ -0,0 +1,8 @@ + + + + + + + + Index: libvirt-acl/examples/xml/nwfilter/clean-traffic-new.xml =================================================================== --- /dev/null +++ libvirt-acl/examples/xml/nwfilter/clean-traffic-new.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: libvirt-acl/examples/xml/nwfilter/no-arp-spoofing-new.xml =================================================================== --- /dev/null +++ libvirt-acl/examples/xml/nwfilter/no-arp-spoofing-new.xml @@ -0,0 +1,4 @@ + + + + Index: libvirt-acl/examples/xml/nwfilter/no-mac-spoofing-new.xml =================================================================== --- /dev/null +++ libvirt-acl/examples/xml/nwfilter/no-mac-spoofing-new.xml @@ -0,0 +1,10 @@ + + + + + + + + + + Index: libvirt-acl/examples/xml/nwfilter/no-ip-spoofing-new.xml =================================================================== --- /dev/null +++ libvirt-acl/examples/xml/nwfilter/no-ip-spoofing-new.xml @@ -0,0 +1,5 @@ + + + + +