diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-19 23:23:32 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-19 23:23:32 +0000 |
commit | c74485e176514e0339e6a52a8d5ffc3dbc58a92b (patch) | |
tree | a05234fc93b80a886c35b43ab57d19e1b926f25e /regress/sbin | |
parent | 64accd04d444a4bb7f3a749daec41eb1b925f350 (diff) |
...and poor new files need to be added... *sigh*
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pfail18.in | 6 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfail18.ok | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfail18.in b/regress/sbin/pfctl/pfail18.in new file mode 100644 index 00000000000..a623ea28359 --- /dev/null +++ b/regress/sbin/pfctl/pfail18.in @@ -0,0 +1,6 @@ +# queue without parent + +altq on lo0 cbq bandwidth 10Mb queue { frenchs eat frogs } +queue frenchs bandwidth 30% cbq(default) +queue eat bandwidth 30% +queue toads bandwidth 30% diff --git a/regress/sbin/pfctl/pfail18.ok b/regress/sbin/pfctl/pfail18.ok new file mode 100644 index 00000000000..c5e2cff5a00 --- /dev/null +++ b/regress/sbin/pfctl/pfail18.ok @@ -0,0 +1,5 @@ +stdin:6: queue has no parent +pfctl: Syntax error in file: pf rules not loaded +altq on lo0 cbq bandwidth 10.00Mb tbrsize 1824 queue { frenchs eat frogs } +queue frenchs bandwidth 3.00Mb cbq( default ) +queue eat bandwidth 3.00Mb |