remove unused notrack chain
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 27 Feb 2013 21:56:01 +0000 (22:56 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 27 Feb 2013 21:56:01 +0000 (22:56 +0100)
zones.c

diff --git a/zones.c b/zones.c
index 576ad42..e6c88db 100644 (file)
--- a/zones.c
+++ b/zones.c
@@ -47,8 +47,6 @@ static const struct chain dst_chains[] = {
 
        C(V4,  NAT,    SNAT,    "zone_%s_postrouting"),
        C(V4,  NAT,    DNAT,    "zone_%s_prerouting"),
-
-       C(ANY, RAW,    NOTRACK, "zone_%s_notrack"),
 };
 
 const struct fw3_option fw3_zone_opts[] = {