diff options
author | Marek Isalski <git@maz.nu> | 2020-02-22 12:20:30 +0000 |
---|---|---|
committer | Marek Isalski <git@maz.nu> | 2020-02-22 12:20:30 +0000 |
commit | b3b37be2e58ae6c30e929302d5287481d5d61aed (patch) | |
tree | 6b35544d5ad77898164a105d440fa4ed28502b90 /docs/routing/rpki.rst | |
parent | 4d2c8f7b8eb622f55d79ec0ad77baf3f080e9b53 (diff) | |
download | vyos-documentation-b3b37be2e58ae6c30e929302d5287481d5d61aed.tar.gz vyos-documentation-b3b37be2e58ae6c30e929302d5287481d5d61aed.zip |
use documentation prefix as per RFC5737
Diffstat (limited to 'docs/routing/rpki.rst')
-rw-r--r-- | docs/routing/rpki.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/routing/rpki.rst b/docs/routing/rpki.rst index 0c41c875..b70f8569 100644 --- a/docs/routing/rpki.rst +++ b/docs/routing/rpki.rst @@ -22,11 +22,11 @@ not found. * Notfound means that prefix not found in ROA. We can build route-maps for import, based on these states. Simple RPKI -configuration, where 'routinator' - RPKI cache server with ip '10.11.11.1'. +configuration, where 'routinator' - RPKI cache server with ip '192.0.2.1'. .. code-block:: none - set protocols rpki cache routinator address '10.11.11.1' + set protocols rpki cache routinator address '192.0.2.1' set protocols rpki cache routinator port '3323' Example route-map for import. We can set local-preference logic based on states. |