]> git.ipfire.org Git - thirdparty/iproute2.git/commit
htb: Move direct_qlen code part to htb_parse_opt().
authorHiroaki SHIMODA <shimoda.hiroaki@gmail.com>
Sat, 8 Mar 2014 13:10:03 +0000 (22:10 +0900)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 21 Mar 2014 21:20:06 +0000 (14:20 -0700)
commit4d4da09e0036107e7c49362b38df220e9a2f7b12
tree29ca14f3ef3247a02cfb5a5d44835ee8b62514a8
parent116ac9270b6d5eb0605774bcd59f0bd079865126
htb: Move direct_qlen code part to htb_parse_opt().

The direct_qlen command option is used with qdisc operation.
It happened to be implemented in htb_parse_class_opt() which is called
with class operation.

Signed-off-by: Hiroaki SHIMODA <shimoda.hiroaki@gmail.com>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
tc/q_htb.c