summaryrefslogtreecommitdiff
path: root/src/rtnl_link.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtnl_link.c')
-rw-r--r--src/rtnl_link.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rtnl_link.c b/src/rtnl_link.c
index 3a2c320e0..666226afd 100644
--- a/src/rtnl_link.c
+++ b/src/rtnl_link.c
@@ -1690,6 +1690,8 @@ static const nla_decoder_t ifinfomsg_nla_decoders[] = {
[IFLA_TSO_MAX_SEGS] = decode_nla_u32,
[IFLA_ALLMULTI] = decode_nla_u32,
[IFLA_DEVLINK_PORT] = decode_nla_u32,
+ [IFLA_GSO_IPV4_MAX_SIZE] = decode_nla_u32,
+ [IFLA_GRO_IPV4_MAX_SIZE] = decode_nla_u32,
};
DECL_NETLINK_ROUTE_DECODER(decode_ifinfomsg)