]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: move action cookie print out of the stats if
authorJiri Pirko <jiri@mellanox.com>
Sat, 25 Nov 2017 10:07:56 +0000 (11:07 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 26 Nov 2017 20:18:38 +0000 (12:18 -0800)
commitabff45b8026e24dedfe05376d8fedc1a8fe43402
tree1033dd60b7862d82f09151332577194a63446c41
parent4f2eb14f71bfb091228f4a9979c01daa207d4582
tc: move action cookie print out of the stats if

Cookie print was made dependent on show_stats for no good reason. Fix
this bu pushing cookie print ot of the stats if.

Fixes: fd8b3d2c1b9b ("actions: Add support for user cookies")
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
tc/m_action.c