diff options
author | Ondrej Filip <feela@network.cz> | 2001-08-11 18:22:29 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2001-08-11 18:22:29 +0200 |
commit | b2bdb4065667f466575b831f4a3166bd309d9d14 (patch) | |
tree | 21d834594b8a985de7dc45aca01cbbc8cf3018e5 /doc | |
parent | 85062e8a600cc7896b8bcaf3960bb782aa9f2ff0 (diff) | |
download | bird-b2bdb4065667f466575b831f4a3166bd309d9d14.tar bird-b2bdb4065667f466575b831f4a3166bd309d9d14.zip |
Changed definition of stub area.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 762b5fd..bab4679 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1009,7 +1009,7 @@ on nonbroadcast networks. protocol ospf <name> { rfc1583compat <switch>; area <id> { - stub <switch>; + stub cost <num>; tick <num>; interface <interface pattern> { @@ -1047,8 +1047,10 @@ protocol ospf <name> { The most important area is the backbone (ID 0) to which every other area must be connected. - <tag>stub <M>switch</M></tag> - No external routes are flooded into stub areas. Default value is no. + <tag>stub cost <M>num</M></tag> + No external (except default) routes are flooded into stub areas. + Setting this value marks area stub with defined cost of default route. + Default value is no. (Area is not stub.) <tag>tick <M>num</M></tag> The routing table calculation is not performed when a single link state |