Add hvn1/hvn2 and remove the comments from hvn0

This commit is contained in:
Pim van Pelt
2022-10-14 12:26:57 +02:00
parent ad7b311f46
commit 54aa9f1890
75 changed files with 966 additions and 11 deletions

View File

@ -0,0 +1,19 @@
router id 192.168.12.1;
protocol device { scan time 30; }
protocol direct { ipv4; ipv6; check link yes; }
protocol kernel kernel4 {
ipv4 { import none; export where source != RTS_DEVICE; };
learn off;
scan time 300;
}
protocol kernel kernel6 {
ipv6 { import none; export where source != RTS_DEVICE; };
learn off;
scan time 300;
}
include "static.conf";
include "bfd.conf";
include "ospf.conf";
include "ibgp.conf";