Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit b4ca48b

Browse files
committed
Scripts: Set ndp to hybrid mode
1 parent 72627d7 commit b4ca48b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/ipv6-helper.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ elif [[ $1 = "install" ]]; then
6363
# Set server to lan
6464
uci set dhcp.lan.dhcpv6=server
6565
uci set dhcp.lan.ra=server
66+
uci set dhcp.lan.ndp=hybrid
6667
uci set dhcp.lan.ra_management=1
6768
uci set dhcp.lan.ra_default=1
6869

@@ -71,6 +72,7 @@ elif [[ $1 = "install" ]]; then
7172
uci set dhcp.wan6.interface=wan
7273
uci set dhcp.wan6.ra=server
7374
uci set dhcp.wan6.dhcpv6=server
75+
uci set dhcp.wan6.ndp=hybrid
7476
uci set dhcp.wan6.master=1
7577

7678
# Disable IPV6 ula prefix

0 commit comments

Comments
 (0)