Date: Fri, 1 Aug 2008 22:21:03 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw2.c Message-ID: <200808012221.m71MLIRg087809@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808012221.m71MLIRg087809>