X-RT-Original-Encoding: utf-8 X-Mailer: MIME-tools 5.508 (Entity 5.508) References: <1506206488416.71351@kuleuven.be> Message-ID: Content-Transfer-Encoding: binary X-RT-Interface: Web Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1506206488416.71351@kuleuven.be> RT-Send-CC: Content-Length: 557 I have 3 different codes using the local_address6 value at a different place: - old "option-to" patch where if_register6() uses it in the if_register_socket() for global_v6_socket - new "parameter-identical" where send_packet6() uses it for the pktinfo->ipi6_addr - DHCPv4-over-IPv6 (rt28195b) branch where if_register_socket() binds to it Only the last one provides a text for dhcpd.conf.5 which (incorrectly) explains the effect of the new server option. Have to think about what is needed (seems the second option): implement and fix it...