From: Ondrej Filip Date: Wed, 7 Jun 2000 13:28:54 +0000 (+0000) Subject: Bugfix in <>. X-Git-Tag: v1.2.0~586 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=088bc8add198b27456269ca7e536d6bc77ca285b;p=thirdparty%2Fbird.git Bugfix in <>. --- diff --git a/doc/bird.sgml b/doc/bird.sgml index b3c2ea5db..abb115eec 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -913,24 +913,24 @@ that each routes detects the change.

-protocol ospf { +protocol ospf <name> { rfc1583compat bool; - area { - stub ; - tick ; - interface + area <id> { + stub <bool>; + tick <num>; + interface <interface> { - cost ; - hello ; - retransmit ; - priority ; - wait ; - dead count ; + cost <num>; + hello <num>; + retransmit <num>; + priority <num>; + wait <num>; + dead count <num>; type [broadcast|nonbroadcast|pointopoint]; authetication [none|simple]; - password ""; + password "<text>"; neighbors { - ; + <ip>; }; }; };