Refactor away 'default' and just call the default profile 'bird'

This commit is contained in:
Pim van Pelt
2023-05-31 14:47:19 +00:00
parent 6414b290fa
commit 4c3d92008f
128 changed files with 28 additions and 18 deletions

View File

@ -3,6 +3,7 @@ exec /etc/vpp/config/defaults.vpp
exec /etc/vpp/config/loopback.vpp
exec /etc/vpp/config/interface.vpp
exec /etc/vpp/config/lcp.vpp
exec /etc/vpp/config/mpls.vpp
comment { exec /etc/vpp/config/flowprobe.vpp }

View File

@ -0,0 +1,8 @@
mpls table add 0
{% if node.id > 0 %}
set interface mpls GigabitEthernet10/0/0 enable
{% endif %}
{% if node.id < 3 %}
set interface mpls GigabitEthernet10/0/1 enable
{% endif %}

View File

@ -1 +0,0 @@
../bird/ovs-config.sh