Skip to content

Commit

Permalink
FRR: Also install ethtool (used in lag module)
Browse files Browse the repository at this point in the history
Debian Bookworm doesn't include this by default
  • Loading branch information
jbemmel authored Dec 8, 2024
1 parent c95fe9f commit 435ad56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netsim/ansible/templates/initial/frr.j2
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ else
curl -s https://deb.frrouting.org/frr/keys.asc | apt-key add -
FRRVER="frr-stable"
echo deb https://deb.frrouting.org/frr $(lsb_release -s -c) $FRRVER > /etc/apt/sources.list.d/frr.list
apt-get update -qq && apt-get install -qq frr frr-pythontools bridge-utils
apt-get update -qq && apt-get install -qq frr frr-pythontools bridge-utils ethtool
fi
{% else %}
{% if netlab_mgmt_vrf|default(False) %}
Expand Down

0 comments on commit 435ad56

Please sign in to comment.