mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-18 00:58:42 +00:00
Merge commit 'origin/master' into new
This commit is contained in:
commit
974363c172
@ -1370,7 +1370,7 @@ protocol ospf <name> {
|
|||||||
rx buffer [normal|large|<num>];
|
rx buffer [normal|large|<num>];
|
||||||
type [broadcast|nonbroadcast|pointopoint];
|
type [broadcast|nonbroadcast|pointopoint];
|
||||||
strict nonbroadcast <switch>;
|
strict nonbroadcast <switch>;
|
||||||
authentication [none|simple|cryptographics];
|
authentication [none|simple|cryptographic];
|
||||||
password "<text>";
|
password "<text>";
|
||||||
password "<text>" {
|
password "<text>" {
|
||||||
id <num>;
|
id <num>;
|
||||||
@ -1390,7 +1390,7 @@ protocol ospf <name> {
|
|||||||
wait <num>;
|
wait <num>;
|
||||||
dead count <num>;
|
dead count <num>;
|
||||||
dead <num>;
|
dead <num>;
|
||||||
authentication [none|simple|cryptographics];
|
authentication [none|simple|cryptographic];
|
||||||
password "<text>";
|
password "<text>";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user