Date: Fri, 12 Nov 2010 13:05:17 +0000 (UTC) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c ipfw2.h src/sys/netinet ip_fw.h src/sys/netinet/ipfw ip_fw2.c ip_fw_sockopt.c Message-ID: <201011121305.oACD5a2B049554@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2010-11-12 13:05:17 UTC
FreeBSD src repository
Modified files:
sbin/ipfw ipfw.8 ipfw2.c ipfw2.h
sys/netinet ip_fw.h
sys/netinet/ipfw ip_fw2.c ip_fw_sockopt.c
Log:
SVN rev 215179 on 2010-11-12 13:05:17Z by luigi
The first customer of the SO_USER_COOKIE option:
the "sockarg" ipfw option matches packets associated to
a local socket and with a non-zero so_user_cookie value.
The value is made available as tablearg, so it can be used
as a skipto target or pipe number in ipfw/dummynet rules.
Code by Paul Joe, manpage by me.
Submitted by: Paul Joe
MFC after: 1 week
Revision Changes Path
1.244 +11 -0 src/sbin/ipfw/ipfw.8
1.160 +7 -0 src/sbin/ipfw/ipfw2.c
1.14 +1 -0 src/sbin/ipfw/ipfw2.h
1.139 +3 -0 src/sys/netinet/ip_fw.h
1.46 +33 -0 src/sys/netinet/ipfw/ip_fw2.c
1.18 +1 -0 src/sys/netinet/ipfw/ip_fw_sockopt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011121305.oACD5a2B049554>
