summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Dedecker2015-08-04 12:45:15 +0000
committerHans Dedecker2015-08-04 12:45:15 +0000
commit8e12b6fd3e7763ed0440b5521bc5031ac756b521 (patch)
treea03d70791969941529241aac41cd395be84d756f
parent64ceee8d87b6c2936a772ca0b5734754f7ae9ed5 (diff)
downloadrouting-8e12b6fd3e7763ed0440b5521bc5031ac756b521.tar.gz
nat46: Remove unnecessary 464xlat wan forwarding 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. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
-rwxr-xr-xnat46/files/464xlat.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/nat46/files/464xlat.sh b/nat46/files/464xlat.sh
index 3fbca5c..2ec1094 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