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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-988-g4f2dc05
Date: Wed, 18 Oct 2017 12:31:47 -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  4f2dc05c7cde88dcc5b6d44a822d1bec29d66b21 (commit)
       via  b3a379c2396c434f7b7e33ad5abb19fcac85f4f4 (commit)
      from  8a46a853d2ab2c470c76962d3f1cbe9362e30fa1 (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 4f2dc05c7cde88dcc5b6d44a822d1bec29d66b21
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Oct 18 18:31:38 2017 +0200

    Improve documentation on bridgeif_fdb

commit b3a379c2396c434f7b7e33ad5abb19fcac85f4f4
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Oct 18 18:27:35 2017 +0200

    BridgeIF: Move FDB implementation into a separate file, implementation is 
easier to understand like this.

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

Summary of changes:
 src/Filelists.mk                  |   1 +
 src/include/netif/bridgeif.h      |  24 +++++
 src/include/netif/bridgeif_opts.h |   8 --
 src/netif/bridgeif.c              | 179 --------------------------------
 src/netif/bridgeif_fdb.c          | 211 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 236 insertions(+), 187 deletions(-)
 create mode 100644 src/netif/bridgeif_fdb.c


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



reply via email to

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