|
@@ -569,9 +569,6 @@ int totemip_iface_check(struct totem_ip_address *bindnet,
|
|
|
if (addr_len == 0)
|
|
if (addr_len == 0)
|
|
|
continue ;
|
|
continue ;
|
|
|
|
|
|
|
|
- if (bindnet->sin6_scope_id != 0 && bindnet->sin6_scope_id != if_addr->interface_num)
|
|
|
|
|
- continue;
|
|
|
|
|
-
|
|
|
|
|
totemip_copy(&bn_netaddr, bindnet);
|
|
totemip_copy(&bn_netaddr, bindnet);
|
|
|
totemip_copy(&if_netaddr, &if_addr->ip_addr);
|
|
totemip_copy(&if_netaddr, &if_addr->ip_addr);
|
|
|
|
|
|