# HG changeset patch # User asl # Date 1065956977 0 # Node ID 3487ed83fe0c55cf05bb24f96e28252a68049f9a # Parent 4212c82ebff6727561a68eb3bfe7e6085fb5baee * cdl/net.cdl: Added configuration interface for CYGOPT_NET_DHCP_PARM_REQ_LIST_REPLACE and CYGOPT_NET_DHCP_PARM_REQ_LIST_ADDITIONAL. diff --git a/packages/net/common/current/ChangeLog b/packages/net/common/current/ChangeLog --- a/packages/net/common/current/ChangeLog +++ b/packages/net/common/current/ChangeLog @@ -1,3 +1,9 @@ +2003-10-12 Jay Foster + + * cdl/net.cdl: Added configuration interface for + CYGOPT_NET_DHCP_PARM_REQ_LIST_REPLACE and + CYGOPT_NET_DHCP_PARM_REQ_LIST_ADDITIONAL. + 2003-10-09 Eric Doenges * src/tftp_client.c: Changed the code so that if the last packet diff --git a/packages/net/common/current/cdl/net.cdl b/packages/net/common/current/cdl/net.cdl --- a/packages/net/common/current/cdl/net.cdl +++ b/packages/net/common/current/cdl/net.cdl @@ -246,6 +246,28 @@ cdl_package CYGPKG_NET { when necessary, but it does not need to be as high as the network thread itself." } + + cdl_option CYGOPT_NET_DHCP_PARM_REQ_LIST_REPLACE { + display "Replace DHCP request options" + flavor booldata + default_value 0 + active_if CYGOPT_NET_DHCP_DHCP_THREAD + description " + This option replaces the default list of requested + options in the DHCP/BOOTP request list. These are a + comma separated list of TAG_xxx values." + } + + cdl_option CYGOPT_NET_DHCP_PARM_REQ_LIST_ADDITIONAL { + display "Additional DHCP request options" + flavor booldata + default_value 0 + active_if CYGOPT_NET_DHCP_DHCP_THREAD + description " + This option adds additional options to the list of + requested options in the DHCP/BOOTP request list. + These are a comma separated list of TAG_xxx values." + } } cdl_component CYGPKG_NET_IPV6_ROUTING {