lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] lwip CHANGELOG src/core/dhcp.c src/include/lwip...


From: Frédéric Bernon
Subject: [lwip-commits] lwip CHANGELOG src/core/dhcp.c src/include/lwip...
Date: Wed, 28 Mar 2007 09:39:13 +0000

CVSROOT:        /sources/lwip
Module name:    lwip
Changes by:     Frédéric Bernon <fbernon>     07/03/28 09:39:13

Modified files:
        .              : CHANGELOG 
        src/core       : dhcp.c 
        src/include/lwip: dhcp.h netif.h opt.h 

Log message:
        opt.h, netif.h, dhcp.h, dhcp.c: New configuration option 
LWIP_NETIF_HOSTNAME allow to define a hostname in netif struct (this is just a 
pointer, so, you can use a hardcoded string, point on one of your's ethernetif 
field, or alloc a string you will free yourself). It will be used by DHCP to 
register a client hostname, but can also be use when you call snmp_set_sysname.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/CHANGELOG?cvsroot=lwip&r1=1.102&r2=1.103
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/dhcp.c?cvsroot=lwip&r1=1.61&r2=1.62
http://cvs.savannah.gnu.org/viewcvs/lwip/src/include/lwip/dhcp.h?cvsroot=lwip&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/lwip/src/include/lwip/netif.h?cvsroot=lwip&r1=1.27&r2=1.28
http://cvs.savannah.gnu.org/viewcvs/lwip/src/include/lwip/opt.h?cvsroot=lwip&r1=1.48&r2=1.49




reply via email to

[Prev in Thread] Current Thread [Next in Thread]