]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Spawn the DHCPv6 client in EC2 instances via rtsold.
authorcperciva <cperciva@FreeBSD.org>
Sun, 13 Sep 2020 19:56:53 +0000 (19:56 +0000)
committercperciva <cperciva@FreeBSD.org>
Sun, 13 Sep 2020 19:56:53 +0000 (19:56 +0000)
commita566fb4da0312951e459e2acdebb1e9a2c23bd2b
treee0f7b5a80b5b2c9f0ce47804a595b041b6ed2551
parentfb03a0bbc4d9671c3d1b3a1b60645ef177067928
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