28 lines
333 B
Text
28 lines
333 B
Text
|
router id 10.9.99.6;
|
||
|
|
||
|
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 "vlan1001" {
|
||
|
};
|
||
|
interface "vlan1034" {
|
||
|
stub;
|
||
|
};
|
||
|
};
|
||
|
};
|