]> git.proxmox.com Git - mirror_iproute2.git/commit - tc/tc_qdisc.c
Fix handling of qdis without options
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 27 Oct 2013 19:26:47 +0000 (12:26 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 27 Oct 2013 19:26:47 +0000 (12:26 -0700)
commit0a502b21e30be835dcad8d9c6023a41da8709eb1
tree74c77038ca296bb7c96d05ccafa874e45d9f4057
parent1253a10a63e417c5a7774c127aea1a3b0dd09e88
Fix handling of qdis without options

Some qdisc like htb want the parse_qopt to be called even if no options
present. Fixes regression caused by:

e9e78b0db0e023035e346ba67de838be851eb665 is the first bad commit
commit e9e78b0db0e023035e346ba67de838be851eb665
Author: Stephen Hemminger <stephen@networkplumber.org>
Date:   Mon Aug 26 08:41:19 2013 -0700

    tc: allow qdisc without options
tc/tc_qdisc.c