]> git.proxmox.com Git - mirror_corosync.git/commitdiff
Revert "totemip: compare sin6_scope_id and interface_num" v3.0.4
authorJan Friesse <jfriesse@redhat.com>
Wed, 22 Apr 2020 11:30:36 +0000 (13:30 +0200)
committerJan Friesse <jfriesse@redhat.com>
Wed, 22 Apr 2020 11:30:36 +0000 (13:30 +0200)
This reverts commit efd34df531d1b23d6458dca863a7517b7ac0099d to make
master compile after revert of 934c47ed4384daf2819c26306bebba3225807499.

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
exec/totemip.c

index c285a736623e2c63cbeb44799aecfc9c79a27aa9..2bf7b08d43fcf43fc6df7e300b382a6ceabdf9af 100644 (file)
@@ -569,9 +569,6 @@ int totemip_iface_check(struct totem_ip_address *bindnet,
                if (addr_len == 0)
                        continue ;
 
-               if (bindnet->sin6_scope_id != 0 && bindnet->sin6_scope_id != if_addr->interface_num)
-                       continue;
-
                totemip_copy(&bn_netaddr, bindnet);
                totemip_copy(&if_netaddr, &if_addr->ip_addr);