[BACK]Return to queue3 CVS log [TXT][DIR] Up to [local] / src / share / pf

File: [local] / src / share / pf / Attic / queue3 (download)

Revision 1.3, Sat Oct 7 04:48:01 2006 UTC (17 years, 8 months ago) by mcbride
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.2: +4 -4 lines

remove 'flags S/SA' and 'keep state'

ok nick@

# $OpenBSD: queue3,v 1.3 2006/10/07 04:48:01 mcbride Exp $
# simple PRIQ example

ext_if="lo0"

altq on $ext_if priq bandwidth 10Mb queue { pri-low pri-med pri-high }
queue pri-low priority 0
queue pri-med priority 1 priq(default)
queue pri-high priority 2

pass out on $ext_if proto tcp from any to any port 22 \
    queue(pri-med, pri-high)
pass out on $ext_if proto tcp from any to any port 80 queue pri-med
pass in  on $ext_if proto tcp from any to any port 80 queue pri-low