diff options
author | Ondrej Filip <feela@network.cz> | 2000-08-28 16:32:11 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-08-28 16:32:11 +0200 |
commit | 94e2bbcc72f69edbcb3ce66ffa52998f374243c5 (patch) | |
tree | a779e62af84b69a3d6e84e293bc5f6ea3e530da0 /doc | |
parent | 5a063efeea11a80e865e9fa4b5e13c4ca8514b51 (diff) | |
download | bird-94e2bbcc72f69edbcb3ce66ffa52998f374243c5.tar bird-94e2bbcc72f69edbcb3ce66ffa52998f374243c5.zip |
Better ospf metric explanation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 6c6eff2..3722e48 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1118,9 +1118,11 @@ External routes use <cf/metric type 1/ or <cf/metric type 2/. A <cf/metric of type 1/ is comparable with internal <cf/metric/, a <cf/metric of type 2/ is always longer than any <cf/metric of type 1/ or any <cf/internal metric/. +If you specify both metrics only metric1 is used. Each external route can also carry a <cf/tag/ which is a 32-bit integer which is used when exporting routes to other protocols; otherwise, it doesn't affect routing inside the OSPF domain at all. +Default is <cf/metric of type 2 = 10000/ and <cf/tag = 0/. <sect1>Example |