ipfw modip [DF|TOS|DSCP|TTL]

2008-03-03 Thread Marcelo Araujo
Hi all, I started a work to create a new function called of modip, but I've some doubts around this implementation. I created inside of ipfw2.c a case statement called of TOK_SETMODIP, I check if user passed one of the options(DF,TOS,DSCP,TTL), after set an int with the respective value. Now, I nee

Re: ipfw modip [DF|TOS|DSCP|TTL]

2008-03-04 Thread Vadim Goncharov
04.03.08 @ 09:23 Marcelo Araujo wrote: Hi all, I started a work to create a new function called of modip, but I've some doubts around this implementation. I created inside of ipfw2.c a case statement called of TOK_SETMODIP, I check if user passed one of the options(DF,TOS,DSCP,TTL), after set an