strace/xlat/rtnl_tc_attrs.in
JingPiao Chen 52eccecda5 netlink: add basic decoding of NETLINK_ROUTE tcmsg attributes
* rtnl_tc.c: Include "nlattr.h" and "xlat/rtnl_tc_attrs.h".
(decode_tcmsg): Call decode_nlattr.
* xlat/rtnl_tc_attrs.in: New file.

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

13 lines
166 B
Plaintext

TCA_UNSPEC 0
TCA_KIND 1
TCA_OPTIONS 2
TCA_STATS 3
TCA_XSTATS 4
TCA_RATE 5
TCA_FCNT 6
TCA_STATS2 7
TCA_STAB 8
TCA_PAD 9
TCA_DUMP_INVISIBLE 10
TCA_CHAIN 11