From b2bdb4065667f466575b831f4a3166bd309d9d14 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sat, 11 Aug 2001 16:22:29 +0000 Subject: Changed definition of stub area. --- doc/bird.sgml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/bird.sgml') 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. - stub switch - No external routes are flooded into stub areas. Default value is no. + stub cost num + 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.) tick num The routing table calculation is not performed when a single link state -- cgit v1.2.3