summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_rpki.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* bgpd: fix rpki validation for ipv6Marcel Röthke2018-07-031-4/+10
* bgpd: fix rpki segfaultMarcel Röthke2018-07-011-11/+32
* bgpd: null check (Clang scan-build)paco2018-06-181-1/+1
* Fix compilation against rtrlib with sshAndrey Korolyov2018-05-131-0/+3
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* bgpd: Fix warning on 32 bit systemsDonald Sharp2018-03-171-1/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-77/+56
* *: make clippy usage more consistentRenato Westphal2017-12-041-1/+3
* bgpd: add missing newlines to help strings in bgp_rpki.c command definitionsMarcel Röthke2017-11-141-8/+8
* bgpd: fix prefix count in show rpki prefix-tableMarcel Röthke2017-11-141-1/+1
* bgpd: fix build against rtrlib versions without ssh supportMarcel Röthke2017-11-131-0/+6
* bgpd: Add RPKI/RTR supportMarcel Röthke2017-11-101-0/+1207