diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-07-20 21:14:40 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-07-20 21:14:40 +0000 |
commit | 2e197e9851c291047c6aff6e2faf4494873d2cd9 (patch) | |
tree | dd9e95d6952878bad04bffdee90d39ff5989a40c /regress/sbin | |
parent | f3ec5a017bfbd064afdb5c4f14cf1dd46207401d (diff) |
Fixup pf109.ok and rewrite pf110
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pf109.ok | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf110.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf110.ok | 2 |
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 |