knorrie-config/R1/rootfs/etc/bird/bird.conf

27 lines
329 B
Plaintext
Raw Normal View History

2020-08-20 23:01:52 +10:00
router id 10.40.217.1;
2020-08-18 20:35:29 +10:00
log "/var/log/bird/bird.log" all;
debug protocols { states, routes, filters, interfaces }
protocol kernel {
2020-08-20 23:01:52 +10:00
import none;
2020-08-18 20:35:29 +10:00
export all;
}
protocol device {
# defaults...
}
protocol ospf {
2020-08-20 23:01:52 +10:00
area 0 {
interface "lo" {
stub;
};
interface "vlan216" {
};
interface "vlan3" {
stub;
};
};
}