Forked from
ffbs / ffbs-gluon
4905 commits behind the upstream repository.
-
Matthias Schiffer authoredMatthias Schiffer authored
010-mesh 325 B
#!/bin/sh
. /lib/functions.sh
. /lib/gluon/functions/sysconfig.sh
uci_rename network '@legacy.mesh_ifname@' 'client'
uci_remove network client auto
uci_remove network client accept_ra
uci_remove network client defaultroute
uci_set network client proto 'dhcpv6'
uci_set network client reqprefix 'no'
uci_commit network