From eed61af7a32f79bc3cf19c33093b3018d8a8f0d6 Mon Sep 17 00:00:00 2001
From: Nils Schneider <nils@nilsschneider.net>
Date: Fri, 8 Apr 2016 12:07:28 +0200
Subject: [PATCH] gluon-radvd: HACK: free ebtables from bat0

---
 package/gluon-radvd/Makefile                                  | 4 ++--
 .../files/lib/gluon/ebtables/300-radv-input-output            | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)
 delete mode 100644 package/gluon-radvd/files/lib/gluon/ebtables/300-radv-input-output

diff --git a/package/gluon-radvd/Makefile b/package/gluon-radvd/Makefile
index 6695673ce..08448362f 100644
--- a/package/gluon-radvd/Makefile
+++ b/package/gluon-radvd/Makefile
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gluon-radvd
-PKG_VERSION:=3
+PKG_VERSION:=4
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 
@@ -11,7 +11,7 @@ define Package/gluon-radvd
   SECTION:=gluon
   CATEGORY:=Gluon
   TITLE:=Advertise an IPv6 prefix from the node
-  DEPENDS:=+gluon-core +gluon-ebtables +gluon-mesh-batman-adv +uradvd
+  DEPENDS:=+gluon-core +uradvd
 endef
 
 define Package/gluon-radvd/description
diff --git a/package/gluon-radvd/files/lib/gluon/ebtables/300-radv-input-output b/package/gluon-radvd/files/lib/gluon/ebtables/300-radv-input-output
deleted file mode 100644
index 377d11cdc..000000000
--- a/package/gluon-radvd/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'
-- 
GitLab