* xlat/rtnl_neigh_attrs.in (NDA_PROTOCOL): New constant introduced
by Linux kernel commit v5.0-rc1~129^2~79.
* rtnl_neigh.c (ndmsg_nla_decoders): Add NDA_PROTOCOL.
* NEWS: Mention this.
===============================================
* Improvements
- * Updated lists of BPF_*, BTRFS_*, KERN_*, and *_MAGIC constants.
+ * Updated lists of BPF_*, BTRFS_*, KERN_*, NDA_*, and *_MAGIC constants.
* Bug fixes
* Fixed strace-k test on alpha.
[NDA_MASTER] = decode_nla_ifindex,
[NDA_LINK_NETNSID] = decode_nla_u32,
[NDA_SRC_VNI] = NULL,
+ [NDA_PROTOCOL] = decode_nla_u8,
};
DECL_NETLINK_ROUTE_DECODER(decode_ndmsg)
NDA_MASTER 9
NDA_LINK_NETNSID 10
NDA_SRC_VNI 11
+NDA_PROTOCOL 12