From owner-cvs-all Mon Oct 28 4:45:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8404B37B401; Mon, 28 Oct 2002 04:45:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3381843E4A; Mon, 28 Oct 2002 04:45:21 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SCiGmV094330; Mon, 28 Oct 2002 04:44:16 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9SCiGsG094329; Mon, 28 Oct 2002 04:44:16 -0800 (PST) Message-Id: <200210281244.g9SCiGsG094329@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 28 Oct 2002 04:44:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 cvs-all" in the body of the message