cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet ip_fw.h
ip_fw2.c
Gleb Smirnoff
glebius at FreeBSD.org
Sat Jan 14 17:00:56 PST 2006
glebius 2006-01-15 01:00:55 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sbin/ipfw ipfw.8 ipfw2.c
sys/netinet ip_fw.h ip_fw2.c
Log:
MFC:
Add a new feature for optimizining ipfw rulesets - substitution of the
action argument with the value obtained from table lookup. The feature
is now applicable only to "pipe", "queue", "divert", "tee", "netgraph"
and "ngtee" rules.
Revision Changes Path
1.175.2.4 +31 -1 src/sbin/ipfw/ipfw.8
1.76.2.5 +45 -45 src/sbin/ipfw/ipfw2.c
1.100.2.2 +2 -0 src/sys/netinet/ip_fw.h
1.106.2.8 +16 -5 src/sys/netinet/ip_fw2.c
More information about the cvs-src
mailing list