mirror_frr/doc
Donald Sharp cfee4e3cf5 bgpd: Allow specification of AS 0 for rpki commands
RFC-7607 specifically calls out the allowed usage
of AS 0 to signal that the a particular address is
not in use and should be guarded against.  Add
the ability to specify this special AS in the rpki
commands.

eva# show rpki  as-number 0
RPKI/RTR prefix table
Prefix                                   Prefix Length  Origin-AS
2.57.180.0                                  22 -  24   0
2.58.144.0                                  22 -  22   0
2.59.116.0                                  24 -  24   0
4.42.228.0                                  22 -  22   0
5.57.80.0                                   22 -  22   0
<snip>
2a13:df87:b400::                            38 -  38   0
2a13:df84::                                 32 -  32   0
2630::                                      16 -  16   0
Number of IPv4 Prefixes: 1166
Number of IPv6 Prefixes: 617

eva# show rpki prefix 2630::/16 0
Prefix                                   Prefix Length  Origin-AS
2630::                                      16 -  16   0
eva#

Fixes: #15778
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2024-04-17 09:42:26 -04:00
..
accords accords: CLI coloring 2022-12-13 18:41:25 +01:00
developer doc: add doc about the zebra dataplane api version 2024-04-09 08:59:13 -04:00
extra *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
figures doc: add diagram of oper-state queries. 2024-01-04 05:36:14 +00:00
licenses lib: SPDX License ID on skiplist code 2023-02-09 14:09:11 +01:00
manpages zebra: Make main routing table (RT_TABLE_MAIN) configurable 2023-08-22 15:29:07 +02:00
mpls *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
user bgpd: Allow specification of AS 0 for rpki commands 2024-04-17 09:42:26 -04:00
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
Makefile build: non-recursive doc + parallel sphinx 2018-08-30 08:06:44 +02:00
subdir.am doc: start of mgmtd developer doc 2023-06-19 18:13:37 -04:00