[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. STABLE-2_1_0_RELEASE-332-gbb31fbd |
Date: |
Fri, 10 Jan 2020 17:10:59 -0500 (EST) |
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 bb31fbd73711752eb6a7a6847b48322724a86ed6 (commit)
via bf1285e3c9832a4c2f75394e6f8d06e0cc420602 (commit)
from 827b60c1551596a925f1179daa79f05241845194 (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 bb31fbd73711752eb6a7a6847b48322724a86ed6
Author: Simon Goldschmidt <address@hidden>
Date: Fri Jan 10 23:10:49 2020 +0100
ip6: fix printing rx packet headers
The call to ip6_debug_print needs to be moved before the
next-header parsing code.
See bug #56708
commit bf1285e3c9832a4c2f75394e6f8d06e0cc420602
Author: Simon Goldschmidt <address@hidden>
Date: Fri Jan 10 21:42:45 2020 +0100
ppp: don't link debug functions if disable
This converts all ppp_*() debug functions to ppp_*(()) macros that
ensure the code is left out by the linker if the corresponding debug
setting is disabled.
Downside is that many lines of code are touched, but since these
already differ to upstream PPP sources, I figured that's ok...
See bug #55199
Signed-off-by: Simon Goldschmidt <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
src/core/ipv6/ip6.c | 8 +-
src/include/netif/ppp/ppp_impl.h | 21 +++--
src/netif/ppp/auth.c | 68 ++++++++---------
src/netif/ppp/ccp.c | 44 +++++------
src/netif/ppp/chap-new.c | 28 +++----
src/netif/ppp/chap_ms.c | 14 ++--
src/netif/ppp/eap.c | 160 +++++++++++++++++++--------------------
src/netif/ppp/fsm.c | 14 ++--
src/netif/ppp/ipcp.c | 36 ++++-----
src/netif/ppp/ipv6cp.c | 16 ++--
src/netif/ppp/lcp.c | 32 ++++----
src/netif/ppp/ppp.c | 8 +-
src/netif/ppp/upap.c | 12 +--
src/netif/ppp/utils.c | 36 ++++-----
14 files changed, 252 insertions(+), 245 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. STABLE-2_1_0_RELEASE-332-gbb31fbd,
Simon Goldschmidt <=