cvs commit: src/sys/netinet ip_fw2.c
Luigi Rizzo
luigi at FreeBSD.org
Fri Jul 11 22:54:19 PDT 2003
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
More information about the cvs-src
mailing list