Cloud instance init scripts
Go to file
Major Hayden 7721cbf1e2
ec2: Do not enable DHCPv6 on EC2
Enabling DHCPv6 by default on EC2 leads to instance with broken IPv6
connectivity. AWS provides the IP address via DHCPv6 and SLAAC, but
router advertisements are not accepted if the instance has DHCPv6
configured. The accept_ra value is set to 0.

Removing the `dhcp` option from `ipv6.method` and simply using `auto`
(the default) allows the instance to pick up its IPv6 address and accept
router advertisements from the AWS network.

RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=2092459
Pagure: https://pagure.io/cloud-sig/issue/382
Upstream: https://bugs.launchpad.net/cloud-init/+bug/1976526?comments=all

Signed-off-by: Major Hayden <major@redhat.com>
2023-05-16 13:10:29 -05:00
.gitignore Clean up .gitignore 2012-09-17 10:11:22 -07:00
2073.patch Rebase to 23.1.1 2023-03-23 14:49:12 +01:00
cloud-init-tmpfiles.conf Add tmpfiles.d configuration for /run/cloud-init 2014-06-02 19:18:19 -07:00
cloud-init.spec ec2: Do not enable DHCPv6 on EC2 2023-05-16 13:10:29 -05:00
Do-not-enable-dhcp6-on-EC2.patch ec2: Do not enable DHCPv6 on EC2 2023-05-16 13:10:29 -05:00
Fedora-Enable-CA-handling.patch Rebase to 23.1.1 2023-03-23 14:49:12 +01:00
multiple-nameservers.patch Allow > 3 nameservers to be used rhbz#2068529 2023-05-11 17:22:09 -05:00
sources Update to 23.1.2 2023-04-27 16:51:59 -05:00