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. 475d49440c6d07332565a6ea886628ccb9a179d2
Date: Thu, 25 Aug 2016 12:07:45 +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  475d49440c6d07332565a6ea886628ccb9a179d2 (commit)
      from  a2ca85a260edd9e3ecc00b8dd24d802d32291a07 (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 475d49440c6d07332565a6ea886628ccb9a179d2
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 25 14:07:35 2016 +0200

    Fix handling of LWIP_HOOK_VLAN_SET(). Previous implementation supplied 
uninitialized arguments to the macro (struct eth_hdr).
    Change macro signature to be universal: netif, pbuf, src, dst, eth_type - 
whatever the user needs to decide about VLAN header.
    Return value <0 means "no VLAN header", 0 <= return_value <= 0xFFFF -> 
value is prio_vid of header.
    Clean up ethernet_output function to be more readable.

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

Summary of changes:
 UPGRADING              |    2 ++
 src/include/lwip/opt.h |   17 +++++++------
 src/netif/ethernet.c   |   63 +++++++++++++++++++++++++-----------------------
 3 files changed, 45 insertions(+), 37 deletions(-)


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



reply via email to

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