Re: [PATCH v2 6/6] net: update net_ip6 from link_local address when eth device is changed

2023-07-22 Thread Simon Glass
On Wed, 10 May 2023 at 11:00, Dmitrii Merkurev wrote: > > Current active eth device may be changed (due to ethprime), so make > sure current net_ip6 is updated as a reaction. > > Signed-off-by: Dmitrii Merkurev > Cc: Ying-Chun Liu (PaulLiu) > Cc: Simon Glass > Сс: Joe Hershberger > Сс: Ramon F

[PATCH v2 6/6] net: update net_ip6 from link_local address when eth device is changed

2023-05-10 Thread Dmitrii Merkurev
Current active eth device may be changed (due to ethprime), so make sure current net_ip6 is updated as a reaction. Signed-off-by: Dmitrii Merkurev Cc: Ying-Chun Liu (PaulLiu) Cc: Simon Glass Сс: Joe Hershberger Сс: Ramon Fried --- net/net.c | 8 1 file changed, 4 insertions(+), 4 de