]> git.proxmox.com Git - mirror_iproute2.git/commit
libnetlink: don't print NETLINK_SOCK_DIAG errors in rtnl_talk
authorLorenzo Colitti <lorenzo@google.com>
Fri, 8 Jan 2016 08:32:36 +0000 (17:32 +0900)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 18 Jan 2016 19:47:03 +0000 (11:47 -0800)
commit57fdf2d4d94aeee493214d455b8f3336f09afa09
tree7abf5136f06c678977096a0c4cd0a6174fd3f733
parent1ab0f02f465b7bcc09798645d19236a500742e90
libnetlink: don't print NETLINK_SOCK_DIAG errors in rtnl_talk

This change is a no-op, as currently no code uses rtnl_talk on
NETLINK_SOCK_DIAG_BY_FAMILY sockets. It is needed to suppress
spurious errors when using SOCK_DESTROY via rtnl_talk.

Signed-off-by: Lorenzo Colitti <lorenzo@google.com>
lib/libnetlink.c