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

33 lines
405 B
Plaintext

router id 172.16.16.60;
log "/var/log/bird/bird.log" all;
debug protocols { states, routes, filters, interfaces }
protocol kernel {
import none;
export all;
}
protocol device {
# defaults...
}
protocol ospf {
area 0 {
interface "lo" {
stub;
};
interface "vlan2210" {
stub;
};
interface "vlan2211" {
stub;
};
interface "vlan2220" {
};
interface "vlan2221" {
};
};
};