nat46: Remove unnecessary 464xlat wan forwarding rule 116/head
authorHans Dedecker <hans.dedecker@technicolor.com>
Tue, 4 Aug 2015 12:45:15 +0000 (14:45 +0200)
committerHans Dedecker <hans.dedecker@technicolor.com>
Tue, 4 Aug 2015 12:45:15 +0000 (14:45 +0200)
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>
nat46/files/464xlat.sh

index 3fbca5cf78cb514599e2e14c963f6c34700a91c0..2ec1094a80c3d6af0a44c3c6b108952384f11cec 100755 (executable)
@@ -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