[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Sylvain Rochet |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 5a715093536a47f55a3c1486a4c990c0d1232966 |
Date: |
Fri, 27 Feb 2015 21:46:03 +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 5a715093536a47f55a3c1486a4c990c0d1232966 (commit)
from a310bc19a74bbbf9f7558a301e22785d3279ed39 (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 5a715093536a47f55a3c1486a4c990c0d1232966
Author: Sylvain Rochet <address@hidden>
Date: Fri Feb 27 22:39:42 2015 +0100
PPP, CORE, IPCP: removed useless ask_for_local boolean
We don't need ask_for_local boolean, this is only useful for setup which
can determine the local IP address from the system hostname, which is
probably meaningless for embedded devices (and probably any devices).
It was actually only set by ip_check_options() which is commented out in
lwIP because we don't parse a config file nor check PPP configuration
(user is responsible about writing a configuration which is logical ;-).
Furthermore ask_for_local boolean never set actually had the wrong
default for PPP server setups.
-----------------------------------------------------------------------
Summary of changes:
src/include/netif/ppp/ppp.h | 3 +--
src/netif/ppp/ipcp.c | 7 ++++++-
2 files changed, 7 insertions(+), 3 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 5a715093536a47f55a3c1486a4c990c0d1232966,
Sylvain Rochet <=