lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #8994] dhcp: add support for vendor specific options


From: Jan Breuer
Subject: [lwip-devel] [patch #8994] dhcp: add support for vendor specific options 43 and 60
Date: Sat, 7 May 2016 09:56:24 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36

URL:
  <http://savannah.nongnu.org/patch/?8994>

                 Summary: dhcp: add support for vendor specific options 43 and
60
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: jan_breuer
            Submitted on: Sat 07 May 2016 09:56:23 AM GMT
                Category: DHCP
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

Add feature LWIP_DHCP_VENDOR_SPECIFIC

LWIP_DHCP_VENDOR_SPECIFIC==1:
Request vendor specific information by identifer in

netif->vendor_class_identifier

For each response packet, a callback is called, which has to be provided by
the port:

void dhcp_handle_vendor_specific(const char * data, size_t len);

Data must be handled immediately or copied, because they are freed after
return from this callback.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 07 May 2016 09:56:23 AM GMT  Name:
0001-dhcp-add-support-for-vendor-specific-options-43-and-.patch  Size: 6kB  
By: jan_breuer

<http://savannah.nongnu.org/patch/download.php?file_id=37095>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?8994>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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