From owner-cvs-all Thu May 9 3:35: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35D9637B40B; Thu, 9 May 2002 03:34:58 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g49AYwr00626; Thu, 9 May 2002 03:34:58 -0700 (PDT) (envelope-from luigi) Message-Id: <200205091034.g49AYwr00626@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 9 May 2002 03:34:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c src/sys/netinet ip_fw.c ip_fw.h ip_input.c ip_output.c X-FreeBSD-CVS-Branch: HEAD 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 luigi 2002/05/09 03:34:58 PDT Modified files: sys/net bridge.c sys/netinet ip_fw.c ip_fw.h ip_input.c ip_output.c Log: Cleanup the interface to ip_fw_chk, two of the input arguments were totally useless and have been removed. ip_input.c, ip_output.c: Properly initialize the "ip" pointer in case the firewall does an m_pullup() on the packet. Remove some debugging code forgotten long ago. ip_fw.[ch], bridge.c: Prepare the grounds for matching MAC header fields in bridged packets, so we can have 'etherfw' functionality without a lot of kernel and userland bloat. Revision Changes Path 1.49 +34 -36 src/sys/net/bridge.c 1.185 +82 -75 src/sys/netinet/ip_fw.c 1.66 +19 -3 src/sys/netinet/ip_fw.h 1.195 +4 -12 src/sys/netinet/ip_input.c 1.155 +3 -14 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message