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> <code>
protocol ospf MyOSPF { protocol ospf MyOSPF {
export filter {
if source = RTS_BGP then {
ospf_metric1 = 100;
accept;
}
reject;
};
area 0.0.0.0 { area 0.0.0.0 {
tick 8; tick 8;
interface "eth*" { interface "eth*" {