From 33a12b006f976863577b8fa7703ee8765565ad61 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Fri, 8 Apr 2016 12:07:28 +0200 Subject: [PATCH] gluon-radvd: HACK: free ebtables from bat0 --- .../files/lib/gluon/ebtables/300-radv-input-output | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 package/gluon-mesh-batman-adv-core/files/lib/gluon/ebtables/300-radv-input-output diff --git a/package/gluon-mesh-batman-adv-core/files/lib/gluon/ebtables/300-radv-input-output b/package/gluon-mesh-batman-adv-core/files/lib/gluon/ebtables/300-radv-input-output deleted file mode 100644 index 377d11cd..00000000 --- a/package/gluon-mesh-batman-adv-core/files/lib/gluon/ebtables/300-radv-input-output +++ /dev/null @@ -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'