gluon-radvd: run on br-client to provide that interface with an address
This commit is contained in:
parent
69387322a7
commit
6e2b5a19b3
@ -12,7 +12,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-next-node +radvd
|
DEPENDS:=+gluon-core +gluon-ebtables +gluon-mesh-batman-adv +radvd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gluon-radvd/description
|
define Package/gluon-radvd/description
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
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
|
@ -1,4 +1,4 @@
|
|||||||
interface local-node
|
interface br-client
|
||||||
{
|
{
|
||||||
IgnoreIfMissing on;
|
IgnoreIfMissing on;
|
||||||
AdvSendAdvert on;
|
AdvSendAdvert on;
|
||||||
|
Loading…
Reference in New Issue
Block a user