Skip to content
Snippets Groups Projects
Commit 7586b3e3 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

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

parent b953d502
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ uci_rename network '@legacy.mesh_ifname@' 'client' ...@@ -9,6 +9,7 @@ uci_rename network '@legacy.mesh_ifname@' 'client'
uci_remove network client auto uci_remove network client auto
uci_remove network client accept_ra uci_remove network client accept_ra
uci_remove network client defaultroute
uci_set network client proto 'dhcpv6' uci_set network client proto 'dhcpv6'
uci_set network client reqprefix 'no' uci_set network client reqprefix 'no'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment