summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-02-19 16:33:36 +0000
committerhenning <henning@openbsd.org>2003-02-19 16:33:36 +0000
commit4f4ebbe10e080a6e0cdf85b15eebd6e9c0656b0f (patch)
tree7d0ee59c5706fe0b429a5a3153fc6aef32e2693e
parentneed to specify tbrsize explicitely; automatically caclulated one is (diff)
downloadwireguard-openbsd-4f4ebbe10e080a6e0cdf85b15eebd6e9c0656b0f.tar.xz
wireguard-openbsd-4f4ebbe10e080a6e0cdf85b15eebd6e9c0656b0f.zip
tbrsize explicitely
-rw-r--r--regress/sbin/pfctl/pfopt2.in3
-rw-r--r--regress/sbin/pfctl/pfopt3.in3
-rw-r--r--regress/sbin/pfctl/pfopt4.in3
-rw-r--r--regress/sbin/pfctl/pfopt5.in3
4 files changed, 8 insertions, 4 deletions
diff --git a/regress/sbin/pfctl/pfopt2.in b/regress/sbin/pfctl/pfopt2.in
index 628373aa483..afe1e156c61 100644
--- a/regress/sbin/pfctl/pfopt2.in
+++ b/regress/sbin/pfctl/pfopt2.in
@@ -12,7 +12,8 @@ set require-order yes
scrub in all
# QUEUEING, -A
-altq on $ext_if priq bandwidth 10Mb queue { pri-low pri-med pri-high }
+altq on $ext_if priq bandwidth 10Mb tbrsize 1824 \
+ queue { pri-low pri-med pri-high }
queue pri-low priority 0
queue pri-med priority 1 priq(default)
queue pri-high priority 2
diff --git a/regress/sbin/pfctl/pfopt3.in b/regress/sbin/pfctl/pfopt3.in
index 628373aa483..afe1e156c61 100644
--- a/regress/sbin/pfctl/pfopt3.in
+++ b/regress/sbin/pfctl/pfopt3.in
@@ -12,7 +12,8 @@ set require-order yes
scrub in all
# QUEUEING, -A
-altq on $ext_if priq bandwidth 10Mb queue { pri-low pri-med pri-high }
+altq on $ext_if priq bandwidth 10Mb tbrsize 1824 \
+ queue { pri-low pri-med pri-high }
queue pri-low priority 0
queue pri-med priority 1 priq(default)
queue pri-high priority 2
diff --git a/regress/sbin/pfctl/pfopt4.in b/regress/sbin/pfctl/pfopt4.in
index 628373aa483..afe1e156c61 100644
--- a/regress/sbin/pfctl/pfopt4.in
+++ b/regress/sbin/pfctl/pfopt4.in
@@ -12,7 +12,8 @@ set require-order yes
scrub in all
# QUEUEING, -A
-altq on $ext_if priq bandwidth 10Mb queue { pri-low pri-med pri-high }
+altq on $ext_if priq bandwidth 10Mb tbrsize 1824 \
+ queue { pri-low pri-med pri-high }
queue pri-low priority 0
queue pri-med priority 1 priq(default)
queue pri-high priority 2
diff --git a/regress/sbin/pfctl/pfopt5.in b/regress/sbin/pfctl/pfopt5.in
index 628373aa483..afe1e156c61 100644
--- a/regress/sbin/pfctl/pfopt5.in
+++ b/regress/sbin/pfctl/pfopt5.in
@@ -12,7 +12,8 @@ set require-order yes
scrub in all
# QUEUEING, -A
-altq on $ext_if priq bandwidth 10Mb queue { pri-low pri-med pri-high }
+altq on $ext_if priq bandwidth 10Mb tbrsize 1824 \
+ queue { pri-low pri-med pri-high }
queue pri-low priority 0
queue pri-med priority 1 priq(default)
queue pri-high priority 2