Does anyone here understand this bit of code in mb_free_ext()?
/* Free attached storage if this mbuf is the only reference to it. */
if (*(m->m_ext.ref_cnt) == 1 ||
atomic_fetchadd_int(m->m_ext.ref_cnt, -1) == 1) {
switch (m->m_ext.ext_type) {
I'm trying to access a uni network using wpa-peap with GTC
authentication, and no matter what I've tried it fails.
I've come across the same error in most of my logs: "phase2 request: NAK
type 6".
I've been at this for sometime, so I decided to contact the ICT who look
after the radius serve
Thanks John, am seeing this, just busy on another matter, will get to it
asap.
Jack
On Thu, Aug 16, 2012 at 2:36 PM, John Baldwin wrote:
> On Thursday, August 16, 2012 8:35:53 am John Baldwin wrote:
> > On Monday, August 13, 2012 6:17:53 pm Jack Vogel wrote:
> > > After looking at the code aga
On Thursday, August 16, 2012 8:35:53 am John Baldwin wrote:
> On Monday, August 13, 2012 6:17:53 pm Jack Vogel wrote:
> > After looking at the code again I think this is just what's happening,
> > mq_start
> > will schedule the task when it can't get the lock (due to the interrupt
> > already
> > h
Hi Folks,
I have an R820 I'm testing. The system seems to boot up fine, but
no network adapters show up. From pciconf -l :
none4@pci0:1:0:0: class=0x02 card=0x1f5c1028 chip=0x168a14e4 rev=0x10
hdr=0x00
none5@pci0:1:0:1: class=0x02 card=0x1f5c1028 chip=0x168a14e4 rev=0x10
when i had restarted manually quagga as below;
/usr/local/etc/rc.d/quagga restart
the server restarted the service ( zebra and quagga )
But table is empty .
--
View this message in context:
http://freebsd.1045724.n5.nabble.com/bgpd-route-doesn-t-come-into-kernel-tp5734653p5734755.html
Sent f
On Monday, August 13, 2012 6:17:53 pm Jack Vogel wrote:
> After looking at the code again I think this is just what's happening,
> mq_start
> will schedule the task when it can't get the lock (due to the interrupt
> already
> holding it presumeably), so you get the tasklet code in contention with t
On Tuesday, August 14, 2012 4:44:26 am Andrey V. Elsukov wrote:
> On 07.08.2012 16:05, John Baldwin wrote:
> > I think the problem is the assertion is wrong. We could add a new DETACHING
> > flag, but I think the simplest fix is to just remove it. I'm not sure if a
> > similar assertion in if_de
I have similar trouble in first run quagga after reboot. After manual
quagga restart all ok.
2012/8/16 bmalik
> I use quagga0.99.21 on freebsd 8.2
>
> When i run Show ip bgp, i can see all networks but i have a problem with
> zebra.
> Zebra seems to work but routing table is empty.
> My bgpd.log