My English is no good, so I tried to describe what I want at this example:

### /etc/pf.conf
altq on bge0 bandwidth 10Mb hfsc queue { u1_in, u1_out, u2_in, u2_out...}
anchor users_queues

block all
anchor users_rules

### When user connected - teke parameter $x from DB (for example) and
execute:
echo "queue u1_in bandwidth 1Kb hfsc (upperlimit $xKb)" | pfctl -a
user_queues:u1_in -f -
echo "queue u1_out bandwidth 1Kb hfsc (upperlimit $xKb)" | pfctl -a
user_queues:u1_out -f -
*** ... users_rules... ***

I know: it doesn't works - it's simplest way (with my English) to explain
what I wont.
How to dynamicly create/delete queues?
-- 
View this message in context: 
http://www.nabble.com/altq%3A-dynamic-queues-tp15260126p15260126.html
Sent from the freebsd-pf mailing list archive at Nabble.com.

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to