diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-07 16:01:18 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-07 16:01:18 +0200 |
commit | 76c7efec63ffd2431ce5f6bd2299763f741ac37c (patch) | |
tree | 285756540d1f1830020a3fccde7df223041e7d63 | |
parent | 907503adb6d0b0763ff92266e2fbc522d77f5476 (diff) | |
download | bird-76c7efec63ffd2431ce5f6bd2299763f741ac37c.tar bird-76c7efec63ffd2431ce5f6bd2299763f741ac37c.zip |
Better example for OSPF configuration.
-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*" { |