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

gluon-radvd: run on local-node instead of br-client

On a layer 3 mesh, we'd like the default route to point to all node's
local-node interface for roaming to work.
parent 872d0690
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ SERVICE_DAEMONIZE=1
start() {
service_start /usr/sbin/uradvd -i br-client -p $(lua -e 'print(require("gluon.site_config").prefix6)')
service_start /usr/sbin/uradvd -i local-node -a $(lua -e 'print(require("gluon.site_config").prefix6)')
}
stop() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment