Refactor away 'default' and just call the default profile 'bird'
This commit is contained in:
@ -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 }
|
||||
|
||||
|
8
overlays/bird/vpp/etc/vpp/config/mpls.vpp.j2
Normal file
8
overlays/bird/vpp/etc/vpp/config/mpls.vpp.j2
Normal 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 %}
|
||||
|
@ -1 +0,0 @@
|
||||
../bird/ovs-config.sh
|
Reference in New Issue
Block a user