Bill Paul wrote:
>
one other thing..
In ng_fec.h you have kept the same cookie number as ng_iface
which means that messages for these two can be confused.
You should use a differnt cookie
by tradition we use date -u +'%s'
to generate or change the cookie.
Since the first 3 commands you have are actually the same as
the first 3 commands from ng_iface, you might actually think of using them
direct
and actually implementing them directly rather than duplicating them.
i.e, include ng_iface.h, and accept 'ng_iface' cookies and respond to those
commands rather than have them as part of your own set.
(this makes an fec interface in some ways a 'sub-class' of the generic
interface node type)
--
__--_|\ Julian Elischer
/ \ [EMAIL PROTECTED]
( OZ ) World tour 2000-2001
---> X_.---._/
v
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message