From 5f9fc05c06323650597243d4f3df98f7c19fa328 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 13 Nov 2014 02:23:47 +0100 Subject: [PATCH] gluon-ebtables-filter-multicast: allow hop-by-hop options as ICMPv6 is sometimes prefixed by an HBH header --- .../files/lib/gluon/ebtables/110-mcast-allow-icmpv6 | 1 + 1 file changed, 1 insertion(+) diff --git a/gluon/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-icmpv6 b/gluon/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-icmpv6 index b670ff4..a7b6741 100644 --- a/gluon/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-icmpv6 +++ b/gluon/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-icmpv6 @@ -1 +1,2 @@ +rule 'MULTICAST_OUT -p IPv6 --ip6-protocol 0 -j RETURN' -- hop-by-hop rule 'MULTICAST_OUT -p IPv6 --ip6-protocol ipv6-icmp -j RETURN'