lwip-commits
[Top][All Lists]
Advanced

[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-1419-g0c2fdfc
Date: Thu, 17 May 2018 15:52:14 -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  0c2fdfcf428fb6c0d9659c1927e92cf4b89a5d42 (commit)
       via  0f165ff136624ef504f9a8ec113810cf1aec0cf4 (commit)
      from  8f3df7c862e496ae3beab0254fab8bdbd63cbe04 (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 0c2fdfcf428fb6c0d9659c1927e92cf4b89a5d42
Author: Simon Goldschmidt <address@hidden>
Date:   Thu May 17 21:51:46 2018 +0200

    Fix bug #53667: ARP table max size is to small
    
    arp table functions, nd6 destination cache and struct netif_hint
    can now be u16_t or u8_t depending on table size, so up to 32K
    entries can be used in these tables (s16_t)
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

commit 0f165ff136624ef504f9a8ec113810cf1aec0cf4
Author: Simon Goldschmidt <address@hidden>
Date:   Thu May 17 21:16:06 2018 +0200

    etharp: use generic types in external access to ARP table
    
    This should hide the internal type used for access to the ARP table
    which currently is s8_t or u8_t, depending on the use case.
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 src/apps/snmp/snmp_mib2_ip.c |  8 ++--
 src/core/ipv4/etharp.c       | 90 ++++++++++++++++++++++----------------------
 src/core/ipv6/nd6.c          | 14 +++----
 src/include/lwip/etharp.h    |  4 +-
 src/include/lwip/netif.h     |  8 +++-
 5 files changed, 65 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]