strace/xlat/rtnl_neigh_attrs.in
JingPiao Chen eede641dd2 netlink: add basic decoding of NETLINK_ROUTE ndmsg attributes
* rtnl_neigh.c: Include "nlattr.h" and "xlat/rtnl_neigh_attrs.h".
(decode_ndmsg): Call decode_nlattr.
* xlat/rtnl_neigh_attrs.in: New file.

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

13 lines
172 B
Plaintext

NDA_UNSPEC 0
NDA_DST 1
NDA_LLADDR 2
NDA_CACHEINFO 3
NDA_PROBES 4
NDA_VLAN 5
NDA_PORT 6
NDA_VNI 7
NDA_IFINDEX 8
NDA_MASTER 9
NDA_LINK_NETNSID 10
NDA_SRC_VNI 11