Skip to content

Commit

Permalink
FRR: Install bridge-utils when using Libvirt (#1430)
Browse files Browse the repository at this point in the history
Needed for VLAN templates
  • Loading branch information
jbemmel authored Oct 24, 2024
1 parent 1b3218c commit 133e5ea
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 @@ -36,7 +36,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
apt-get update -qq && apt-get install -qq frr frr-pythontools bridge-utils
fi
{% else %}
{% if netlab_mgmt_vrf|default(False) %}
Expand Down

0 comments on commit 133e5ea

Please sign in to comment.