blob: cbb5bccc4f91da581e64b8cae061f94ee1af2b0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config ADK_PACKAGE_DHCP6
prompt "dhcp6............................. IPv6 DHCP server and client"
depends on ADK_IPV6
tristate
default n
select ADK_PACKAGE_LIBNCURSES
help
This is the first ever open source implementation of Dynamic
Host Configuration Protocol for IPv6 (DHCPv6) server and client
on Linux Operating System. The server provides leases
(durations or lifetimes) on IPv6 addresses to the clients who
request for it
|