From owner-freebsd-stable Mon Oct 28 4:50:47 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFE1037B401 for ; Mon, 28 Oct 2002 04:50:45 -0800 (PST) Received: from relay1.macomnet.ru (relay1.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFB9843E77 for ; Mon, 28 Oct 2002 04:50:44 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from news1.macomnet.ru (news1.macomnet.ru [195.128.64.14]) by relay1.macomnet.ru (8.11.6/8.11.6) with ESMTP id g9SCohs1601849 for ; Mon, 28 Oct 2002 15:50:43 +0300 (MSK) Date: Mon, 28 Oct 2002 15:50:43 +0300 (MSK) From: Maxim Konovalov To: stable@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c (fwd) Message-ID: <20021028154848.F68847-100000@news1.macomnet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a direct commit to -STABLE. Please let me know ASAP if you find any weirdness with ipfw after this commit. Thanks. -- Maxim Konovalov, maxim@FreeBSD.org ---------- Forwarded message ---------- Date: Mon, 28 Oct 2002 04:44:16 -0800 (PST) From: Maxim Konovalov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c maxim 2002/10/28 04:44:16 PST Modified files: (Branch: RELENG_4) sys/netinet ip_fw.c Log: o Fix remove_dyn_rule() logic. o Re-lookup a parent after EXPIRE_DYN_CHAIN(). o MFC rev. 1.14 ip_fw2.c: do not abuse console with 'session drop' messages. PR: kern/32600, kern/35887 Submitted by: Dan Pelleg Reviewed by: -stable Changes #1 and #2 do not apply to -CURRENT. Many thanks to Dan Pelleg , Dmitry Afanasiev , Eugene Grosbein and Andrew Zavjalov for testing. Revision Changes Path 1.131.2.36 +17 -4 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message