Mercurial > flash_v2
changeset 1298:3487ed83fe0c
* cdl/net.cdl: Added configuration interface for
CYGOPT_NET_DHCP_PARM_REQ_LIST_REPLACE and
CYGOPT_NET_DHCP_PARM_REQ_LIST_ADDITIONAL.
| author | asl |
|---|---|
| date | Sun, 12 Oct 2003 11:09:37 +0000 |
| parents | 4212c82ebff6 |
| children | 2449d74b1fa7 |
| files | packages/net/common/current/ChangeLog packages/net/common/current/cdl/net.cdl |
| diffstat | 2 files changed, 28 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/common/current/ChangeLog +++ b/packages/net/common/current/ChangeLog @@ -1,3 +1,9 @@ +2003-10-12 Jay Foster <jay@systech.com> + + * 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 <Eric.Doenges@DynaPel.com> * src/tftp_client.c: Changed the code so that if the last packet
--- 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 {
