HomeFreeBSD

EC2: Set dhclient_arpwait="NO"

Description

EC2: Set dhclient_arpwait="NO"

The DHCP server in EC2 knows exactly which system should be using
which IP address (and in fact EC2 has source IP filtering on by
default) so there's no point ARPing an address before using it.

The preceding commits (changing the ARP wait time from 2 s to 250 ms)
and this one (eliminating the wait entirely in EC2) reduce the time
required for a newly launched FreeBSD/EC2 instance to launch by 2
seconds.

Discussed with: icattard
MFC after: 10 days
Sponsored by: Amazon

(cherry picked from commit 54a543d5ea3a58aee2f001498376127efea24bd2)

Details

Provenance
cpercivaAuthored on Aug 9 2024, 11:55 PM
Parents
rG47f6b848e079: dhclient: Update rc.conf.5 with dhclient_arpwait
Branches
Unknown
Tags
Unknown