From 76c7efec63ffd2431ce5f6bd2299763f741ac37c Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 7 Jun 2000 14:01:18 +0000 Subject: Better example for OSPF configuration. --- doc/bird.sgml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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. protocol ospf MyOSPF { + export filter { + if source = RTS_BGP then { + ospf_metric1 = 100; + accept; + } + reject; + }; area 0.0.0.0 { tick 8; interface "eth*" { -- cgit v1.2.3