summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormikeb <mikeb@openbsd.org>2017-07-20 21:14:39 +0000
committermikeb <mikeb@openbsd.org>2017-07-20 21:14:39 +0000
commit1e653a13e51bf7f58c9c1b21ac6bef29923bf178 (patch)
treeee55793edd660c25520c0816e165db2178b3231a
parentBring SIBUS/SIGSEGV reporting in line with amd64 and i386. (diff)
downloadwireguard-openbsd-1e653a13e51bf7f58c9c1b21ac6bef29923bf178.tar.xz
wireguard-openbsd-1e653a13e51bf7f58c9c1b21ac6bef29923bf178.zip
Fixup pf109.ok and rewrite pf110
-rw-r--r--regress/sbin/pfctl/pf109.ok2
-rw-r--r--regress/sbin/pfctl/pf110.in2
-rw-r--r--regress/sbin/pfctl/pf110.ok2
3 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pf109.ok b/regress/sbin/pfctl/pf109.ok
index 06ce18549d1..177df732e7e 100644
--- a/regress/sbin/pfctl/pf109.ok
+++ b/regress/sbin/pfctl/pf109.ok
@@ -1,2 +1,2 @@
queue rootq on lo1000000 bandwidth 1M
-queue defq parent rootq flows 100 bandwidth 1M default
+queue defq parent rootq flows 100 bandwidth 500K default
diff --git a/regress/sbin/pfctl/pf110.in b/regress/sbin/pfctl/pf110.in
index 177df732e7e..52353334cd3 100644
--- a/regress/sbin/pfctl/pf110.in
+++ b/regress/sbin/pfctl/pf110.in
@@ -1,2 +1,2 @@
queue rootq on lo1000000 bandwidth 1M
-queue defq parent rootq flows 100 bandwidth 500K default
+queue defq parent rootq flows 100 quantum 300 bandwidth 500K default
diff --git a/regress/sbin/pfctl/pf110.ok b/regress/sbin/pfctl/pf110.ok
index 177df732e7e..52353334cd3 100644
--- a/regress/sbin/pfctl/pf110.ok
+++ b/regress/sbin/pfctl/pf110.ok
@@ -1,2 +1,2 @@
queue rootq on lo1000000 bandwidth 1M
-queue defq parent rootq flows 100 bandwidth 500K default
+queue defq parent rootq flows 100 quantum 300 bandwidth 500K default