diff --git a/package/gluon-mesh-batman-adv/files/lib/gluon/ebtables/300-radv-input-output b/package/gluon-mesh-batman-adv/files/lib/gluon/ebtables/300-radv-input-output index 377d11cdcad700afd880c0e13f14aa8537393e3e..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 --- a/package/gluon-mesh-batman-adv/files/lib/gluon/ebtables/300-radv-input-output +++ b/package/gluon-mesh-batman-adv/files/lib/gluon/ebtables/300-radv-input-output @@ -1,2 +0,0 @@ -rule 'INPUT -p IPv6 --ip6-protocol ipv6-icmp --ip6-icmp-type router-solicitation -i bat0 -j DROP' -rule 'OUTPUT -p IPv6 --ip6-protocol ipv6-icmp --ip6-icmp-type router-advertisement -o bat0 -j DROP'