https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=94182
John-Mark Gurney <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from John-Mark Gurney <[email protected]> --- With a bit of info from jhb, it was pointed out that the queues can be applied to the underlying interface. example: physical interface: igb0 vlan 10 pf.conf: altq on igb0 cbq queue { def aq } queue def bandwidth 90% cbq (default borrow) queue aq bandwidth 10Mb cbq pass in on igb0.10 proto udp all queue aq keep state The reason this works is that the tags that are applied via the rules to mark which queue to use are attached to the mbuf, and when they finally go out the igb0 interface, they'll be processed there. I'll try to look at updating some docs to let this be more visible. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
