[SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1358-g6070a7e
[email protected] (Axel Lin)
| Newsgroups | gmane.network.lwip.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
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 <[email protected]>
Acked-by: Simon Goldschmidt <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
src/core/netif.c | 64 +++++++++++++++++---------------------------------------
1 file changed, 19 insertions(+), 45 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack