From: Ales Musil Date: Wed, 18 Jul 2018 08:33:03 +0000 (+0200) Subject: examples: Add clean-traffic-gateway into nwfilters X-Git-Tag: v4.6.0-rc1~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac01fbc90b7eb4ccc7a6140d618d1a3859365155;p=thirdparty%2Flibvirt.git examples: Add clean-traffic-gateway into nwfilters The filter purpose is to simulate isolated private VLAN. The behavior can be achieved by limiting network traffic to traffic between VM and gateway. Because there is no concept of the PVLAN in the linux bridge. The filter also contains parts from clean-traffic to prevent VM from spoofing its IP and MAC address. To use this filter the user just needs to set the GATEWAY_MAC variable to gateway MAC address. Signed-off-by: Ales Musil Reviewed-by: Martin Kletzander --- diff --git a/examples/xml/nwfilter/clean-traffic-gateway.xml b/examples/xml/nwfilter/clean-traffic-gateway.xml new file mode 100644 index 0000000000..b8c204041a --- /dev/null +++ b/examples/xml/nwfilter/clean-traffic-gateway.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +