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-442-g51a0766
Date: Wed, 15 Mar 2017 07:31:22 -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  51a07661ccdee6ec3f943c96c01272e6225daf0b (commit)
      from  1f1f2e1c46c3a186c38a91fde52b2e1439d27e8c (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 51a07661ccdee6ec3f943c96c01272e6225daf0b
Author: goldsimon <address@hidden>
Date:   Wed Mar 15 12:31:12 2017 +0100

    Added a simple multi-netif 802.1d bridge implementation to show that a 
multi-port netif works (see task #14369)

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

Summary of changes:
 src/Filelists.mk                  |   1 +
 src/include/netif/bridgeif.h      |  81 +++++
 src/include/netif/bridgeif_opts.h |  85 +++++
 src/netif/bridgeif.c              | 677 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 844 insertions(+)
 create mode 100644 src/include/netif/bridgeif.h
 create mode 100644 src/include/netif/bridgeif_opts.h
 create mode 100644 src/netif/bridgeif.c


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



reply via email to

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