From 16319aebd30da5161bed95d72094250228a7f61c Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 12 Aug 2001 00:09:47 +0000 Subject: Dokumented switch network. --- doc/bird.sgml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/bird.sgml b/doc/bird.sgml index bab4679..bfde038 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1011,6 +1011,10 @@ protocol ospf <name> { area <id> { stub cost <num>; tick <num>; + networks { + <prefix>; + <prefix> hidden; + } interface <interface pattern> { cost <num>; @@ -1057,6 +1061,10 @@ protocol ospf <name> { change arrives. To lower the CPU utilization, it's processed later at periodical intervals of networks { + Definition of area IP ranges. This is used in summary lsa origination. + Hidden networks are not propagated into other areas. + interface pattern Defines that the specified interfaces belong to the area being defined. @@ -1098,7 +1106,8 @@ protocol ospf <name> { type broadcast BIRD detects a type of a connected network automatically, but sometimes it's convenient to force use of a different type manually. - On broadcast networks, flooding and Hello messages are sent using multicasts (a single packet for all the neighbors). + On broadcast networks, flooding and Hello messages are sent using multicasts + (a single packet for all the neighbors). type pointopoint Point-to-point networks connect just 2 routers together. No election -- cgit v1.2.3