Date: Sun, 3 Feb 2008 15:48:40 -0800 (PST) From: cnupm <sizov@phys.ru> To: freebsd-pf@freebsd.org Subject: altq: dynamic queues Message-ID: <15260126.post@talk.nabble.com>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15260126.post>