From 3bd93dea06782002dee9ae2250391029bea89e2a Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Mon, 9 Feb 2015 02:41:28 +0100 Subject: [PATCH] ebtables-filter-multicast: allow ripng --- .../files/lib/gluon/ebtables/110-mcast-allow-ripng | 1 + 1 file changed, 1 insertion(+) create mode 100644 package/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-ripng diff --git a/package/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-ripng b/package/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-ripng new file mode 100644 index 00000000..37d31877 --- /dev/null +++ b/package/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-ripng @@ -0,0 +1 @@ +rule 'MULTICAST_OUT -p IPv6 --ip6-protocol udp --ip6-destination ff02::9 --ip6-destination-port 521 -j RETURN'