strace/xlat/rtnl_tc_action_attrs.in
JingPiao Chen 41d9c32e95 netlink: add basic decoding of NETLINK_ROUTE tcamsg attributes
* rtnl_tc_action.c: Include "nlattr.h" and "xlat/rtnl_tc_action_attrs.h".
(decode_tcamsg): Call decode_nlattr.
* xlat/rtnl_tc_action_attrs.in: New file.

Co-authored-by: Fabien Siron <fabien.siron@epita.fr>
2017-08-15 22:34:46 +00:00

8 lines
120 B
Plaintext

TCA_ACT_UNSPEC 0
TCA_ACT_KIND 1
TCA_ACT_OPTIONS 2
TCA_ACT_INDEX 3
TCA_ACT_STATS 4
TCA_ACT_PAD 5
TCA_ACT_COOKIE 6