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. 7857c222773d3342e61e394dd84fb0ab681e0780
Date: Sun, 08 Mar 2015 00:10:43 +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  7857c222773d3342e61e394dd84fb0ab681e0780 (commit)
       via  b3c7e948be07dee00d35415bf7a512ae50cd9a0e (commit)
       via  c966a538fb6ff1e367a58af054a0aa6b2888e15b (commit)
       via  3027a7d7e2263ab4440ef2e291b04f5a8efbc351 (commit)
       via  dd2217693519d46c1fa088ea9a547f6cdcc2d33f (commit)
       via  dbf9d0f0946a90d6618bacd5e5a9f3ef2eac73e2 (commit)
       via  b3218d45f364314e7a85371ea933709ac0add24d (commit)
       via  3ca5184998503dedec06adfad98ab604d137f5ff (commit)
      from  007ab69777219848dc0d205ec9bb9594ec1eb60b (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 7857c222773d3342e61e394dd84fb0ab681e0780
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 8 01:09:44 2015 +0100

    PPP, Documentation, updated

commit b3c7e948be07dee00d35415bf7a512ae50cd9a0e
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 8 00:44:47 2015 +0100

    PPP, removed now useless struct ppp_addrs from ppp_pcb
    
    Saved a few bytes of useless copy.

commit c966a538fb6ff1e367a58af054a0aa6b2888e15b
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 8 00:40:34 2015 +0100

    PPP, improved IPv6 address setting
    
    Now setting IPv6 addresses in sif6addr() instead of sif6up(),
    removed the useless copy of addresses.

commit 3027a7d7e2263ab4440ef2e291b04f5a8efbc351
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 8 00:11:52 2015 +0100

    PPP, using DNS API for DNS servers
    
    Now setting DNS addresses in sdns() using dns_setserver() instead
    of keeping a local copy. This is probably the wanted PPP behavior,
    we will see if users want this conditional.

commit dd2217693519d46c1fa088ea9a547f6cdcc2d33f
Author: Sylvain Rochet <address@hidden>
Date:   Sat Mar 7 23:53:21 2015 +0100

    PPP, improved IPv4 address setting
    
    Now setting IPv4 addresses in sifaddr() instead of sifup(),
    removed the useless copy of addresses.

commit dbf9d0f0946a90d6618bacd5e5a9f3ef2eac73e2
Author: Sylvain Rochet <address@hidden>
Date:   Sat Mar 7 23:17:02 2015 +0100

    DNS, warning fix, dns_init() -> dns_init(void)
    
    lwip/src/core/dns.c: In function ‘dns_init’:
    lwip/src/core/dns.c:336:1: warning: old-style function definition 
[-Wold-style-definition]
     dns_init()

commit b3218d45f364314e7a85371ea933709ac0add24d
Author: Sylvain Rochet <address@hidden>
Date:   Sat Mar 7 23:15:00 2015 +0100

    PPP, make DNS a little more optional if LWIP_DNS is unset

commit 3ca5184998503dedec06adfad98ab604d137f5ff
Author: Sylvain Rochet <address@hidden>
Date:   Sat Mar 7 22:24:27 2015 +0100

    PPP, CORE, separated administrative status from link status of PPP netif
    
    This was confusing, recent lwIP changes fixed the meaning as well as
    how it is used everywhere, making the administrative status a user-only
    controlled flag. Now that it's clear, updated PPP to follow lwIP
    core change.
    
    Using netif_set_link_{up,down} instead of netif_set_{up,down} when PPP
    reaches/leaves running state. PPP interface is now set to administratively
    UP when created with link state down.

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

Summary of changes:
 doc/ppp.txt                      |   24 ++++++++----
 src/core/dns.c                   |    2 +-
 src/include/netif/ppp/ppp.h      |   13 ++++--
 src/include/netif/ppp/ppp_impl.h |    4 +-
 src/netif/ppp/ipcp.c             |    9 +++-
 src/netif/ppp/ppp.c              |   79 ++++++++++++++++++++-----------------
 src/netif/ppp/pppos.c            |    2 +
 7 files changed, 80 insertions(+), 53 deletions(-)


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



reply via email to

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