lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #56016] IPv6 auto configuration need some optimization


From: Gao Qingshui
Subject: [lwip-devel] [bug #56016] IPv6 auto configuration need some optimization
Date: Thu, 28 Mar 2019 03:25:14 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36

URL:
  <https://savannah.nongnu.org/bugs/?56016>

                 Summary: IPv6 auto configuration need some optimization
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: kevingao
            Submitted on: Thu 28 Mar 2019 07:25:11 AM UTC
                Category: IPv6
                Severity: 3 - Normal
              Item Group: Change Request
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
            lwIP version: git head

    _______________________________________________________

Details:

1,currently we can use netif_set_ip6_autoconfig_enabled to enable auto
configuration on one specific netif, but this was just a Macro, not an thread
safe function. It is better to expose this API as one netifapi function to
make the user enable/disable auto configuration dynamically.
2,when enable auto configuration, lwip should send out Router Solicitation in
order to scan the Router, this could save much of the auto configuration
time.
3,when disable auto configuration, the auto configured IPv6 address should set
to invalid and not use anymore. Beside, netif->prefix->flag should be cleared.





    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?56016>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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