diff options
Diffstat (limited to 'networking/udhcp/d6_dhcpc.c')
-rw-r--r-- | networking/udhcp/d6_dhcpc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c index 8a4a4b7..9798564 100644 --- a/networking/udhcp/d6_dhcpc.c +++ b/networking/udhcp/d6_dhcpc.c @@ -2,15 +2,13 @@ /* * DHCPv6 client. * - * WARNING: THIS CODE IS INCOMPLETE. - * * Copyright (C) 2011-2017 Denys Vlasenko. * * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config UDHCPC6 //config: bool "udhcpc6 (21 kb)" -//config: default n # not yet ready +//config: default y //config: depends on FEATURE_IPV6 //config: help //config: udhcpc6 is a DHCPv6 client |