]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Better example for OSPF configuration.
authorOndrej Filip <feela@network.cz>
Wed, 7 Jun 2000 14:01:18 +0000 (14:01 +0000)
committerOndrej Filip <feela@network.cz>
Wed, 7 Jun 2000 14:01:18 +0000 (14:01 +0000)
doc/bird.sgml

index 25cc2d584ce857cb23857ca8fc64fe5b63cd4668..1de0576e61adbc36012f4db7fa38c57daa889a62 100644 (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*" {