bird: Initial version of role

This commit is contained in:
Timo Makinen 2021-03-16 00:56:00 +00:00
parent 644299f49a
commit f73ca08805
3 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,22 @@
log syslog all;
debug protocols off;
router id 10.123.27.61;
protocol device {
scan time 10;
}
protocol ospf {
disabled yes;
area 0.0.0.0 {
interface "tap0" {
hello 1;
dead 30;
real broadcast yes;
};
interface "carp145" {
stub;
};
};
}