Re: ng_ppp: how to send NGM_PPP_SET_CONFIG?

2003-06-28 Thread Archie Cobbs
Gleb Smirnoff wrote: > ngctl << > mkpeer iface dummy ipx > msg ng0: point2point {}; > mkpeer .:dummy ppp inet inet > name .:dummy.inet ppp0 > connect ppp0: cp0: link0 rawdata > > ifconfig ng0 x.x.x.x x.x.x.y up > > Trying to ping x.x.x.y i get: Device not c

Re: something wrong with fxp driver ?

2003-06-28 Thread Ying-Chieh Liao
On Fri, Jun 27, 2003 at 15:40:22 -0700, Doug White wrote: > On Fri, 27 Jun 2003, Ying-Chieh Liao wrote: > > On Fri, Jun 27, 2003 at 09:28:31 -0400, Robert Watson wrote: > > > You might compare the dmesg output from before/after and see if there are > > > any obvious changes in IRQ allocation, share

using memory after freed in tcp_syncache (syncache_timer())

2003-06-28 Thread Don Bowman
syncache_timer() ... /* * syncache_respond() may call back into the syncache to * to modify another entry, so do not obtain the next * entry on the timer chain until it has completed. */ (void) sync

RE: using memory after freed in tcp_syncache (syncache_timer())

2003-06-28 Thread Don Bowman
From: Don Bowman ... It appears this may also occur in syncache_add(): in this case, syncache_respond() alters the list. sc->sc_tp = tp; sc->sc_inp_gencnt = tp->t_inpcb->inp_gencnt; if (syncache_respond(sc, m) == 0) { s = spl