diff options
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index b3c2ea5..abb115e 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -913,24 +913,24 @@ that each routes detects the change. <p> <code> -protocol ospf <name> { +protocol ospf <name> { rfc1583compat bool; - area <id> { - stub <bool>; - tick <num>; - interface <interface> + area <id> { + stub <bool>; + tick <num>; + interface <interface> { - cost <num>; - hello <num>; - retransmit <num>; - priority <num>; - wait <num>; - dead count <num>; + cost <num>; + hello <num>; + retransmit <num>; + priority <num>; + wait <num>; + dead count <num>; type [broadcast|nonbroadcast|pointopoint]; authetication [none|simple]; - password "<text>"; + password "<text>"; neighbors { - <ip>; + <ip>; }; }; }; |