diff --git a/examples/xml/nwfilter/Makefile.am b/examples/xml/nwfilter/Makefile.am index 54a7aae651409c84f909214ae8ca9364835b53ae..439e7b885bf378852649bcd0578c22d0310a68a1 100644 --- a/examples/xml/nwfilter/Makefile.am +++ b/examples/xml/nwfilter/Makefile.am @@ -11,7 +11,10 @@ FILTERS = \ no-ip-spoofing.xml \ no-mac-broadcast.xml \ no-mac-spoofing.xml \ - no-other-l2-traffic.xml + no-other-l2-traffic.xml \ + no-other-rarp-traffic.xml \ + qemu-announce-self.xml \ + qemu-announce-self-rarp.xml EXTRA_DIST=$(FILTERS) diff --git a/examples/xml/nwfilter/clean-traffic.xml b/examples/xml/nwfilter/clean-traffic.xml index 2cc7df983e586c3e1b99877a6fde0b0533dc3d73..40f0ecbfa57ffe7df1184ab728480f15df63fb0e 100644 --- a/examples/xml/nwfilter/clean-traffic.xml +++ b/examples/xml/nwfilter/clean-traffic.xml @@ -14,4 +14,7 @@ + + + diff --git a/examples/xml/nwfilter/no-arp-spoofing.xml b/examples/xml/nwfilter/no-arp-spoofing.xml index b49e781be479d6fc8e5c85fa7c8f83b0ecef31e3..c6c858dad08a25b783cafb24b1a7797f6a7efacb 100644 --- a/examples/xml/nwfilter/no-arp-spoofing.xml +++ b/examples/xml/nwfilter/no-arp-spoofing.xml @@ -1,27 +1,30 @@ f88f1932-debf-4aa1-9fbe-f10d3aa4bc95 + + + - + - + - + - + - + diff --git a/examples/xml/nwfilter/no-other-rarp-traffic.xml b/examples/xml/nwfilter/no-other-rarp-traffic.xml new file mode 100644 index 0000000000000000000000000000000000000000..7729996ecefa16093bbcdbbfa340f4c4b3f097c9 --- /dev/null +++ b/examples/xml/nwfilter/no-other-rarp-traffic.xml @@ -0,0 +1,3 @@ + + + diff --git a/examples/xml/nwfilter/qemu-announce-self-rarp.xml b/examples/xml/nwfilter/qemu-announce-self-rarp.xml new file mode 100644 index 0000000000000000000000000000000000000000..b7a848ad0ff2fa90f8952eb0b6132c6b102a57f1 --- /dev/null +++ b/examples/xml/nwfilter/qemu-announce-self-rarp.xml @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/examples/xml/nwfilter/qemu-announce-self.xml b/examples/xml/nwfilter/qemu-announce-self.xml new file mode 100644 index 0000000000000000000000000000000000000000..352db500de4eb0e259283a33546b829090f0a312 --- /dev/null +++ b/examples/xml/nwfilter/qemu-announce-self.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + +