edbbbc418eb47b1ec6a4290385281f9aa1c5173b
[project/luci.git] / contrib / package / meshwizard / files / usr / bin / meshwizard / helpers / setup_auto-ipv6.sh
1 #!/bin/sh
2
3 . $dir/functions.sh
4
5 # Setup auto-ipv6
6
7 if [ "$profile_ipv6_config" = "auto-ipv6-dhcpv6" ]; then
8 uci set autoipv6.olsr_node.enable=1
9 uci_commitverbose "Setup auto-ipv6 for dhcpv6 mode" autoipv6
10 fi
11
12
13