Bump version to 20221128; Install default into OSPF; Refactor bird file structure
This commit is contained in:
build/default
hvn0.lab.ipng.ch
vpp0-0
vpp0-1
vpp0-2
vpp0-3
hvn1.lab.ipng.ch
vpp1-0
vpp1-1
vpp1-2
vpp1-3
hvn2.lab.ipng.ch
vpp2-0
vpp2-1
vpp2-2
vpp2-3
overlays/bird/common/etc/bird
@ -1,3 +1,4 @@
|
||||
## Bird2 configuration for vpp2-0
|
||||
router id 192.168.12.0;
|
||||
|
||||
protocol device { scan time 30; }
|
||||
@ -13,7 +14,7 @@ protocol kernel kernel6 {
|
||||
scan time 300;
|
||||
}
|
||||
|
||||
include "static.conf";
|
||||
include "bfd.conf";
|
||||
include "ospf.conf";
|
||||
include "ibgp.conf";
|
||||
include "core/static.conf";
|
||||
include "core/bfd.conf";
|
||||
include "core/ospf.conf";
|
||||
include "manual.conf";
|
||||
|
Reference in New Issue
Block a user