1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-28 02:50:16 +03:00

sd-netlink: Add netlink property IFLA_MIN_MTU and IFLA_MAX_MTU,

This commit is contained in:
Susant Sahani 2019-05-21 17:43:56 +05:30
parent 4015d106d4
commit 61de0c42f3

View File

@ -560,6 +560,8 @@ static const NLType rtnl_link_types[] = {
/*
[IFLA_PHYS_PORT_ID] = { .type = NETLINK_TYPE_BINARY, .len = MAX_PHYS_PORT_ID_LEN },
*/
[IFLA_MIN_MTU] = { .type = NETLINK_TYPE_U32 },
[IFLA_MAX_MTU] = { .type = NETLINK_TYPE_U32 },
};
static const NLTypeSystem rtnl_link_type_system = {