summaryrefslogtreecommitdiff
path: root/share/pf/queue1
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2006-10-07 04:48:02 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2006-10-07 04:48:02 +0000
commit99cc46f0827328b5fa9f0ff45f39a501dbc95de4 (patch)
tree4c3a42fe7713e61c7f5148afb07427f1eebf01d4 /share/pf/queue1
parent420c5a889411aef65233bd6bc35b88dda4abb5a7 (diff)
remove 'flags S/SA' and 'keep state'
ok nick@
Diffstat (limited to 'share/pf/queue1')
-rw-r--r--share/pf/queue114
1 files changed, 6 insertions, 8 deletions
diff --git a/share/pf/queue1 b/share/pf/queue1
index 631d8a1e3d2..38824f38ee3 100644
--- a/share/pf/queue1
+++ b/share/pf/queue1
@@ -1,4 +1,4 @@
-# $OpenBSD: queue1,v 1.3 2003/01/20 16:14:23 henning Exp $
+# $OpenBSD: queue1,v 1.4 2006/10/07 04:48:01 mcbride Exp $
ext_if = "dc0"
@@ -13,10 +13,8 @@ queue ssh bandwidth 100Kb priority 7 cbq(borrow)
queue rsets bandwidth 7500b priority 0 cbq(red)
block return in on $ext_if inet all queue rsets
-pass in on $ext_if inet proto tcp from any to any port 80 keep state queue http
-pass out on $ext_if inet proto tcp from any to any port 22 keep state queue ssh
-pass in on $ext_if inet proto tcp from any to any port 22 keep state queue ssh
-pass out on $ext_if inet proto tcp from any to any port 25 keep state queue mail
-pass out on $ext_if inet all keep state
-
-
+pass in on $ext_if inet proto tcp from any to any port 80 queue http
+pass out on $ext_if inet proto tcp from any to any port 22 queue ssh
+pass in on $ext_if inet proto tcp from any to any port 22 queue ssh
+pass out on $ext_if inet proto tcp from any to any port 25 queue mail
+pass out on $ext_if inet all