Henning Brauer wrote:
On Mon, Mar 10, 2003 at 08:24:33PM +1100, Damien Miller wrote:

Philipp Buehler - sysfive.com GmbH wrote:

On 10/03/2003, Damien Miller <[EMAIL PROTECTED]> wrote To [EMAIL PROTECTED]:


After updating -current about a week ago I started getting the following error upon trying to load my ruleset:

# pfctl -vf /etc/pf.conf
[...]
altq on tun0 cbq bandwidth 50Kb tbrsize 1500 queue { root std dns http mail ssh}
queue root cbq( red ecn default ) { std dns http mail ssh }
pfctl: DIOCADDALTQ: Device busy

works here.. out of sync somewhere?

No, I am definitely in sync and have just re-verified the problem using a GENERIC kernel.


works fine here too.
either you have more queuedefs you are hiding from us

No.


# grep queue /etc/pf.conf.altq
altq on tun0 cbq bandwidth 50Kb queue { root, std, dns, http, mail, ssh }
queue root bandwidth 100% cbq(default ecn) { std, dns, http, mail, ssh }
queue std bandwidth 40% cbq(borrow ecn)
queue dns bandwidth 30% priority 7 cbq(borrow ecn)
queue mail bandwidth 50% priority 0 cbq(borrow ecn)
queue http bandwidth 40% priority 5 cbq(borrow ecn)
queue ssh bandwidth 40% priority 6 cbq(borrow ecn)
pass out on tun0 all queue std
pass out on tun0 proto tcp from any port ssh to any queue ssh
pass out on tun0 proto tcp from any port http to any queue http
pass out on tun0 proto tcp from any port smtp to any queue smtp


or you are really
outta sync somewhere.

No.


# ident /usr/src/sbin/pfctl/parse.y /usr/src/sys/net/pf.c
/usr/src/sbin/pfctl/parse.y:
     $OpenBSD: parse.y,v 1.340 2003/03/09 19:07:21 henning Exp $

/usr/src/sys/net/pf.c:
     $OpenBSD: pf.c,v 1.327 2003/03/09 20:26:12 frantzen Exp $

Maybe src/sbin/pfctl/* should use RCSID() macros like src/usr.bin/ssh does so this can be more directly verified.

-d





Reply via email to