gluon-packages/gluon/gluon-legacy/generate/lib/gluon/upgrade/mesh-batman-adv/legacy/010-mesh

18 lines
325 B
Bash
Executable File

#!/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