diff options
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 25cc2d5..1de0576 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -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*" { |