diff options
Diffstat (limited to 'regress/sbin/pfctl/pfail31.in')
-rw-r--r-- | regress/sbin/pfctl/pfail31.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfail31.in b/regress/sbin/pfctl/pfail31.in new file mode 100644 index 00000000000..8f06e2daf1a --- /dev/null +++ b/regress/sbin/pfctl/pfail31.in @@ -0,0 +1,10 @@ +lan_if = lo0 +ext_if = nothere0 + +altq on $ext_if bandwidth 512Kb cbq queue { q_ext_std } +queue q_ext_std bandwidth 100% cbq(default) { q_ext_p2p } +queue q_ext_p2p bandwidth 25% cbq(red ecn) + +altq on $lan_if bandwidth 512Kb cbq queue { q_lan_std } +queue q_lan_std bandwidth 100% cbq(default) { q_lan_p2p } +queue q_lan_p2p bandwidth 25% cbq(red ecn) |