summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-03-12 15:51:25 +0000
committerhenning <henning@openbsd.org>2003-03-12 15:51:25 +0000
commit55bc7164025c0cbf9995d5bee77ced8c47a10d6a (patch)
treec702e450a9fd0aebec76ab6f6d94635b8582b521
parentuse gif3 instead of lo0 for this test and thus avoid the mtu issue on (diff)
downloadwireguard-openbsd-55bc7164025c0cbf9995d5bee77ced8c47a10d6a.tar.xz
wireguard-openbsd-55bc7164025c0cbf9995d5bee77ced8c47a10d6a.zip
gif3 here too
-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%