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

gluon-radvd: run on br-client to provide that interface with an address

parent 69387322
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ define Package/gluon-radvd
SECTION:=gluon
CATEGORY:=Gluon
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
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
interface local-node
interface br-client
{
IgnoreIfMissing on;
AdvSendAdvert on;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment