lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] SLAAC


From: Prasanna Pm
Subject: Re: [lwip-users] SLAAC
Date: Wed, 5 Oct 2022 13:52:03 -0700

I think, need to enable CONFIG_LWIP_IPV6_AUTOCONFIG flag and call below,
netif_create_ip6_linklocal_address(&netif, 1) and netif->ip6_autoconfig_enabled = 1;
-Prasanna

On Wed, Oct 5, 2022 at 1:35 PM Thompson, Jeff <JeffThompson@invue.com> wrote:

I think I want to use SLAAC in my device so that it can automatically configure its IPv6 address. Do I need to implement NDP or SEND to do that, or does lwIP 2.1.3 already provide that? How do I use lwIP to get my device an IPv6 address this way? I have used DHCP to get an IPv4 address and can set up my device for a static IPv4 address, netmask, and gateway, but I have no idea how to get it configured to use IPv6. I’ve been poking around the Internet for a getting started guide or user’s guide, but coming up empty-handed.

 

Jeff Thompson  |  Senior Electrical Engineer - Firmware
+1 704 752 6513 x1394
www.invue.com

 

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

reply via email to

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