Date: Fri, 11 Jul 2003 22:54:18 -0700 (PDT) From: Luigi Rizzo <luigi@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: <200307120554.h6C5sICj008834@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2003/07/11 22:54:18 PDT FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: Implement comments embedded into ipfw2 instructions. Since we already had 'O_NOP' instructions which always match, all I needed to do is allow the NOP command to have arbitrary length (i.e. move its label in a different part of the switch() which validates instructions). The kernel must know nothing about comments, everything else is done in userland (which will be described in the upcoming ipfw2.c commit). Revision Changes Path 1.36 +1 -1 src/sys/netinet/ip_fw2.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307120554.h6C5sICj008834>