diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-19 16:33:37 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-19 16:33:37 +0000 |
commit | ce4480e6c736c3f126678ee822bef107123c9d57 (patch) | |
tree | 085ef3c36f5574ecfcf353f2cd24ec8e6b4f0b84 /regress/sbin | |
parent | f084997ac81e17a22824ff7556188e008aa79438 (diff) |
tbrsize explicitely
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pfopt2.in | 3 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfopt3.in | 3 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfopt4.in | 3 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfopt5.in | 3 |
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 |