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: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. d43c092f171e683028e184af56333dab9ce79fcb
Date: Thu, 21 Jul 2016 11:31:25 +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  d43c092f171e683028e184af56333dab9ce79fcb (commit)
      from  9cc3fb2e63ef62193796daf52af6da5347d49dbf (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 d43c092f171e683028e184af56333dab9ce79fcb
Author: Sylvain Rochet <address@hidden>
Date:   Thu Jul 21 13:19:04 2016 +0200

    PPP: restore PPPoE devices without Ethernet ARP support, i.e. PPPoE only 
devices
    
    Ethernet support is required for PPPoE but Ethernet support is only set
    by default in opt.h if ARP is enabled, which is wrong because the right
    condition is ARP and/or PPPoE, unfortunately PPPOE_SUPPORT can't be used
    in opt.h because it is not defined if ppp_opts.h is not included before
    opt.h in user code.
    
    Fixup the LWIP_ETHERNET configuration value in ppp_opts.h in order to
    force Ethernet support if PPPoE is enabled.
    
    Fixes: 3ad2ad2329 ("Remove reference to PPPOE_SUPPORT in opt.h - leads
        to compile errors because it has no default definition (only in
        ppp_opts.h)"

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

Summary of changes:
 src/include/netif/ppp/ppp_opts.h |    5 +++++
 1 file changed, 5 insertions(+)


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



reply via email to

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