0
0
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:
Ondrej Zajicek 2024-12-16 19:29:27 +01:00
parent 161aef353a
commit 7e65bb83c7

View File

@ -5859,6 +5859,9 @@ protocol rpki [<name>] {
refresh [keep] <num>;
retry [keep] <num>;
expire [keep] <num>;
ignore max length <switch>;
min version <num>;
max version <num>;
transport tcp {
authentication none|md5;
password "<text>";
@ -5868,8 +5871,6 @@ protocol rpki [<name>] {
remote public key "</path/to/known_host>";
user "<name>";
};
max version 2;
min version 2;
}
</code>