commit | 57fdf2d4d94aeee493214d455b8f3336f09afa09 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Fri Jan 08 17:32:36 2016 +0900 |
committer | Stephen Hemminger <stephen@networkplumber.org> | Mon Jan 18 11:47:03 2016 -0800 |
tree | 7abf5136f06c678977096a0c4cd0a6174fd3f733 | |
parent | 1ab0f02f465b7bcc09798645d19236a500742e90 [diff] |
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>