summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_rpki.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* *: un-split strings across linesDavid Lamparter2020-07-141-8/+3
* bgp: rename bgp_node to bgp_destDonald Sharp2020-06-231-9/+8
* bgpd: fix rpki revalidation for invalid announcementsMarcel Röthke2020-06-151-19/+17
* bgpd: preinitialize rtrlib tr structuresMarcel Röthke2020-06-131-2/+2
* *: add ->node_exit to struct cmd_nodeDavid Lamparter2020-04-161-49/+4
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-1/+2
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-1/+5
* bgpd: Convert users of `rn->p` to use accessor functionDonald Sharp2020-03-261-4/+4
* bgpd: Show RPKI prefixes filtered by ASNDonatas Abraitis2020-03-131-0/+58
* bgpd: Use the enum properly in a switch for rpki commandsDonald Sharp2020-02-141-28/+22
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-1/+1