Skip to content

Commit

Permalink
Add iproute2 for good measure (in case we ever change the Ubuntu base…
Browse files Browse the repository at this point in the history
… image)
  • Loading branch information
jbemmel committed Dec 10, 2024
1 parent 43316e3 commit 2ad7e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netsim/ansible/templates/initial/linux/ubuntu.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<CONFIG >/etc/lldpd.d/system.conf
Expand Down

0 comments on commit 2ad7e98

Please sign in to comment.