You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IPv6 address of the instance. In cases where multiple network interfaces are present, this refers to the eth0 device (the device for which the device number is 0) network interface and the first IPv6 address assigned. If no IPv6 address exists on network interface[0], this item is not set and results in an HTTP 404 response.
Environment
AWS
Desired Feature
Have COREOS_EC2_IPV6 available in ignition configs.
Other Information
The IPv6 meta-data is available in metadata version 2021-01-03.
Consider to bump the default version
Feature Request
Currently afterburn only support IPv4 metadata, if the platform is AWS.
afterburn/src/providers/aws/mod.rs
Lines 163 to 164 in 6e3f545
Since AWS announced IPv6 only subnets
The IPv6 address can recived through meta-data.
See also
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-categories.html
Environment
AWS
Desired Feature
Have
COREOS_EC2_IPV6
available in ignition configs.Other Information
The IPv6 meta-data is available in metadata version
2021-01-03
.Consider to bump the default version
afterburn/src/providers/aws/mod.rs
Line 82 in 6e3f545
or use latest.
The text was updated successfully, but these errors were encountered: