--- linux/include/uapi/linux/rtnetlink.h.orig 2020-10-28 10:07:56.088776443 +0100 +++ linux/include/uapi/linux/rtnetlink.h 2020-10-28 10:09:21.237857335 +0100 @@ -375,7 +375,7 @@ enum rtattr_type_t { #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg)))) #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg)) -/* RTM_MULTIPATH --- array of struct rtnexthop. +/* RTA_MULTIPATH --- array of struct rtnexthop. * * "struct rtnexthop" describes all necessary nexthop information, * i.e. parameters of path to a destination via this nexthop. @@ -402,7 +402,7 @@ struct rtnexthop { #define RTNH_COMPARE_MASK (RTNH_F_DEAD | RTNH_F_LINKDOWN | RTNH_F_OFFLOAD) -/* Macros to handle hexthops */ +/* Macros to handle nexthops */ #define RTNH_ALIGNTO 4 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )