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: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-52-gf28e63b
Date: Wed, 30 Nov 2016 14:50:33 +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 - A Lightweight TCPIP stack".

The branch, master has been updated
       via  f28e63b2a33c7f9146decd5e0d46037a487f1c1a (commit)
       via  7f48289fcd7c74acc48b41bc4f44061b0b164e9f (commit)
      from  12e35c4c12e8d50b973966ed7d598efe392e85f6 (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 f28e63b2a33c7f9146decd5e0d46037a487f1c1a
Author: Joel Cunningham <address@hidden>
Date:   Tue Nov 29 16:12:26 2016 -0600

    Add netifapi macros for set link up/down
    
    This commit extends the netifapi macros to support netif_set_link_up
    and netif_set_link_down

commit 7f48289fcd7c74acc48b41bc4f44061b0b164e9f
Author: Joel Cunningham <address@hidden>
Date:   Tue Nov 29 15:22:55 2016 -0600

    Increment ip.drop when dropping due to NULL netif
    
    This commit increments the ip.drop statistic when an IP packet is
    dropped due to no matching netif found and forwarding is disabled
    
    This adds parity to the other places where mib2.ipinaddrerrors and
    mib2.ipindiscards are incremented which also increment ip.drop

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

Summary of changes:
 src/core/ipv4/ip4.c         |    1 +
 src/include/lwip/netifapi.h |   12 ++++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)


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



reply via email to

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