Commit 2441cd9b authored by nanahira's avatar nanahira

add things for ipv6 default route

parent f9be8845
......@@ -11,5 +11,6 @@ ip6tables -t mangle -D FORWARD -i "$PPP_IFACE" -p tcp -m tcp --tcp-flags SYN,RST
iptables -t nat -o "$PPP_IFACE" -D POSTROUTING -j MASQUERADE
ip rule del pref 100 fwmark $INIT_ID lookup $INIT_ID
ip -6 rule del pref 100 fwmark $INIT_ID lookup $INIT_ID
ppp_origin -D "$PPP_IFACE"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment