K 10 svn:author V 5 luigi K 8 svn:date V 27 2003-07-12T05:54:17.000000Z K 7 svn:log V 413 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). END