diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-09 18:08:54 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-09 18:08:54 +0000 |
commit | 7742c30e4c3f0d1d3ee74fe26c401bead40d9bde (patch) | |
tree | 019a9415fe7aa47ecb3a4db01878ed51654f1a6c /regress/sbin/pfctl/pfail31.ok | |
parent | ad966f05815235aa35cf275f92f61452bddbeb96 (diff) |
same edge case for LOOP_THROUGH in totally different context
Diffstat (limited to 'regress/sbin/pfctl/pfail31.ok')
-rw-r--r-- | regress/sbin/pfctl/pfail31.ok | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfail31.ok b/regress/sbin/pfctl/pfail31.ok new file mode 100644 index 00000000000..c92cfb010bc --- /dev/null +++ b/regress/sbin/pfctl/pfail31.ok @@ -0,0 +1,9 @@ +stdin:4: unknown interface nothere0 +stdin:5: queue has no parent +stdin:6: queue has no parent +pfctl: Syntax error in file: pf rules not loaded +lan_if = "lo0" +ext_if = "nothere0" +altq on lo0 cbq bandwidth 512Kb tbrsize 33224 queue { q_lan_std } +queue q_lan_std cbq( default ) { q_lan_p2p } +queue q_lan_p2p bandwidth 25% cbq( red ecn ) |