diff options
author | Maria Matejka <mq@ucw.cz> | 2022-05-30 15:39:32 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-05-30 15:39:32 +0200 |
commit | 3752654852f4962465154257348000d6de1c2dae (patch) | |
tree | 7fcafdf3cb47131408e85f674577ad2a10fef18d /sysdep/linux/netlink.c | |
parent | 032201378faa52e2d7a15ea265426e133d9becca (diff) | |
parent | 80272d4b64a38ee6f04a1c4e8566cac3a2293176 (diff) |
Merge commit '80272d4b64a38ee6f04a1c4e8566cac3a2293176' into haugesund
Diffstat (limited to 'sysdep/linux/netlink.c')
-rw-r--r-- | sysdep/linux/netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/linux/netlink.c b/sysdep/linux/netlink.c index 35ba116c..8a313b21 100644 --- a/sysdep/linux/netlink.c +++ b/sysdep/linux/netlink.c @@ -1926,7 +1926,7 @@ nl_parse_route(struct nl_parse_state *s, struct nlmsghdr *h) { ea->attrs[n].id = EA_CODE(PROTOCOL_KERNEL, KRT_METRICS_OFFSET + t); ea->attrs[n].flags = 0; - ea->attrs[n].type = EAF_TYPE_INT; /* FIXME: Some are EAF_TYPE_BITFIELD */ + ea->attrs[n].type = EAF_TYPE_INT; ea->attrs[n].u.data = metrics[t]; n++; } |