Bump version to 20221128; Install default into OSPF; Refactor bird file structure

This commit is contained in:
Pim van Pelt
2022-11-27 15:33:25 +00:00
parent b35a1f6014
commit 9b9961e40c
87 changed files with 309 additions and 256 deletions

View File

@ -1,3 +1,4 @@
## Bird2 configuration for vpp0-0
router id 192.168.10.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";