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:
parent
885562c8b1
commit
6b684714bd
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user