Skip to content
Snippets Groups Projects
Commit 7c55b506 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-next-node: add ebtables rules

parent 8f20b256
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ define Package/gluon-next-node
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Next-node anycast address
DEPENDS:=+gluon-core +gluon-mesh-batman-adv +iproute2 +kmod-macvlan
DEPENDS:=+gluon-core +gluon-ebtables +gluon-mesh-batman-adv +iproute2 +kmod-macvlan
endef
define Package/gluon-next-node/description
......
rule FORWARD --logical-out br-freifunk -o bat0 -d @next_node.mac@ -j DROP
rule OUTPUT --logical-out br-freifunk -o bat0 -d @next_node.mac@ -j DROP
rule FORWARD --logical-out br-freifunk -o bat0 -s @next_node.mac@ -j DROP
rule OUTPUT --logical-out br-freifunk -o bat0 -s @next_node.mac@ -j DROP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment