Date: Tue, 14 Sep 2004 10:37:22 +0200 From: Aurelien beorn Rougemont <beorn@ligarena.com> To: pf4freebsd@freelists.org Subject: [pf4freebsd] altq activation problem Message-ID: <4146ADC2.7080103@ligarena.com>
next in thread | raw e-mail | index | archive | help
Hello, I've been running FreeBSD 5.3beta1,2,3 and now 4 and I am still having the same problem. I've read on some mailing list that you were aware of this. When I am applying a pf.conf with : pf -f /path/pfnoaltq.conf it's ok, but if i want to reactivate altq with pf -f /path/pfwithaltq.conf the altq module seems to remain shutted down (no packets detected in pftop or in pfctl -v -s queue). I've had to make a little workaround script to bypass this (let's dare!) bug. i've had to do: ----------------------- #!/bin/sh $pfctl=/sbin/pfctl $pfctl -d $pfctl -ef $1 ----------------------- Well, i thought it would be good to let you know about this bug as you wrote earlier. Aurélien "beorn" Rougemont
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4146ADC2.7080103>