[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Axel Lin |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1358-g6070a7e |
Date: |
Wed, 14 Mar 2018 11:00:53 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".
The branch, master has been updated
via 6070a7ef6a9c1fd4f9b7d2dd16b412110a466244 (commit)
from 08bcfa2b29bd2d6b572d886655c0cd6b1a379db8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6070a7ef6a9c1fd4f9b7d2dd16b412110a466244
Author: Axel Lin <address@hidden>
Date: Wed Mar 14 22:59:17 2018 +0800
netif: Add netif_do_ip_addr_changed function to reduce duplicated code
As the common code to call tcp/udp/raw_netif_ip_addr_changed is called
by multiple places, add netif_do_ip_addr_changed() to call them.
Signed-off-by: Axel Lin <address@hidden>
Acked-by: Simon Goldschmidt <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
src/core/netif.c | 64 +++++++++++++++++---------------------------------------
1 file changed, 19 insertions(+), 45 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1358-g6070a7e,
Axel Lin <=