mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-18 06:51:54 +00:00
ROA revalidation: updated documentation
This commit is contained in:
parent
f827cf11be
commit
368e0ef15b
@ -1528,8 +1528,9 @@ specified ROA table and returns ROA_UNKNOWN if there is no relevant ROA,
|
|||||||
ROA_VALID if there is a matching ROA, or ROA_INVALID if there are some relevant
|
ROA_VALID if there is a matching ROA, or ROA_INVALID if there are some relevant
|
||||||
ROAs but none of them match. There is also an extended variant
|
ROAs but none of them match. There is also an extended variant
|
||||||
<cf>roa_check(<m/table/, <m/prefix/, <m/asn/)</cf>, which allows to specify a
|
<cf>roa_check(<m/table/, <m/prefix/, <m/asn/)</cf>, which allows to specify a
|
||||||
prefix and an ASN as arguments.
|
prefix and an ASN as arguments. It shall be explicitly noted that if the content
|
||||||
|
of the target table changes, the whole half-channel (import or export) reloads
|
||||||
|
completely.
|
||||||
|
|
||||||
<sect>Control structures
|
<sect>Control structures
|
||||||
<label id="control-structures">
|
<label id="control-structures">
|
||||||
@ -4538,10 +4539,8 @@ Pakastani accidental announcement of YouTube's address space.
|
|||||||
<p>The RPKI-RTR protocol receives and maintains a set of ROAs from a cache
|
<p>The RPKI-RTR protocol receives and maintains a set of ROAs from a cache
|
||||||
server (also called validator). You can validate routes (RFC 6483) using
|
server (also called validator). You can validate routes (RFC 6483) using
|
||||||
function <cf/roa_check()/ in filter and set it as import filter at the BGP
|
function <cf/roa_check()/ in filter and set it as import filter at the BGP
|
||||||
protocol. BIRD should re-validate all of affected routes after RPKI update by
|
protocol. BIRD re-validates all the affected routes after RPKI update by
|
||||||
RFC 6811, but we don't support it yet! You can use a BIRD's client command
|
RFC 6811 by reloading whole the affected half-channel.
|
||||||
<cf>reload in <m/bgp_protocol_name/</cf> for manual call of revalidation of all
|
|
||||||
routes.
|
|
||||||
|
|
||||||
<sect1>Supported transports
|
<sect1>Supported transports
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user