[SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1294-g76a1305
[email protected] (Simon Goldschmidt)
| Newsgroups | gmane.network.lwip.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 76a13054ee9d2314673f779ea3ddb37f51775b14 (commit)
from 37b44949213fd92497db2137a15cf388fad59c35 (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 76a13054ee9d2314673f779ea3ddb37f51775b14
Author: goldsimon <[email protected]>
Date: Thu Feb 22 22:33:16 2018 +0100
add initial support for stateless DHCPv6
Signed-off-by: goldsimon <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
src/core/ipv6/dhcp6.c | 765 +++++++++++++++++++++++++++++++++++++++++-
src/core/ipv6/nd6.c | 7 +
src/core/timeouts.c | 4 +
src/include/lwip/dhcp6.h | 56 +++-
src/include/lwip/netif.h | 7 +
src/include/lwip/opt.h | 78 ++++-
src/include/lwip/prot/dhcp6.h | 20 +-
7 files changed, 909 insertions(+), 28 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack