summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_rpki.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Unlock bgp_dest after bgp_table_subtree_lookup()Donatas Abraitis2022-09-061-3/+7
* bgpd: Do not show polling_period default value in CLI for RPKIDonatas Abraitis2022-06-211-1/+2
* bgpd: Show cache server preference in `show rpki cache-server` outputDonatas Abraitis2022-06-201-4/+11
* bgpd: Generate RPKI CLI config even if no cache servers configuredDonatas Abraitis2022-06-201-7/+5
* bgpd: Drop SSH public key for RPKI CLI optionDonatas Abraitis2022-06-201-11/+9
* bgpd: Allow deleting full line for RPKI cache serverDonatas Abraitis2022-06-201-2/+8
* bgpd: Add `no rpki` commandDonatas Abraitis2022-06-201-0/+25
* bgpd: Add JSON output for `show rpki prefix` and other show commandsDonatas Abraitis2022-05-301-40/+139
* Merge pull request #11268 from opensourcerouting/fix/drop_rpki_cli_server_red...Donald Sharp2022-05-241-8/+0
|\
| * bgpd: Drop redundand output under `show rpki prefix-table`Donatas Abraitis2022-05-241-8/+0
* | bgpd: Add JSON support for `show rpki cache-server`Donatas Abraitis2022-05-241-15/+67
* | bgpd: Put ssh_config->port as integer, not as string in RPKI codeDonatas Abraitis2022-05-241-2/+2
|/
* bgpd: Add JSON output for `show rpki cache-connection`Donatas Abraitis2022-05-231-22/+92
* bgpd: Fix no form of rpki commands to take valuesDonald Sharp2022-05-131-6/+9
* bgpd: Show which RPKI server we are connected toDonatas Abraitis2022-05-031-22/+23
* bgpd: Add `rpki reset` to ENABLE nodeDonatas Abraitis2022-05-031-0/+1
* bgpd: Convert some variables from int to bool for RPKIDonatas Abraitis2022-05-031-16/+16
* bgpd: Make sure we print stats if we are sync at least with a single groupDonatas Abraitis2022-05-031-12/+19
* Revert "bgpd: Handle TCP connection errors with connection callbacks for RPKI"Donatas Abraitis2022-05-031-55/+20
* Revert "bgpd: Fix while(read()) for RPKI sync callback"Donatas Abraitis2022-05-031-1/+1
* bgpd: Delay returning RPKI instance as runningDonatas Abraitis2022-04-061-1/+20
* bgpd: Return enum RPKI_NOT_BEING_USED instead of 0Donatas Abraitis2022-04-061-3/+3
* bgpd: Reuse is_stopping() in RPKI code same as with is_running()Donatas Abraitis2022-04-061-3/+9
* bgpd: Reuse is_running() function in RPKI code for rtr_is_runningDonatas Abraitis2022-04-061-6/+6
* bgpd: No need to check for NULL before calling XFREE() in RPKI codeDonatas Abraitis2022-04-051-6/+4
* bgpd: Track RTRLib memory allocations separatelyDonatas Abraitis2022-04-051-3/+4
* bgpd: Fix while(read()) for RPKI sync callbackDonatas Abraitis2022-03-041-1/+1
* *: Add necessary new line for output of vty_out()anlan_cs2022-02-271-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-5/+4
* bgpd: Pass struct pfx_record to sizeofDonatas Abraitis2022-02-021-3/+3
* bgpd: Handle TCP connection errors with connection callbacks for RPKIDonatas Abraitis2022-01-271-22/+55
* bgpd: move rpki source after the server configIgor Ryzhov2021-09-081-14/+13
* Merge pull request #9542 from pguibert6WIND/ssh_rpki_sourceDonald Sharp2021-09-031-28/+49
|\
| * bgpd: add rpki source address configurationPhilippe Guibert2021-09-021-28/+49
* | *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-1/+1
|/
* bgpd: Add code to output expire and retry interval for rpkiDonald Sharp2021-08-161-0/+6
* bgpd: Continue processing rpki nodesDonald Sharp2021-08-161-5/+1
* bgpd: Limit processing to what is needed in rpki validationDonald Sharp2021-08-161-22/+14
* bgpd: Fix rpki spacing to be 1 for indentationDonald Sharp2021-07-221-4/+4
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* bgpd: fix build warningsIgor Ryzhov2021-04-011-1/+1
* bgpd: North-bound implementation for bgp rmapsSarita Patra2021-03-301-39/+17
* bgpd: Convert RPKI states to an enum and use themDonald Sharp2021-03-261-4/+2
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-2/+2
* bgpd: Display RPKI validation state if we have itDonald Sharp2021-03-071-0/+1
* bgpd: Cleanup rpki indentationDonald Sharp2020-11-201-74/+69
* *: Remove route_map_object_t from the systemDonald Sharp2020-11-141-8/+6
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-11/+8
* bgpd: remove deprecated commandsIgor Ryzhov2020-09-131-69/+0