X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=redirects.c;h=a657b6d8644196f162b75b9f46edcbd06533667a;hb=e751cde8954a09ea32f67a8bf7974b4dc1395f2e;hp=5b8d7a9266a018c477361962a3c99869dcf6262d;hpb=18a503d0125aebc3a8d62dad1c02e6bb1da92eb6;p=project%2Ffirewall3.git diff --git a/redirects.c b/redirects.c index 5b8d7a9..a657b6d 100644 --- a/redirects.c +++ b/redirects.c @@ -1,7 +1,7 @@ /* * firewall3 - 3rd OpenWrt UCI firewall implementation * - * Copyright (C) 2013-2014 Jo-Philipp Wich + * Copyright (C) 2013-2014 Jo-Philipp Wich * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -278,7 +278,6 @@ fw3_load_redirects(struct fw3_state *state, struct uci_package *p) else { set(redir->_src->flags, FW3_FAMILY_V4, redir->target); - redir->_src->conntrack = true; valid = true; if (!check_local(e, redir, state) && !redir->dest.set && @@ -309,7 +308,6 @@ fw3_load_redirects(struct fw3_state *state, struct uci_package *p) else { set(redir->_dest->flags, FW3_FAMILY_V4, redir->target); - redir->_dest->conntrack = true; valid = true; } }