summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_rpki.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* bgpd: Fix missed prefix_free conversion in rpki codeDonald Sharp2019-11-081-1/+1
* bgpd: Show to compiler that uint64_t -> uint32_t is ok hereDonald Sharp2019-10-031-1/+2
* lib: rmap dep table is not correct in case of exact-match clausevdhingra2019-09-151-3/+2
* Merge pull request #4869 from rtrlib/2019-08-22-bugfix-masterDonald Sharp2019-09-041-32/+54
|\
| * bgpd: cleanup rtrlib includes in rpki moduleMarcel Röthke2019-08-261-6/+0
| * bgpd: automatically disable rpki when the last cache is removed instead of er...Marcel Röthke2019-08-221-3/+3
| * bgpd: deprecate rpki initial sync timeout commandsMarcel Röthke2019-08-221-19/+25
| * bgpd: cleanup properly if rtr mgr cannot add a cacheMarcel Röthke2019-08-221-4/+14
| * bgpd: ensure rpki cache preference values are unique even if rtr mgr is not y...Marcel Röthke2019-08-221-0/+12
* | *: Convert some route map functions to return the enumDonald Sharp2019-09-031-2/+14
|/
* *: Fix spelling errors pointed out by debian packagingDonald Sharp2019-08-191-1/+1
* bgpd: remove initial sync timeout in rpki startup codeMarcel Röthke2019-08-161-21/+1
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-221-4/+8
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-8/+4
* lib: Changes made to dependencies of a r-map do not take effect.Naveen Thanikachalam2019-05-311-1/+2
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-4/+8
* bgpd: convert a couple of debug strings in rpki to prefix2strDonald Sharp2019-05-271-10/+9
* bgpd: fix rpki module build without ssh supportMarcel Röthke2019-05-071-0/+2
* bgpd: add missing newline to a warning message in the rpki moduleMarcel Röthke2019-05-071-1/+1
* bgpd: Fix rpki command nodes.root2019-04-031-5/+5
* bgpd: add command to lookup prefixes in the rpki tableMarcel Röthke2019-03-241-7/+66
* bgpd: fix crash when trying to remove non-existing rpki cacheMarcel Röthke2019-02-071-1/+1
* bgpd: fix "show rpki cache-server" for ssh cachesMarcel Röthke2019-02-071-3/+17
* bgpd: Cleanup non-normal compiled code pathDonald Sharp2018-12-121-1/+2
* Merge pull request #3093 from donaldsharp/bgp_node_continuedLou Berger2018-12-111-1/+1
|\
| * bgpd: Abstract bgp_info retrieving/setting from info pointerDonald Sharp2018-11-161-1/+1
* | *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-1/+1
|/
* bgpd: Convert binfo to pathDonald Sharp2018-10-091-7/+7
* bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp2018-10-091-2/+2
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-2/+2
* build: move vtysh & manpage listings to subdir.amDavid Lamparter2018-09-081-0/+2
* Merge pull request #2893 from qlyoung/fix-rpki-exit-failureDavid Lamparter2018-08-231-2/+2
|\
| * bgpd: fix rpki exit commandQuentin Young2018-08-231-2/+2
* | bgpd: use correct bgp tables for rpki revalidationMarcel Röthke2018-08-221-33/+40
* | bgpd: fix wrong allocation size in rpki route mapMarcel Röthke2018-08-221-1/+1
* | bgpd: fix deadlock in rpki codeMarcel Röthke2018-08-221-4/+46
|/
* bgpd: Fix bgp rpki to match route-map update from PR #2697Martin Winter2018-08-091-4/+4
* Merge pull request #2627 from rtrlib/revalidationRuss White2018-07-111-2/+179
|\
| * bgpd: add support for rpki revalidation on rpki updatesMarcel Röthke2018-07-051-2/+179
* | bgpd: Cleanup of bgp daemon codePascal Mathis2018-07-071-1/+2
|/