knorrie-config/PWR35/rootfs/etc/bird/bird6.conf

34 lines
407 B
Plaintext
Raw Normal View History

2020-08-29 23:26:44 +10:00
router id 172.16.16.35;
log "/var/log/bird/bird6.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 "vlan2000" {
};
interface "vlan2007" {
};
interface "vlan2015" {
stub;
};
interface "vlan2014" {
stub;
};
};
};