Skip to content

Commit c50e773

Browse files
IPv6 setting changes
Signed-off-by: Nicholas Sun <nicholas-sun@outlook.com>
1 parent aa7172a commit c50e773

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

PATCH/duplicate/addition-trans-zh-rockchip/files/zzz-default-settings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ uci delete dhcp.lan.ra
3030
uci delete dhcp.lan.ra_management
3131
uci delete dhcp.lan.dhcpv6
3232
uci delete dhcp.lan.ndp
33+
uci set dhcp.@dnsmasq[0].filter_aaaa=1
3334
uci commit dhcp
3435

3536
#Packet Steering and Set Lan MTU

PATCH/duplicate/addition-trans-zh-x86/files/zzz-default-settings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ uci delete dhcp.lan.ra
3030
uci delete dhcp.lan.ra_management
3131
uci delete dhcp.lan.dhcpv6
3232
uci delete dhcp.lan.ndp
33+
uci set dhcp.@dnsmasq[0].filter_aaaa=1
3334
uci commit dhcp
3435

3536
#Packet Steering and Set Lan MTU

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ uci set dhcp.lan.ndp='hybrid'
6464
uci set dhcp.lan.dhcpv6='hybrid'
6565
uci set dhcp.lan.ra_management='1'
6666
uci set dhcp.@dnsmasq[0].rebind_protection='0'
67-
uci del dhcp.@dnsmasq[0].filteraaaa
67+
uci set dhcp.@dnsmasq[0].filter_aaaa=0
6868
uci commit dhcp
6969
```
7070
* PS: HYBRID mode is never a good choice, please learn about [IPv6](https://www.cisco.com/en/US/docs/switches/lan/catalyst3850/software/release/3se/consolidated_guide/b_consolidated_3850_3se_cg_chapter_0101011.html). Also odhcpd on OpenWrt has serious bugs!
@@ -78,7 +78,7 @@ Broadcom: tg3
7878
Realtek: r8125, r8169, r8152
7979
```
8080

81-
2.Modify kmod-igc ( Intel Foxville i225 / i226 ) rx / tx [ring buffer](https://fasterdata.es.net/host-tuning/linux/nic-tuning/) to 4096 to prevent the NIC from suddenly stop working
81+
2.Modify kmod-igc ( Intel Foxville i225 / i226 ) rx / tx ring buffer to 4096 to prevent the NIC from suddenly stop working
8282

8383
#### R2S Feature
8484

0 commit comments

Comments
 (0)