lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-36-gbf02bec
Date: Sun, 15 Jan 2017 15:39:06 +0000 (UTC)

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 Contrib - Contributed code for Lightweight TCP/IP stack".

The branch, master has been updated
       via  bf02bec65256f7b9ea17286ad7c547cec69a012e (commit)
      from  4d1838043ec8d31ff308fa10326ea8e3a61063cd (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 bf02bec65256f7b9ea17286ad7c547cec69a012e
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Jan 15 16:33:35 2017 +0100

    patch #8680: Add support for LwIP static route table
    Add static route implementation from Pradip De <address@hidden>

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

Summary of changes:
 addons/ipv6_static_routing/README            |   43 +++++
 addons/ipv6_static_routing/ip6_route_table.c |  248 ++++++++++++++++++++++++++
 addons/ipv6_static_routing/ip6_route_table.h |   94 ++++++++++
 ports/Filelists.mk                           |    4 +-
 4 files changed, 387 insertions(+), 2 deletions(-)
 create mode 100644 addons/ipv6_static_routing/README
 create mode 100644 addons/ipv6_static_routing/ip6_route_table.c
 create mode 100644 addons/ipv6_static_routing/ip6_route_table.h


hooks/post-receive
-- 
lwIP Contrib - Contributed code for Lightweight TCP/IP stack



reply via email to

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