From 2ad7e980d81f7fa8ca7854c0913c697cf833c0b3 Mon Sep 17 00:00:00 2001 From: Jeroen van Bemmel Date: Tue, 10 Dec 2024 11:50:05 -0600 Subject: [PATCH] Add iproute2 for good measure (in case we ever change the Ubuntu base image) --- netsim/ansible/templates/initial/linux/ubuntu.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netsim/ansible/templates/initial/linux/ubuntu.j2 b/netsim/ansible/templates/initial/linux/ubuntu.j2 index 422d92f51..41bf7a0ea 100644 --- a/netsim/ansible/templates/initial/linux/ubuntu.j2 +++ b/netsim/ansible/templates/initial/linux/ubuntu.j2 @@ -71,12 +71,12 @@ fi {% if 'lag' in module|default([]) %} # -# Install ethtool for lag support +# Install ethtool and iproute2(ip) for lag support # if "$NEED_APT_UPDATE"; then apt-get update -qq fi -apt-get install -qq ethtool +apt-get install -qq ethtool iproute2 {% endif %} cat </etc/lldpd.d/system.conf