global: remove automatic notrack rules
[project/firewall3.git] / utils.c
diff --git a/utils.c b/utils.c
index aca98d59657d037b8789769a0e18244c757c7405..537c62980fc354a75ea848268fa26640561f8bbd 100644 (file)
--- a/utils.c
+++ b/utils.c
@@ -462,11 +462,6 @@ write_zone_uci(struct uci_context *ctx, struct fw3_zone *z,
        ptr.value  = z->masq ? "1" : "0";
        uci_set(ctx, &ptr);
 
-       ptr.o      = NULL;
-       ptr.option = "conntrack";
-       ptr.value  = z->conntrack ? "1" : "0";
-       uci_set(ctx, &ptr);
-
        ptr.o      = NULL;
        ptr.option = "mtu_fix";
        ptr.value  = z->mtu_fix ? "1" : "0";