$OpenBSD: patch-common_socket_c,v 1.5 2017/01/30 11:34:15 jca Exp $
--- common/socket.c.orig	Mon Jan 23 00:15:45 2017
+++ common/socket.c	Mon Jan 23 00:15:51 2017
@@ -794,8 +794,7 @@ ssize_t send_packet6(struct interface_info *interface,
 	m.msg_name = &dst;
 	m.msg_namelen = sizeof(dst);
 	ifindex = if_nametoindex(interface->name);
-	if (no_global_v6_socket)
-		dst.sin6_scope_id = ifindex;
+	dst.sin6_scope_id = ifindex;
 
 	/*
 	 * Set the data buffer we're sending. (Using this wacky 
