diff options
-rw-r--r-- | lib/route/link.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/route/link.c b/lib/route/link.c index 7cca8b4..75b70c3 100644 --- a/lib/route/link.c +++ b/lib/route/link.c @@ -1751,6 +1751,7 @@ static struct nl_cache_ops rtnl_link_ops = { { RTM_NEWLINK, NL_ACT_NEW, "new" }, { RTM_DELLINK, NL_ACT_DEL, "del" }, { RTM_GETLINK, NL_ACT_GET, "get" }, + { RTM_SETLINK, NL_ACT_CHANGE, "set" }, END_OF_MSGTYPES_LIST, }, .co_protocol = NETLINK_ROUTE, |