gluon-next-node: add ebtables rules
This commit is contained in:
parent
8f20b25632
commit
7c55b5060e
@ -12,7 +12,7 @@ define Package/gluon-next-node
|
|||||||
SECTION:=gluon
|
SECTION:=gluon
|
||||||
CATEGORY:=Gluon
|
CATEGORY:=Gluon
|
||||||
TITLE:=Next-node anycast address
|
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
|
endef
|
||||||
|
|
||||||
define Package/gluon-next-node/description
|
define Package/gluon-next-node/description
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user