DHCPv6 not working
Denys Vlasenko
vda.linux at googlemail.com
Thu Feb 19 11:46:59 UTC 2015
On Wed, Feb 18, 2015 at 9:59 AM, Karthikeyan M <karthik.libran at gmail.com> wrote:
> Dear All
>
> We are facing issues in getting DHCPv6 working with udhcpc6. We first
> started seeing issue with busy box v1.21.1 where the tool was issuing bootp
> protocol later we found out it's bug in the udhcpc6 tool and it's fixed in
> the next version of busy box. Hence we upgraded to busy box 1.22 and also to
> 1.23. Now instead of seeing bootp protocol we started seeing ICMPv6 and
> DHCPv6 protocol being used for getting IPv6 adds when the udhcpc6 tool is
> run but still the board doesn't get an IPv6 adds.
http://git.busybox.net/busybox/tree/networking/udhcp/d6_dhcpc.c
has the following in its header comment:
/*
* DHCPv6 client.
*
* 2011-11.
* WARNING: THIS CODE IS INCOMPLETE. IT IS NOWHERE NEAR
* TO BE READY FOR PRODUCTION USE.
*
* Copyright (C) 2011 Denys Vlasenko.
*
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
More information about the busybox
mailing list