diff options
author | Marek Isalski <git@maz.nu> | 2020-02-22 12:20:52 +0000 |
---|---|---|
committer | Marek Isalski <git@maz.nu> | 2020-02-22 12:20:52 +0000 |
commit | 93405223c5fe17ef9ac57cd69bf51513f8d12156 (patch) | |
tree | 0fbcb90dca5436db5e9521927e6781a5c4db9e72 | |
parent | b3b37be2e58ae6c30e929302d5287481d5d61aed (diff) | |
download | vyos-documentation-93405223c5fe17ef9ac57cd69bf51513f8d12156.tar.gz vyos-documentation-93405223c5fe17ef9ac57cd69bf51513f8d12156.zip |
fix spelling of RIPE-NCC
-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 b70f8569..825918d0 100644 --- a/docs/routing/rpki.rst +++ b/docs/routing/rpki.rst @@ -10,7 +10,7 @@ infrastructure. It associate a BGP route announcement with the correct originating :abbr:`ASN (Autonomus System Number)` and check its validity. RPKI is described in :rfc:`6480`. This is a separate server. You can find more -details at RIPE-NNC_. +details at RIPE-NCC_. Imported prefixes during the validation may have values: valid, invalid and not found. @@ -43,4 +43,4 @@ Also we may not import prefixes with the state 'invalid'. set policy route-map ROUTES-IN rule 30 action 'deny' set policy route-map ROUTES-IN rule 30 match rpki 'invalid' -.. _RIPE-NNC: https://github.com/RIPE-NCC/rpki-validator-3/wiki +.. _RIPE-NCC: https://github.com/RIPE-NCC/rpki-validator-3/wiki |