Question: With the latest versions, do i still need the following fixes? The threads for these fixes is a couple years old now.
spurious default IPv6 route:
QOS & ICMPv6 messages fix:
shibby v119/v120 IPv6 questions
spurious default IPv6 route:
Code:
echo 0 > /proc/sys/net/ipv6/conf/`nvram get wan_iface`/accept_ra ip -6 route flush default dev `nvram get wan_iface` echo 2 > /proc/sys/net/ipv6/conf/`nvram get wan_iface`/accept_ra
Code:
ip6tables -t mangle -I OUTPUT 1 -o `nvram get wan_iface` -p icmpv6 \! --icmpv6-type echo-request -j...