Skip to content

Commit de911ab

Browse files
committed
Missing somethings
1 parent a62f3d2 commit de911ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

root/etc/uci-defaults/luci-app-fleth

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

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
3+
chmod +x /usr/sbin/fleth /etc/init.d/fleth /etc/hotplug.d/iface/70-fleth-cross-dhcpv6-renew
44

55
if [ ! -f /etc/config/fleth ]; then
66
cat <<EOF > /etc/config/fleth

root/usr/sbin/fleth

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ if [ "$1" = "auto" ]; then
253253
$0 ip6prefix &
254254
elif [ "$h_IP6PREFIX_ENABLED" == "0" ]; then
255255
uci delete network.${h_UPLINK_INTERFACE}.ip6prefix
256+
uci delete network.${h_UPLINK_INTERFACE}.extendprefix
256257
uci commit
257258
fi
258259
if [ "$h_CRON_DHCPV6_RENEW_ENABLED" == "1" ]; then

0 commit comments

Comments
 (0)