DragonFly BSD
DragonFly bugs List (threaded) for 2006-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: altq kernel panic with recent HEAD


From: Kyle Butt <kylebutt@xxxxxxxxx>
Date: Tue, 10 Oct 2006 16:55:21 -0600

On Tue, Oct 10, 2006 at 10:33:50PM +0200, Simon 'corecode' Schubert wrote:
> Kyle Butt wrote:
> >Core and kernel forthcoming to my leaf account.
> >Happens upon loading pf with altq. Doesn't happen If I comment out
> >altq. It is repeatable. I can give my pf.conf if that would help.
> 
> Is this an smp system?  which altq classifier/queue do you use?

sorry for the repeat, but It was class based queuing.
Here are the applicable sections of pf.conf:

#	$OpenBSD: pf.conf,v 1.25 2004/01/29 18:54:29 todd Exp $
#	$DragonFly: src/etc/pf.conf,v 1.1 2004/09/21 21:25:28 joerg Exp $
#
# See pf.conf(5) and /usr/share/pf for syntax and examples.

ext_if="em0"

#altq on $ext_if cbq bandwidth 256Kb queue {ssh, http, other}
#queue other bandwidth 10% cbq(default, borrow)
#queue http  bandwidth 65% cbq(borrow)
#queue ssh   bandwidth 25% {ssh_login, ssh_data}
  #queue ssh_login bandwidth 25% priority 4 cbq(ecn)
  #queue ssh_data  bandwidth 75%  cbq(ecn, borrow)

#pass out on $ext_if proto tcp to any port http modulate state queue http
#pass out on $ext_if proto tcp to any port ssh modulate state queue (ssh_data, ssh_login)





[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]