0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-09 12:48:43 +00:00

Better example for OSPF configuration.

This commit is contained in:
Ondrej Filip 2000-06-07 14:01:18 +00:00
parent 907503adb6
commit 76c7efec63

View File

@ -1036,6 +1036,13 @@ it doesn't affect routing inside the OSPF domain at all.
<code>
protocol ospf MyOSPF {
export filter {
if source = RTS_BGP then {
ospf_metric1 = 100;
accept;
}
reject;
};
area 0.0.0.0 {
tick 8;
interface "eth*" {