Commit 070c003f authored by 神楽坂玲奈's avatar 神楽坂玲奈

bird

parent c7673594
log syslog all;
router id {{address}};
protocol device {
scan time 10;
}
protocol direct {
disabled;
ipv4;
ipv6;
}
protocol direct {
ipv4 {
import all;
};
ipv6;
interface "test*";
}
protocol kernel {
ipv4 {
export all;
};
kernel table 300;
}
protocol kernel {
ipv6 { export all; };
}
protocol static {
ipv4;
}
protocol ospf v2 {
ipv4 {
import all;
export where source ~ [ RTS_DEVICE, RTS_STATIC ];
};
area 0 {
networks {
10.0.0.0/8;
};
# interface "eth*" {
# type broadcast; # Detected by default
# cost 10; # Interface metric
# hello 5; # Default hello perid 10 is too long
# };
interface "mc-*" {
type ptp;
cost 100;
hello 5;
};
interface "dummy0" {
stub; # Stub interface, just propagate it
};
};
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment