From: Thomas Graf Date: Tue, 16 Nov 2010 12:54:54 +0000 (+0100) Subject: link: define RTM_SETLINK to allow pretty printing X-Git-Tag: libnl3_0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee57cc716f9277fd71669fb148c8fb8580e0180a;p=thirdparty%2Flibnl.git link: define RTM_SETLINK to allow pretty printing --- 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,