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
*
*: 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
*
bgpd: Fix missed prefix_free conversion in rpki code
Donald Sharp
2019-11-08
1
-1
/
+1
*
bgpd: Show to compiler that uint64_t -> uint32_t is ok here
Donald Sharp
2019-10-03
1
-1
/
+2
*
lib: rmap dep table is not correct in case of exact-match clause
vdhingra
2019-09-15
1
-3
/
+2
*
Merge pull request #4869 from rtrlib/2019-08-22-bugfix-master
Donald Sharp
2019-09-04
1
-32
/
+54
|
\
|
*
bgpd: cleanup rtrlib includes in rpki module
Marcel Röthke
2019-08-26
1
-6
/
+0
|
*
bgpd: automatically disable rpki when the last cache is removed instead of er...
Marcel Röthke
2019-08-22
1
-3
/
+3
|
*
bgpd: deprecate rpki initial sync timeout commands
Marcel Röthke
2019-08-22
1
-19
/
+25
|
*
bgpd: cleanup properly if rtr mgr cannot add a cache
Marcel Röthke
2019-08-22
1
-4
/
+14
|
*
bgpd: ensure rpki cache preference values are unique even if rtr mgr is not y...
Marcel Röthke
2019-08-22
1
-0
/
+12
*
|
*: Convert some route map functions to return the enum
Donald Sharp
2019-09-03
1
-2
/
+14
|
/
*
*: Fix spelling errors pointed out by debian packaging
Donald Sharp
2019-08-19
1
-1
/
+1
*
bgpd: remove initial sync timeout in rpki startup code
Marcel Röthke
2019-08-16
1
-21
/
+1
*
lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP
Lakshman Krishnamoorthy
2019-07-22
1
-4
/
+8
*
Revert of PR 4078 and PR 4315
Lakshman Krishnamoorthy
2019-06-04
1
-8
/
+4
*
lib: Changes made to dependencies of a r-map do not take effect.
Naveen Thanikachalam
2019-05-31
1
-1
/
+2
*
lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP
Lakshman Krishnamoorthy
2019-05-30
1
-4
/
+8
*
bgpd: convert a couple of debug strings in rpki to prefix2str
Donald Sharp
2019-05-27
1
-10
/
+9
*
bgpd: fix rpki module build without ssh support
Marcel Röthke
2019-05-07
1
-0
/
+2
*
bgpd: add missing newline to a warning message in the rpki module
Marcel Röthke
2019-05-07
1
-1
/
+1
*
bgpd: Fix rpki command nodes.
root
2019-04-03
1
-5
/
+5
*
bgpd: add command to lookup prefixes in the rpki table
Marcel Röthke
2019-03-24
1
-7
/
+66
*
bgpd: fix crash when trying to remove non-existing rpki cache
Marcel Röthke
2019-02-07
1
-1
/
+1
*
bgpd: fix "show rpki cache-server" for ssh caches
Marcel Röthke
2019-02-07
1
-3
/
+17
*
bgpd: Cleanup non-normal compiled code path
Donald Sharp
2018-12-12
1
-1
/
+2
*
Merge pull request #3093 from donaldsharp/bgp_node_continued
Lou Berger
2018-12-11
1
-1
/
+1
|
\
|
*
bgpd: Abstract bgp_info retrieving/setting from info pointer
Donald Sharp
2018-11-16
1
-1
/
+1
*
|
*: remove the configuration lock from all daemons
Renato Westphal
2018-11-26
1
-1
/
+1
|
/
*
bgpd: Convert binfo to path
Donald Sharp
2018-10-09
1
-7
/
+7
*
bgpd: Convert `struct bgp_info` to `struct bgp_path_info`
Donald Sharp
2018-10-09
1
-2
/
+2
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-2
/
+2
*
build: move vtysh & manpage listings to subdir.am
David Lamparter
2018-09-08
1
-0
/
+2
*
Merge pull request #2893 from qlyoung/fix-rpki-exit-failure
David Lamparter
2018-08-23
1
-2
/
+2
|
\
|
*
bgpd: fix rpki exit command
Quentin Young
2018-08-23
1
-2
/
+2
*
|
bgpd: use correct bgp tables for rpki revalidation
Marcel Röthke
2018-08-22
1
-33
/
+40
*
|
bgpd: fix wrong allocation size in rpki route map
Marcel Röthke
2018-08-22
1
-1
/
+1
*
|
bgpd: fix deadlock in rpki code
Marcel Röthke
2018-08-22
1
-4
/
+46
|
/
*
bgpd: Fix bgp rpki to match route-map update from PR #2697
Martin Winter
2018-08-09
1
-4
/
+4
*
Merge pull request #2627 from rtrlib/revalidation
Russ White
2018-07-11
1
-2
/
+179
|
\
|
*
bgpd: add support for rpki revalidation on rpki updates
Marcel Röthke
2018-07-05
1
-2
/
+179
*
|
bgpd: Cleanup of bgp daemon code
Pascal Mathis
2018-07-07
1
-1
/
+2
|
/
[next]