public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* IPv6 Stateless autoconfiguration
@ 2017-06-30  5:45 Santhapur Naveen
  2017-06-30  6:51 ` Ye, Ting
  0 siblings, 1 reply; 2+ messages in thread
From: Santhapur Naveen @ 2017-06-30  5:45 UTC (permalink / raw)
  To: edk2-devel@lists.01.org

Hello all,

I have some queries for which the answers are needed from the experts here. Please help in answering them.

Does edk2 support IPv6 stateless address autoconfiguration as mentioned in RFC4862.
If yes, then why do we have to configure the dhcpv6 service in such a way that it provides IPv6 address also for HTTPv6/PXEv6 boot?

Thank you
Naveen


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: IPv6 Stateless autoconfiguration
  2017-06-30  5:45 IPv6 Stateless autoconfiguration Santhapur Naveen
@ 2017-06-30  6:51 ` Ye, Ting
  0 siblings, 0 replies; 2+ messages in thread
From: Ye, Ting @ 2017-06-30  6:51 UTC (permalink / raw)
  To: Santhapur Naveen, edk2-devel@lists.01.org

Hi Naveen,

Yes, EDKII supports IPv6 stateless address autoconfiguration defined in RFC4862.  It includes two parts:
- generating link-local address
- generating global address via stateless address autoconfiguration.

The later part requires an IPv6 router to send Router Advertisement with valid prefix information options periodically to UEFI client.

In EDKII, we can't assume that the network environment has an IPv6 router correctly configured and an IPv6 stateless address is available. 
And both HTTP boot and PXE boot over IPv6 stack defined in UEFI spec include a step that getting IPv6 address and other DHCP options from DHCP server.
So, current implementation gets IPv6 address from DHCPv6 service.

Thanks,
Ting 


-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Santhapur Naveen
Sent: Friday, June 30, 2017 1:46 PM
To: edk2-devel@lists.01.org
Subject: [edk2] IPv6 Stateless autoconfiguration

Hello all,

I have some queries for which the answers are needed from the experts here. Please help in answering them.

Does edk2 support IPv6 stateless address autoconfiguration as mentioned in RFC4862.
If yes, then why do we have to configure the dhcpv6 service in such a way that it provides IPv6 address also for HTTPv6/PXEv6 boot?

Thank you
Naveen
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-30  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-30  5:45 IPv6 Stateless autoconfiguration Santhapur Naveen
2017-06-30  6:51 ` Ye, Ting

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox