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>
|
<p>
|
||||||
|
|
||||||
<code>
|
<code>
|
||||||
protocol ospf <name> {
|
protocol ospf <name> {
|
||||||
rfc1583compat bool;
|
rfc1583compat bool;
|
||||||
area <id> {
|
area <id> {
|
||||||
stub <bool>;
|
stub <bool>;
|
||||||
tick <num>;
|
tick <num>;
|
||||||
interface <interface>
|
interface <interface>
|
||||||
{
|
{
|
||||||
cost <num>;
|
cost <num>;
|
||||||
hello <num>;
|
hello <num>;
|
||||||
retransmit <num>;
|
retransmit <num>;
|
||||||
priority <num>;
|
priority <num>;
|
||||||
wait <num>;
|
wait <num>;
|
||||||
dead count <num>;
|
dead count <num>;
|
||||||
type [broadcast|nonbroadcast|pointopoint];
|
type [broadcast|nonbroadcast|pointopoint];
|
||||||
authetication [none|simple];
|
authetication [none|simple];
|
||||||
password "<text>";
|
password "<text>";
|
||||||
neighbors {
|
neighbors {
|
||||||
<ip>;
|
<ip>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue