summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-03-12 15:51:26 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-03-12 15:51:26 +0000
commit696448d6b684625faeda96a878bfe71e2b8b1d50 (patch)
tree3631462bb307b2b970d735faf9b513eda4b4974c /regress/sbin/pfctl
parent09f159f900a2ed43315a5d7ddbcc19d779f35183 (diff)
gif3 here too
Diffstat (limited to 'regress/sbin/pfctl')
-rw-r--r--regress/sbin/pfctl/pf58.in2
-rw-r--r--regress/sbin/pfctl/pf58.ok2
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf58.in b/regress/sbin/pfctl/pf58.in
index 43a5d09e64b..9f99e22051d 100644
--- a/regress/sbin/pfctl/pf58.in
+++ b/regress/sbin/pfctl/pf58.in
@@ -1,7 +1,7 @@
# queue on two interfaces
altq on ppp0 bandwidth 100Kb cbq queue { std ssh }
-altq on lo0 bandwidth 10Mb cbq queue { blah ssh }
+altq on gif3 bandwidth 10Mb cbq queue { blah ssh }
queue std bandwidth 10% cbq(borrow, default)
queue ssh bandwidth 30% cbq(borrow) { ssh2 }
queue ssh2 bandwidth 80%
diff --git a/regress/sbin/pfctl/pf58.ok b/regress/sbin/pfctl/pf58.ok
index fbc22c992cc..942d7b2a533 100644
--- a/regress/sbin/pfctl/pf58.ok
+++ b/regress/sbin/pfctl/pf58.ok
@@ -1,5 +1,5 @@
altq on ppp0 cbq bandwidth 100Kb tbrsize 1500 queue { std ssh }
-altq on lo0 cbq bandwidth 10Mb tbrsize 1824 queue { blah ssh }
+altq on gif3 cbq bandwidth 10Mb tbrsize 5120 queue { blah ssh }
queue std bandwidth 10% cbq( borrow default )
queue ssh bandwidth 30% cbq( borrow ) { ssh2 }
queue ssh2 bandwidth 80%