From: Jo-Philipp Wich Date: Thu, 10 Oct 2013 19:38:57 +0000 (+0000) Subject: Allow any protocol for reflection rules X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=111a3264af479d96edb4283cf397a6ba283ba19b;p=project%2Ffirewall3.git Allow any protocol for reflection rules --- diff --git a/redirects.c b/redirects.c index bb5e1ff..c76d848 100644 --- a/redirects.c +++ b/redirects.c @@ -653,7 +653,7 @@ expand_redirect(struct fw3_ipt_handle *handle, struct fw3_state *state, fw3_foreach(proto, &redir->proto) { - if (!proto || (proto->protocol != 6 && proto->protocol != 17)) + if (!proto) continue; if (redir->reflection_src == FW3_REFLECTION_INTERNAL)