MIME-Version: 1.0 In-Reply-To: X-Mailer: MIME-tools 5.428 (Entity 5.428) Content-Disposition: inline References: Content-Type: text/plain; charset="UTF-8" Message-ID: Content-Transfer-Encoding: binary X-RT-Original-Encoding: utf-8 RT-Send-CC: Content-Length: 802 On Tue Oct 23 15:11:09 2012, tpdean@gmail.com wrote: > Had to a make a minor tweak inside dhcp-4.2.4-P2/client/scripts/netbsd in > order to get DHCPv6 working on NetBSD 6.0 final: > > L282 currently reads: ifconfig ${interface} inet6 add > ${new_ip6_address}/${new_ip6_prefixlen} > > Had to remove "add" in order for this to apply the acquired address > properly. ifconfig yields a syntax error otherwise. Unsure if this > affects previous versions of NetBSD. => unfortunately the "add" (or the correct version of it, I've just set up a NetBSD 6.0 virtual machine so the man says it is a final "alias", and "-alias" for del(ete)) makes the difference between a command which sets (by overwriting) the address and a command which adds another address. So the correct fix should require more work.