]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Spawn the DHCPv6 client in EC2 instances via rtsold.
authorColin Percival <cperciva@FreeBSD.org>
Sun, 13 Sep 2020 19:56:53 +0000 (19:56 +0000)
committerColin Percival <cperciva@FreeBSD.org>
Sun, 13 Sep 2020 19:56:53 +0000 (19:56 +0000)
commita72eeb2025fc052c71771624b1d7ac51639103d4
treee0f7b5a80b5b2c9f0ce47804a595b041b6ed2551
parentff5188db54f94dd48dcd1a029fbbcfef42e9992b
Spawn the DHCPv6 client in EC2 instances via rtsold.

Prior to this commit, EC2 AMIs used a "dual-dhclient" tool which was
launched in place of dhclient and spawned both the base system dhclient
for IPv4 and the ISC dhclient from ports for IPv6.

Now that rtsold supports the "M bit" (managed configuration), we can go
back to having the base system dhclient spawned normally, and provide a
script to rtsold which spawns the ISC dhclient from ports when rtsold
decides that it is appropriate.

Thanks to: bz
MFC after: 1 week
Sponsored by: https://www.patreon.com/cperciva
release/tools/ec2.conf