RE: netgraph one2many question

2001-10-22 Thread Julian Elischer
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

RE: netgraph one2many question

2001-10-22 Thread Milon Papezik
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.. > >

Re: netgraph one2many question

2001-10-21 Thread Archie Cobbs
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 >

Re: netgraph one2many question

2001-10-20 Thread murthy kn
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

Re: netgraph one2many question

2001-10-20 Thread Julian Elischer
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

Re: netgraph one2many question

2001-10-20 Thread Archie Cobbs
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

netgraph one2many question

2001-10-18 Thread Milon Papezik
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