summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl
diff options
context:
space:
mode:
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%