We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62f3d2 commit de911abCopy full SHA for de911ab
root/etc/uci-defaults/luci-app-fleth
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-chmod +x /usr/sbin/fleth /etc/init.d/fleth /etc/hotplug.d/iface/25-fleth-ip6prefix /etc/hotplug.d/iface/70-fleth-cross-dhcpv6-renew
+chmod +x /usr/sbin/fleth /etc/init.d/fleth /etc/hotplug.d/iface/70-fleth-cross-dhcpv6-renew
4
5
if [ ! -f /etc/config/fleth ]; then
6
cat <<EOF > /etc/config/fleth
root/usr/sbin/fleth
@@ -253,6 +253,7 @@ if [ "$1" = "auto" ]; then
253
$0 ip6prefix &
254
elif [ "$h_IP6PREFIX_ENABLED" == "0" ]; then
255
uci delete network.${h_UPLINK_INTERFACE}.ip6prefix
256
+ uci delete network.${h_UPLINK_INTERFACE}.extendprefix
257
uci commit
258
fi
259
if [ "$h_CRON_DHCPV6_RENEW_ENABLED" == "1" ]; then
0 commit comments