hello,

i want to create some altq-queues which hit on some defined rules. for all not matching queue-rules i want no traffic shaping on the interface. referencing to the pf faq this should work:
altq on fxp0 cbq bandwidth 100Mb queue { std, ftp }
queue std cbq(default)
queue ftp bandwidth 1.5Mb


this doesnt work, error: "pfctl: the sum of the child bandwidth higher than parent "root_fxp0""

now how can i handle this example in openbsd3.6 so that ftp traffic is queued to 1.5Mbit/s and all not matching rules wont get any limitization?


best regards,

christian

Reply via email to