Date: Sat, 5 Dec 2009 13:53:41 +0000 (UTC) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet in.h ip_fw.h raw_ip.c Message-ID: <200912051353.nB5DrxeN025671@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2009-12-05 13:53:41 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/netinet in.h ip_fw.h raw_ip.c
Log:
SVN rev 200123 on 2009-12-05 13:53:41Z by luigi
some MFC:
r200020
change the type of the opcode from enum *:8 to u_int8_t
so the size and alignment of the ipfw_insn is not compiler dependent.
No changes in the code generated by gcc.
r200023
Add new sockopt names for ipfw and dummynet.
This commit is just grabbing entries for the new names
that will be used in the future, so you don't need to
rebuild anything now.
r200034
Dispatch sockopt calls to ipfw and dummynet
using the new option numbers, IP_FW3 and IP_DUMMYNET3.
Right now the modules return an error if called with those arguments
so there is no danger of unwanted behaviour.
The code for r200040 was already in RELENG_7 before the 8.x freeze
Revision Changes Path
1.100.2.2 +8 -0 src/sys/netinet/in.h
1.110.2.7 +1 -1 src/sys/netinet/ip_fw.h
1.180.2.13 +4 -0 src/sys/netinet/raw_ip.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912051353.nB5DrxeN025671>
