index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_rpki.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Show which RPKI server we are connected to
Donatas Abraitis
2022-05-03
1
-22
/
+23
*
bgpd: Add `rpki reset` to ENABLE node
Donatas Abraitis
2022-05-03
1
-0
/
+1
*
bgpd: Convert some variables from int to bool for RPKI
Donatas Abraitis
2022-05-03
1
-16
/
+16
*
bgpd: Make sure we print stats if we are sync at least with a single group
Donatas Abraitis
2022-05-03
1
-12
/
+19
*
Revert "bgpd: Handle TCP connection errors with connection callbacks for RPKI"
Donatas Abraitis
2022-05-03
1
-55
/
+20
*
Revert "bgpd: Fix while(read()) for RPKI sync callback"
Donatas Abraitis
2022-05-03
1
-1
/
+1
*
bgpd: Delay returning RPKI instance as running
Donatas Abraitis
2022-04-06
1
-1
/
+20
*
bgpd: Return enum RPKI_NOT_BEING_USED instead of 0
Donatas Abraitis
2022-04-06
1
-3
/
+3
*
bgpd: Reuse is_stopping() in RPKI code same as with is_running()
Donatas Abraitis
2022-04-06
1
-3
/
+9
*
bgpd: Reuse is_running() function in RPKI code for rtr_is_running
Donatas Abraitis
2022-04-06
1
-6
/
+6
*
bgpd: No need to check for NULL before calling XFREE() in RPKI code
Donatas Abraitis
2022-04-05
1
-6
/
+4
*
bgpd: Track RTRLib memory allocations separately
Donatas Abraitis
2022-04-05
1
-3
/
+4
*
bgpd: Fix while(read()) for RPKI sync callback
Donatas Abraitis
2022-03-04
1
-1
/
+1
*
*: Add necessary new line for output of vty_out()
anlan_cs
2022-02-27
1
-1
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-5
/
+4
*
bgpd: Pass struct pfx_record to sizeof
Donatas Abraitis
2022-02-02
1
-3
/
+3
*
bgpd: Handle TCP connection errors with connection callbacks for RPKI
Donatas Abraitis
2022-01-27
1
-22
/
+55
*
bgpd: move rpki source after the server config
Igor Ryzhov
2021-09-08
1
-14
/
+13
*
Merge pull request #9542 from pguibert6WIND/ssh_rpki_source
Donald Sharp
2021-09-03
1
-28
/
+49
|
\
|
*
bgpd: add rpki source address configuration
Philippe Guibert
2021-09-02
1
-28
/
+49
*
|
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-1
/
+1
|
/
*
bgpd: Add code to output expire and retry interval for rpki
Donald Sharp
2021-08-16
1
-0
/
+6
*
bgpd: Continue processing rpki nodes
Donald Sharp
2021-08-16
1
-5
/
+1
*
bgpd: Limit processing to what is needed in rpki validation
Donald Sharp
2021-08-16
1
-22
/
+14
*
bgpd: Fix rpki spacing to be 1 for indentation
Donald Sharp
2021-07-22
1
-4
/
+4
*
build: make builddir include path consistent
David Lamparter
2021-04-21
1
-1
/
+1
*
bgpd: fix build warnings
Igor Ryzhov
2021-04-01
1
-1
/
+1
*
bgpd: North-bound implementation for bgp rmaps
Sarita Patra
2021-03-30
1
-39
/
+17
*
bgpd: Convert RPKI states to an enum and use them
Donald Sharp
2021-03-26
1
-4
/
+2
*
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
1
-1
/
+2
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-2
/
+2
*
bgpd: Display RPKI validation state if we have it
Donald Sharp
2021-03-07
1
-0
/
+1
*
bgpd: Cleanup rpki indentation
Donald Sharp
2020-11-20
1
-74
/
+69
*
*: Remove route_map_object_t from the system
Donald Sharp
2020-11-14
1
-8
/
+6
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-11
/
+8
*
bgpd: remove deprecated commands
Igor Ryzhov
2020-09-13
1
-69
/
+0
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-8
/
+3
*
bgp: rename bgp_node to bgp_dest
Donald Sharp
2020-06-23
1
-9
/
+8
*
bgpd: fix rpki revalidation for invalid announcements
Marcel Röthke
2020-06-15
1
-19
/
+17
*
bgpd: preinitialize rtrlib tr structures
Marcel Röthke
2020-06-13
1
-2
/
+2
*
*: add ->node_exit to struct cmd_node
David Lamparter
2020-04-16
1
-49
/
+4
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
1
-0
/
+1
*
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
1
-0
/
+1
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
1
-1
/
+2
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
1
-1
/
+0
*
*: clean up cmd_node initializers
David Lamparter
2020-04-16
1
-1
/
+5
*
bgpd: Convert users of `rn->p` to use accessor function
Donald Sharp
2020-03-26
1
-4
/
+4
*
bgpd: Show RPKI prefixes filtered by ASN
Donatas Abraitis
2020-03-13
1
-0
/
+58
*
bgpd: Use the enum properly in a switch for rpki commands
Donald Sharp
2020-02-14
1
-28
/
+22
*
*: make all route_map_rule_cmd const
David Lamparter
2019-11-30
1
-1
/
+1
[next]