X-RT-Original-Encoding: utf-8 X-Mailer: MIME-tools 5.508 (Entity 5.508) X-RT-Interface: Web Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" In-Reply-To: <14e98be3e48.d8a95962363478.4460283939585878906@rvtn.org> Content-Transfer-Encoding: binary Content-Disposition: inline References: <14e98be3e48.d8a95962363478.4460283939585878906@rvtn.org> RT-Send-CC: Content-Length: 522 On Thu Jul 16 21:42:02 2015, vladv@rvtn.org wrote: > I do not know the consequences of always setting sin6_scope_id > on the operation of dhclient or dhcpd, nor have I tested it on systems > other than OpenBSD. => as an IPv6 implementor I can answer: usually setting the sin6_scope_id when it is not required does nothing (i.e., it is ignored). Nevertheless I recommend to add an #ifndef around the if so the current behavior can be switched from the site.h header (#ifndef to get sin6_scope_id in all cases by default).