From 7bd30f9c840070f82e5bb7a71cb249907bad341a Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
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/package/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-icmpv6 b/package/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-icmpv6
index b670ff457..a7b674149 100644
--- a/package/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-icmpv6
+++ b/package/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'
-- 
GitLab