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/loopback.vpp
|
||||||
exec /etc/vpp/config/interface.vpp
|
exec /etc/vpp/config/interface.vpp
|
||||||
exec /etc/vpp/config/lcp.vpp
|
exec /etc/vpp/config/lcp.vpp
|
||||||
|
exec /etc/vpp/config/mpls.vpp
|
||||||
|
|
||||||
comment { exec /etc/vpp/config/flowprobe.vpp }
|
comment { exec /etc/vpp/config/flowprobe.vpp }
|
||||||
|
|
@ -0,0 +1,2 @@
|
|||||||
|
mpls table add 0
|
||||||
|
set interface mpls GigabitEthernet10/0/1 enable
|
@ -3,6 +3,7 @@ exec /etc/vpp/config/defaults.vpp
|
|||||||
exec /etc/vpp/config/loopback.vpp
|
exec /etc/vpp/config/loopback.vpp
|
||||||
exec /etc/vpp/config/interface.vpp
|
exec /etc/vpp/config/interface.vpp
|
||||||
exec /etc/vpp/config/lcp.vpp
|
exec /etc/vpp/config/lcp.vpp
|
||||||
|
exec /etc/vpp/config/mpls.vpp
|
||||||
|
|
||||||
comment { exec /etc/vpp/config/flowprobe.vpp }
|
comment { exec /etc/vpp/config/flowprobe.vpp }
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
mpls table add 0
|
||||||
|
set interface mpls GigabitEthernet10/0/0 enable
|
||||||
|
set interface mpls GigabitEthernet10/0/1 enable
|
@ -3,6 +3,7 @@ exec /etc/vpp/config/defaults.vpp
|
|||||||
exec /etc/vpp/config/loopback.vpp
|
exec /etc/vpp/config/loopback.vpp
|
||||||
exec /etc/vpp/config/interface.vpp
|
exec /etc/vpp/config/interface.vpp
|
||||||
exec /etc/vpp/config/lcp.vpp
|
exec /etc/vpp/config/lcp.vpp
|
||||||
|
exec /etc/vpp/config/mpls.vpp
|
||||||
|
|
||||||
comment { exec /etc/vpp/config/flowprobe.vpp }
|
comment { exec /etc/vpp/config/flowprobe.vpp }
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
mpls table add 0
|
||||||
|
set interface mpls GigabitEthernet10/0/0 enable
|
||||||
|
set interface mpls GigabitEthernet10/0/1 enable
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user