Date: Thu, 9 May 2002 03:34:58 -0700 (PDT) From: Luigi Rizzo <luigi@FreeBSD.org> 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 Message-ID: <200205091034.g49AYwr00626@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205091034.g49AYwr00626>
