[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [patch #8683] Addresses configured with router advertisment
From: |
Stian Sebastian Skjelstad |
Subject: |
[lwip-devel] [patch #8683] Addresses configured with router advertisment are never forgot |
Date: |
Thu, 11 Jun 2015 14:08:49 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36 |
URL:
<http://savannah.nongnu.org/patch/?8683>
Summary: Addresses configured with router advertisment are
never forgot
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: mywave
Submitted on: Thu 11 Jun 2015 02:08:48 PM GMT
Category: IPv6
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Details:
This patch-series includes a total of four patches
0001 - makes NETIF_STATUS_CALLBACK public. This is needed if callback is to be
called from outside netif.c (IPv6 code manipulates netif object more directly,
and thus should be allowed to use this)
0002 - netif_ip6_addr_set_state() should cause NETIF_STATUS_CALLBACK to be
called, else ALL places that changes the state should call the
NETIF_STATUS_CALLBACK directly, which is MANY places
0003 - Forget old addresses that have been configured using prefix/router
advertisment. A more clean implementation would be maybe that prefix stores
the index or pointer to the address it has created, but that would be an API
change
0004 - IP6_ADDR_TENTATIVE logic did not fully work (side effect when reparing
the above code). Probably due to bit-rot
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Thu 11 Jun 2015 02:08:48 PM GMT Name:
0001-Make-NETIF_STATUS_CALLBACK-and-NETIF_LINK_CALLBACK-p.patch Size: 3kB
By: mywave
<http://savannah.nongnu.org/patch/download.php?file_id=34201>
-------------------------------------------------------
Date: Thu 11 Jun 2015 02:08:48 PM GMT Name:
0003-Forget-about-addresses-when-prefix-router-advertisem.patch Size: 5kB
By: mywave
<http://savannah.nongnu.org/patch/download.php?file_id=34202>
-------------------------------------------------------
Date: Thu 11 Jun 2015 02:08:48 PM GMT Name:
0002-Make-netif_ip6_addr_set_state-imply-calling-NETIF_ST.patch Size: 2kB
By: mywave
<http://savannah.nongnu.org/patch/download.php?file_id=34203>
-------------------------------------------------------
Date: Thu 11 Jun 2015 02:08:48 PM GMT Name:
0004-IP6_ADDR_TENTATIVE-logic-does-not-really-work-since-.patch Size: 2kB
By: mywave
<http://savannah.nongnu.org/patch/download.php?file_id=34204>
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/patch/?8683>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [patch #8683] Addresses configured with router advertisment are never forgot,
Stian Sebastian Skjelstad <=