asons.
> However you are right that it might be easier to fix ng_fec first.
>
> Could ng_fec be then imported into tree ?
>
> Thanks i advance :-)
> Milon
> --
> milon.papezik@
>
> > -Original Message-
> > From: Julian Elischer [mailto:[EM
Thanks i advance :-)
Milon
--
milon.papezik@
> -Original Message-
> From: Julian Elischer [mailto:[EMAIL PROTECTED]]
> Subject: Re: netgraph one2many question
>
> Bill Paul has written a specific NETGRAPH FEC module...
>
> he has failover as well..
>
>
murthy kn writes:
> 1.In the context of one2many, in the manpage example, I see that it puts the
> interfaces into promiscuous mode. My question is, instead of turning on the
> promiscuous mode, will it not work if we use the "ifconfig lladdr" to
> temporarily change the MAC address (hardware
>
Julian Elischer <[EMAIL PROTECTED]>
>To: Archie Cobbs <[EMAIL PROTECTED]>
>CC: Milon Papezik <[EMAIL PROTECTED]>, "'[EMAIL PROTECTED]'"
><[EMAIL PROTECTED]>, "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: Re: ne
Bill Paul has written a specific NETGRAPH FEC module...
he has failover as well..
(it is only PART a netgraph module as it doesn;t use the netgraph hooks to
talk to teh ethernet driver.. (strange))
I suggest you look for it in the archives or on
http://www.freebsd.org/~wpaul/
On Sat, 20 Oct 20
Milon Papezik writes:
> I would like to extend ng_one2many module to include
> automatic link failure datection, failover and FEC functionality.
>
> My question is:
> Are interface nodes able to send upstream notification
> that their state has changed or do I have to poll their status periodical
Hi all,
I would like to extend ng_one2many module to include
automatic link failure datection, failover and FEC functionality.
My question is:
Are interface nodes able to send upstream notification
that their state has changed or do I have to poll their status periodically
as it is done in ng_fe