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

30 lines
367 B
Plaintext

router id 172.16.16.30;
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 "vlan2223" {
};
interface "vlan2222" {
};
interface "vlan2216" {
stub;
};
};
};