aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.sh b/config.sh
index f4e6a70..23a7ad2 100755
--- a/config.sh
+++ b/config.sh
@@ -118,15 +118,6 @@ cat >> /etc/chrony.conf << EOF
refclock PHC /dev/ptp_hyperv poll 3 dpoll -2 offset 0
EOF
-# Support Azure's accelerated networking feature; without this the network fails
-# to come up. It may need adjustments for additional drivers in the future.
-cat > /etc/NetworkManager/conf.d/99-azure-unmanaged-devices.conf << EOF
-# Ignore SR-IOV interface on Azure, since it's transparently bonded
-# to the synthetic interface
-[keyfile]
-unmanaged-devices=driver:mlx4_core;driver:mlx5_core
-EOF
-
# Enable the Azure Linux Agent service
systemctl enable waagent.service
fi