Skip to content
Snippets Groups Projects
Commit eed61af7 authored by Nils Schneider's avatar Nils Schneider
Browse files

gluon-radvd: HACK: free ebtables from bat0

parent 18cd79c0
Branches
No related tags found
No related merge requests found
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-radvd PKG_NAME:=gluon-radvd
PKG_VERSION:=3 PKG_VERSION:=4
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
...@@ -11,7 +11,7 @@ define Package/gluon-radvd ...@@ -11,7 +11,7 @@ define Package/gluon-radvd
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Advertise an IPv6 prefix from the node TITLE:=Advertise an IPv6 prefix from the node
DEPENDS:=+gluon-core +gluon-ebtables +gluon-mesh-batman-adv +uradvd DEPENDS:=+gluon-core +uradvd
endef endef
define Package/gluon-radvd/description define Package/gluon-radvd/description
......
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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment