From 4db96dcc31c2cddb831e0d3b8be56ce97060f04b Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Thu, 9 Jul 2015 11:32:56 +0200 Subject: [PATCH] nat46: Remove unnecessary 464xlat wan forwarding firewall rule Remove unnecessary 464xlat wan forwarding firewall rule with as outgoing interface the 464xlat interface and as destination the local IPv6 464xlat address as it's never hit due to statefull firewall Signed-off-by: Hans Dedecker --- nat46/files/464xlat.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nat46/files/464xlat.sh b/nat46/files/464xlat.sh index 8154f7f..c549cc5 100755 --- a/nat46/files/464xlat.sh +++ b/nat46/files/464xlat.sh @@ -67,16 +67,6 @@ proto_464xlat_setup() { json_add_string src_ip $ip6addr json_add_string target ACCEPT json_close_object - json_add_object "" - json_add_string type rule - json_add_string family inet6 - json_add_string proto all - json_add_string direction out - json_add_string dest "$zone" - json_add_string src "$zone" - json_add_string dest_ip $ip6addr - json_add_string target ACCEPT - json_close_object json_close_array proto_close_data