mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Doc: Fix protocol outline in RPKI
Protocol outlines should not contain specific values. Also fix some space intendation in code sections.
This commit is contained in:
parent
161aef353a
commit
7e65bb83c7
@ -5859,6 +5859,9 @@ protocol rpki [<name>] {
|
|||||||
refresh [keep] <num>;
|
refresh [keep] <num>;
|
||||||
retry [keep] <num>;
|
retry [keep] <num>;
|
||||||
expire [keep] <num>;
|
expire [keep] <num>;
|
||||||
|
ignore max length <switch>;
|
||||||
|
min version <num>;
|
||||||
|
max version <num>;
|
||||||
transport tcp {
|
transport tcp {
|
||||||
authentication none|md5;
|
authentication none|md5;
|
||||||
password "<text>";
|
password "<text>";
|
||||||
@ -5868,8 +5871,6 @@ protocol rpki [<name>] {
|
|||||||
remote public key "</path/to/known_host>";
|
remote public key "</path/to/known_host>";
|
||||||
user "<name>";
|
user "<name>";
|
||||||
};
|
};
|
||||||
max version 2;
|
|
||||||
min version 2;
|
|
||||||
}
|
}
|
||||||
</code>
|
</code>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user