diff options
author | 2003-03-10 14:56:50 +0000 | |
---|---|---|
committer | 2003-03-10 14:56:50 +0000 | |
commit | ba2fe7082525898d1cb060b21b2b82586806e4f3 (patch) | |
tree | 0ad7ab060be79af13db551cc78427eaea92a401a | |
parent | check for multiple same named queues on one interface. (diff) | |
download | wireguard-openbsd-ba2fe7082525898d1cb060b21b2b82586806e4f3.tar.xz wireguard-openbsd-ba2fe7082525898d1cb060b21b2b82586806e4f3.zip |
regen
-rw-r--r-- | regress/sbin/pfctl/pfail18.ok | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfail31.ok | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfail32.ok | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/pfctl/pfail18.ok b/regress/sbin/pfctl/pfail18.ok index 4270494b08a..0db59bcc48f 100644 --- a/regress/sbin/pfctl/pfail18.ok +++ b/regress/sbin/pfctl/pfail18.ok @@ -1,4 +1,4 @@ -stdin:6: queue has no parent +stdin:6: queue toads has no parent pfctl: Syntax error in file: pf rules not loaded altq on lo0 cbq bandwidth 10Mb tbrsize 1824 queue { frenchs eat frogs } queue frenchs bandwidth 30% cbq( default ) diff --git a/regress/sbin/pfctl/pfail31.ok b/regress/sbin/pfctl/pfail31.ok index 196633318e9..e2d091ca296 100644 --- a/regress/sbin/pfctl/pfail31.ok +++ b/regress/sbin/pfctl/pfail31.ok @@ -1,6 +1,6 @@ stdin:6: unknown interface nothere0 -stdin:7: queue has no parent -stdin:8: queue has no parent +stdin:7: queue q_ext_std has no parent +stdin:8: queue q_ext_p2p has no parent pfctl: Syntax error in file: pf rules not loaded lan_if = "lo0" ext_if = "nothere0" diff --git a/regress/sbin/pfctl/pfail32.ok b/regress/sbin/pfctl/pfail32.ok index eab8966ee3b..81cb9be8e74 100644 --- a/regress/sbin/pfctl/pfail32.ok +++ b/regress/sbin/pfctl/pfail32.ok @@ -4,7 +4,7 @@ pfctl: queue bandwidth must be larger than 123.77Kb cbq: queue eins is too slow! pfctl: queue bandwidth must be larger than 123.77Kb cbq: queue zwei is too slow! -Queue zwei already exists on interface lo0 +queue zwei already exists on interface lo0 pfctl: Syntax error in file: pf rules not loaded altq on lo0 cbq bandwidth 100Kb tbrsize 33224 queue { eins zwei } queue eins cbq( default ) { zwei } |