Re: Working example of bi-directional asymmetric ALTQ + NAT ruleset?
Stuart Henderson <[email protected]> Wed, 12 Jan 2011 19:32:19 +0000
| Newsgroups | gmane.os.openbsd.pf |
|---|---|
| Message-ID | <[email protected]> |
On 2011/01/12 08:40, Bonnie Packet wrote:
> altq on $int_if cbq bandwidth 5000Kb queue { std, slow, fast, tcpack }
> queue std bandwidth 1200Kb priority 1 cbq(default borrow)
you're looking for this format:
queue std on $int_if bandwidth 1200Kb priority 1 cbq(default borrow)
..etc..
I don't recall many changes to altq since 3.9 (though of course there
have been many other fixes, including some related to DoS issues in
certain circumstances).