aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/464xlat/files/464xlat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/ipv6/464xlat/files/464xlat.sh')
-rwxr-xr-xpackage/network/ipv6/464xlat/files/464xlat.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/network/ipv6/464xlat/files/464xlat.sh b/package/network/ipv6/464xlat/files/464xlat.sh
index c90ac1af59..dbe38b3cac 100755
--- a/package/network/ipv6/464xlat/files/464xlat.sh
+++ b/package/network/ipv6/464xlat/files/464xlat.sh
@@ -98,6 +98,9 @@ proto_464xlat_teardown() {
ip -6 rule del from all lookup local
ip -6 rule add from all lookup local pref 0
fi
+
+ # Kill conntracks SNATed to 192.0.0.1
+ echo 192.0.0.1 > /proc/net/nf_conntrack
}
proto_464xlat_init_config() {