lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #9007] netif: add additional getters/setters


From: Jan Breuer
Subject: [lwip-devel] [patch #9007] netif: add additional getters/setters
Date: Mon, 23 May 2016 11:23:31 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36

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

                 Summary: netif: add additional getters/setters
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: jan_breuer
            Submitted on: Mon 23 May 2016 11:23:28 AM GMT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

In netif.h there are missing some getters and setters.

- netif_ip_addr4 and netif_ip_gw4 are there, but there is no
netif_ip_netmask4.

- there is no setter for ip6_autoconfig_enabled. It is usefull to change this
variable after user configuration so it should have setter

- there is no easy way to add mld MAC filter so netif_mld_mac_filter is
introduced. It can be used for example to add allnodes linklocal ip6 address
(FF01::1). It is intentionally not done by mld6 but it is needed by hardware
mac filter to pass this address, so it must be called manually.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 23 May 2016 11:23:28 AM GMT  Name:
0001-netif-add-additional-getters-setters.patch  Size: 2kB   By: jan_breuer

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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