Bugfix in <>.

This commit is contained in:
Ondrej Filip 2000-06-07 13:28:54 +00:00
parent 58f7d004fd
commit 088bc8add1

View file

@ -913,24 +913,24 @@ that each routes detects the change.
<p> <p>
<code> <code>
protocol ospf <name> { protocol ospf &lt;name&gt; {
rfc1583compat bool; rfc1583compat bool;
area <id> { area &lt;id&gt; {
stub <bool>; stub &lt;bool&gt;;
tick <num>; tick &lt;num&gt;;
interface <interface> interface &lt;interface&gt;
{ {
cost <num>; cost &lt;num&gt;;
hello <num>; hello &lt;num&gt;;
retransmit <num>; retransmit &lt;num&gt;;
priority <num>; priority &lt;num&gt;;
wait <num>; wait &lt;num&gt;;
dead count <num>; dead count &lt;num&gt;;
type [broadcast|nonbroadcast|pointopoint]; type [broadcast|nonbroadcast|pointopoint];
authetication [none|simple]; authetication [none|simple];
password "<text>"; password "&lt;text&gt;";
neighbors { neighbors {
<ip>; &lt;ip&gt;;
}; };
}; };
}; };