lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-test, updated. ea50


From: Sylvain Rochet
Subject: Re: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-test, updated. ea50fd36aed32ef55e4859d57ad97f24d1783dec
Date: Thu, 24 Sep 2015 23:58:17 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

On Thu, Sep 24, 2015 at 09:54:47PM +0000, Sylvain Rochet wrote:
> commit ea50fd36aed32ef55e4859d57ad97f24d1783dec
> Author: Sylvain Rochet <address@hidden>
> Date:   Thu Sep 24 23:54:19 2015 +0200
> 
>     ppp test: adapt code to ip_addr.h API changes

By the way, what's the proper way to set a static IPv6 address now ?

I've come up with the following but I'm quite sure that's not the better 
way.

  IP6_ADDR((ip6_addr_t*)&netif.ip6_addr[1],
    PP_HTONL(0x20010000), PP_HTONL(0x00000000),
    PP_HTONL(0x00000000), PP_HTONL(0x00000002));

Sylvain

Attachment: signature.asc
Description: Digital signature


reply via email to

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