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.
This commit is contained in:
Nils Schneider 2016-04-08 12:05:00 +02:00
parent 2846a991de
commit 67d248b98b

View File

@ -7,7 +7,7 @@ SERVICE_DAEMONIZE=1
start() { 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() { stop() {