cvs commit: src/sys/netinet ip_fw2.c
Julian Elischer
julian at FreeBSD.org
Fri Aug 1 22:21:19 UTC 2008
julian 2008-08-01 22:21:03 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_fw2.c
Log:
SVN rev 181139 on 2008-08-01 22:21:03Z by julian
The IPFW code accepts the use of the tablearg keyword along with the skipto
keyword. But it doesn't work. Two options.. make it no longer accept it,
or actually make it work.. I chose the 2nd..
Allow the tablearg to be used to specify a skipto destination.
This is actually a very powerful construct if used correctly, or a sink
of cpu cycles if used badly.
changes t teh man page will follow.
Revision Changes Path
1.187 +21 -8 src/sys/netinet/ip_fw2.c
More information about the cvs-src
mailing list