From: Ondrej Filip Date: Wed, 7 Jun 2000 14:01:18 +0000 (+0000) Subject: Better example for OSPF configuration. X-Git-Tag: v1.2.0~578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76c7efec63ffd2431ce5f6bd2299763f741ac37c;p=thirdparty%2Fbird.git Better example for OSPF configuration. --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 25cc2d584..1de0576e6 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1036,6 +1036,13 @@ it doesn't affect routing inside the OSPF domain at all. protocol ospf MyOSPF { + export filter { + if source = RTS_BGP then { + ospf_metric1 = 100; + accept; + } + reject; + }; area 0.0.0.0 { tick 8; interface "eth*" {