diff options
Diffstat (limited to 'regress/sbin/pfctl/pfaltq10.in')
-rw-r--r-- | regress/sbin/pfctl/pfaltq10.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfaltq10.in b/regress/sbin/pfctl/pfaltq10.in new file mode 100644 index 00000000000..f1eeed73d98 --- /dev/null +++ b/regress/sbin/pfctl/pfaltq10.in @@ -0,0 +1,9 @@ +#queue id assignment with hfsc: two same named queues on different interfaces +#must have the same qid + +altq on { lo0 tun0 } tbrsize 1824 hfsc bandwidth 10Mb queue { one two } +queue one bandwidth 10% hfsc(default) +queue two bandwidth 90% { three four} +queue three bandwidth 50% +queue four bandwidth 40% + |