diff --git a/doc/bird.sgml b/doc/bird.sgml index 25cc2d58..1de0576e 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*" {