[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1444-g38614e4 |
Date: |
Wed, 13 Jun 2018 04:46:51 -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 38614e4f3e3f8651dfaa3cd0ac9d34d9578836f0 (commit)
via 61e3f49f69dce8deb1fa75ffe6fe41ea46d32d1a (commit)
from 3f2227f04c6361a7eb091a772e1b4fdbdee343db (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 38614e4f3e3f8651dfaa3cd0ac9d34d9578836f0
Author: Simon Goldschmidt <address@hidden>
Date: Wed Jun 13 10:46:44 2018 +0200
unit tests: remove dummy netif input function
This partly reverts a26a2e13 after removing that NULL check again.
Signed-off-by: Simon Goldschmidt <address@hidden>
commit 61e3f49f69dce8deb1fa75ffe6fe41ea46d32d1a
Author: Axel Lin <address@hidden>
Date: Wed Jun 13 14:24:37 2018 +0800
netif: Don't return error if pass NULL netif_input_fn to netif_add
The new NULL checking against netif_input_fn make ppp stop working
because in ppp_new() it calls netif_add with NULL netif_input_fn.
Signed-off-by: Axel Lin <address@hidden>
Signed-off-by: Simon Goldschmidt <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
src/core/netif.c | 1 -
test/unit/etharp/test_etharp.c | 11 +----------
test/unit/ip6/test_ip6.c | 11 +----------
3 files changed, 2 insertions(+), 21 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-1444-g38614e4,
Simon Goldschmidt <=