gluon-legacy: gluon-mesh-batman-adv: ensure a default route is accepted on the client interface

This commit is contained in:
Matthias Schiffer 2014-02-24 03:02:04 +01:00
parent 1b9b777eb7
commit d313fe72a5
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ 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'