Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
ec2: supersede interface-mtu to avoid restarting ena0
Browse files Browse the repository at this point in the history
  • Loading branch information
valpackett committed Mar 10, 2019
1 parent a7e7c6e commit 03ec4d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release/tools/ec2.conf
Expand Up @@ -88,6 +88,9 @@ vm_extra_pre_umount() {
# Load the kernel module for the Amazon "Elastic Network Adapter"
echo 'if_ena_load="YES"' >> ${DESTDIR}/boot/loader.conf

# XXX: BUG - On AArch64, ena craps out when going down and up - the default MTU change would do that
echo 'interface "ena0" { supersede interface-mtu 0; }' >> ${DESTDIR}/etc/dhclient.conf

# Disable ChallengeResponseAuthentication according to EC2
# requirements.
sed -i '' -e \
Expand Down

0 comments on commit 03ec4d4

Please sign in to comment.