23 lines
549 B
Django/Jinja
23 lines
549 B
Django/Jinja
## Bird2 configuration for {{ node.hostname }}
|
|
router id {{ node.loopback.ipv4.split("/")[0] }};
|
|
|
|
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 "core/static.conf";
|
|
include "core/bfd.conf";
|
|
include "core/ospf.conf";
|
|
# include "core/babel.conf";
|
|
include "manual.conf";
|
|
|