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

gluon-legacy: gluon-mesh-batman-adv: always set proto to dhcpv6

parent fc7cd560
No related branches found
No related tags found
No related merge requests found
...@@ -7,12 +7,10 @@ ...@@ -7,12 +7,10 @@
uci_rename network '@legacy.mesh_ifname@' 'client' uci_rename network '@legacy.mesh_ifname@' 'client'
if [ "$(uci_get network client proto)" = 'none' ]; then uci_remove network client auto
uci_remove network client auto uci_remove network client accept_ra
uci_remove network client accept_ra
uci_set network client proto 'dhcpv6' uci_set network client proto 'dhcpv6'
uci_set network client reqprefix 'no' uci_set network client reqprefix 'no'
fi
uci_commit network uci_commit network
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment