> >
> > This one is pretty critical. If you can't support SecurID passwords
> > (60sec lifetime) then there are lots of sites that won't be
> able to work
> > with the system at all. We've already seen this problem
> with the Cisco
> > LEAP stuff.
>
> Does anyone else have secureID fobs runn
(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 2001, Archie Cobbs wrote:
>
> >
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
Hi all,
I just came accross and interesting problem - with autnegotiation
(re-negotiation?).
I have Compaq 1850R with 'tl' interface (FreeBSD 4.4R) and Sun Netra
connected to
Cisco switch 35xx. I use link auto-negotiation on both sides for both hosts.
Ater reset of Cisco switch and also after po
Hi all,
I tested the ng_fec module from http://www.freebsd.org/~wpaul/FEC
and I think I found an error in implementation from 4.x.
There is a difference between 4.x and 5.x version of netgraph/ng_fec.c at
line 313(312)
in manipulation with reffernce counts:
313c312
< ng_units_in_use++;
--