]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc: don't print error message on miss when parsing action with default
authorJiri Pirko <jiri@mellanox.com>
Thu, 15 Jun 2017 12:10:51 +0000 (14:10 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 16 Jun 2017 16:07:31 +0000 (09:07 -0700)
commitc794b7b17902627b19ddc00699d89ea7b6b1edf7
treedc1a1ecc63078e1f4766f5de4b73de64b011bcba
parent39f3776b505231b43844295d79455f06a9c4d9ec
tc: don't print error message on miss when parsing action with default

In case default control action parsing takes place, it is ok to miss.
So don't print error message.

Fixes: e67aba559581 ("tc: actions: add helpers to parse and print control actions")
Reported-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Tested-by: Jiri Benc <jbenc@redhat.com>
tc/tc_util.c