]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: gact: fix control action parsing
authorJiri Pirko <jiri@mellanox.com>
Mon, 5 Jun 2017 14:22:03 +0000 (16:22 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 8 Jun 2017 18:03:12 +0000 (11:03 -0700)
commit18f05d06016d9492c87fd105d831de0d6d858f43
treec57d72f4bc9408ab5854ad1925dcefeb5432e6f2
parent6ea2c2b1cff676be2d01029a01cbd84d0675213c
tc: gact: fix control action parsing

parse_action_control helper does advancing of the arg inside. So don't
do it outside.

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