Bugfix in <>.
This commit is contained in:
parent
58f7d004fd
commit
088bc8add1
1 changed files with 13 additions and 13 deletions
|
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue