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. 8a0fb03e2131205626c75ead078c1ab3d6d2bad8
Date: Tue, 08 Sep 2015 07:47:41 +0000

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  8a0fb03e2131205626c75ead078c1ab3d6d2bad8 (commit)
      from  1e4f3123524829045c704cdfdf963cebd7044a46 (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 8a0fb03e2131205626c75ead078c1ab3d6d2bad8
Author: goldsimon <address@hidden>
Date:   Tue Sep 8 09:47:30 2015 +0200

    Separate mib2 counter/table callbacks from snmp agent. This both cleans up 
the code and should allow integration of a 3rd party agent/mib2.

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

Summary of changes:
 CHANGELOG                       |    5 +-
 src/core/ipv4/icmp.c            |   17 +-
 src/core/ipv4/ip4.c             |   43 ++--
 src/core/ipv4/ip_frag.c         |   11 +-
 src/core/netif.c                |   57 ++--
 src/core/snmp/mib2.c            |  620 +++++++--------------------------------
 src/core/snmp/msg_in.c          |   72 +++---
 src/core/snmp/msg_out.c         |   25 +-
 src/core/tcp.c                  |   11 +-
 src/core/tcp_in.c               |    9 +-
 src/core/tcp_out.c              |    7 +-
 src/core/udp.c                  |   18 +-
 src/include/lwip/netif.h        |   28 +--
 src/include/lwip/opt.h          |   30 ++-
 src/include/lwip/snmp.h         |  303 +-------------------
 src/include/lwip/snmp_mib2.h    |  185 ++++++++++++
 src/include/lwip/snmp_structs.h |   31 ++
 src/include/lwip/stats.h        |   76 +++++
 src/netif/etharp.c              |    6 +-
 src/netif/ethernetif.c          |    4 +-
 src/netif/ppp/ppp.c             |   14 +-
 src/netif/ppp/pppoe.c           |   38 ++--
 src/netif/ppp/pppol2tp.c        |   38 ++--
 src/netif/ppp/pppos.c           |   22 +-
 src/netif/slipif.c              |    4 +-
 25 files changed, 639 insertions(+), 1035 deletions(-)
 create mode 100644 src/include/lwip/snmp_mib2.h


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



reply via email to

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