]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tipc/socket.c
ll_map: Add function to remove link cache entry by index
[mirror_iproute2.git] / tipc / socket.c
index 48ba8215a3fb883dc44d5e796407f65feb9121e3..852984ecd1e7c09d1299220398f2d8573bb47d04 100644 (file)
@@ -84,8 +84,7 @@ static int sock_list_cb(const struct nlmsghdr *nlh, void *data)
                mnl_attr_parse_nested(attrs[TIPC_NLA_SOCK_CON], parse_attrs, con);
                node = mnl_attr_get_u32(con[TIPC_NLA_CON_NODE]);
 
-               printf("  connected to <%u.%u.%u:%u>", tipc_zone(node),
-                       tipc_cluster(node), tipc_node(node),
+               printf("  connected to %x:%u", node,
                        mnl_attr_get_u32(con[TIPC_NLA_CON_SOCK]));
 
                if (con[TIPC_NLA_CON_FLAG])