index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
rfapi
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
1
-3
/
+3
*
bgpd: Remove #if 0 code
Donald Sharp
2021-01-28
2
-20
/
+0
*
bgpd: Use uint32_t for size value instead of int in ecommunity struct
Donald Sharp
2021-01-18
2
-4
/
+6
*
*: Replace s_addr check agains 0 with INADDR_ANY
Donatas Abraitis
2020-12-14
1
-1
/
+1
*
Merge pull request #7523 from donaldsharp/route_map_object_t
Russ White
2020-11-17
2
-11
/
+8
|
\
|
*
*: Remove route_map_object_t from the system
Donald Sharp
2020-11-14
2
-11
/
+8
*
|
bgpd: Convert attr->vnc_subtlvs to use accessor functions
Donald Sharp
2020-11-15
5
-20
/
+22
*
|
bgpd: Abstract attr->cluster to accessor/set functions
Donald Sharp
2020-11-15
1
-2
/
+5
*
|
bgpd: Convert attr->transit to use accessor functions
Donald Sharp
2020-11-15
1
-3
/
+5
|
/
*
bgpd: Fix rfapi indentation issues with a for loop
Donald Sharp
2020-11-07
1
-14
/
+10
*
* : update signature of thread_cancel api
Mark Stapp
2020-10-23
4
-79
/
+47
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
8
-281
/
+99
*
*: Create/Use accessor functions for lock count
Donald Sharp
2020-10-17
3
-9
/
+12
*
bgpd: add `%pBD` for printing `struct bgp_dest *`
David Lamparter
2020-10-17
1
-1
/
+1
*
*: Remove solaris from FRR
Donald Sharp
2020-09-21
1
-4
/
+0
*
*: un-split strings across lines
David Lamparter
2020-07-14
2
-5
/
+2
*
bgp: rename bgp_node to bgp_dest
Donald Sharp
2020-06-23
6
-179
/
+191
*
bgpd, isis, tools: style fixen
Quentin Young
2020-04-21
1
-2
/
+1
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
4
-9
/
+16
*
Merge pull request #6135 from opensourcerouting/cli-node-cleanup
Donald Sharp
2020-04-17
2
-10
/
+32
|
\
|
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
2
-0
/
+5
|
*
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
1
-0
/
+4
|
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
2
-5
/
+7
|
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
2
-5
/
+0
|
*
*: clean up cmd_node initializers
David Lamparter
2020-04-16
2
-5
/
+21
*
|
Merge pull request #5451 from opensourcerouting/rcu-log
Santosh P K
2020-04-16
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
lib: rewrite zlog lock-free & TLS-buffered
David Lamparter
2020-04-01
1
-2
/
+1
*
|
*: Do not cast to the same type
Donatas Abraitis
2020-04-08
4
-7
/
+6
*
|
Merge pull request #6105 from vivek-cumulus/bgp_link_bandwidth_unequal_cost_m...
Sri Mohana Singamsetty
2020-04-05
4
-7
/
+9
|
\
\
|
*
|
bgpd: Ability to add/update unique extended communities
vivek
2020-03-31
4
-7
/
+9
|
|
/
*
/
bgpd: #if ENABLE_BGP_VNC -> #ifdef ENABLE_BGP_VNC
Quentin Young
2020-04-01
4
-4
/
+4
|
/
*
bgpd: Convert users of `rn->p` to use accessor function
Donald Sharp
2020-03-26
6
-52
/
+61
*
lib, bgpd: Another round of `struct const prefix` cleanup
Donald Sharp
2020-03-26
2
-4
/
+6
*
bgpd: Refactor vnc_import_bgp_redist_table
Donald Sharp
2020-03-26
1
-42
/
+31
*
bgpd, lib, ripngd: Add agg_node_get_prefix
Donald Sharp
2020-03-24
10
-248
/
+209
*
bgpd: Rework code to use `const struct prefix`
Donald Sharp
2020-03-24
11
-88
/
+92
*
bgpd, isisd, lib: Make key values const for skiplist
Donald Sharp
2020-03-24
10
-29
/
+30
*
Merge pull request #6073 from donaldsharp/is_default
Sri Mohana Singamsetty
2020-03-23
1
-1
/
+1
|
\
|
*
bgpd, lib: More `const`ification of various code
Donald Sharp
2020-03-23
1
-1
/
+1
*
|
bgpd: More `const struct prefix` work
Donald Sharp
2020-03-22
2
-2
/
+2
|
/
*
bgpd: Fix spelling mistakes found by debian packaging
Donald Sharp
2020-03-14
1
-1
/
+1
*
treewide: fix some issues found with -Werror=undef
Ruben Kerkhof
2020-03-10
5
-44
/
+44
*
bgpd: agg_node_lookup not unlocking
Donald Sharp
2020-02-27
1
-0
/
+1
*
*: Remove break after return
Donatas Abraitis
2020-02-13
1
-3
/
+0
*
bgpd: Replace bgp_flag_* to [UN]SET/CHECK_FLAG macros
Donatas Abraitis
2020-02-06
1
-3
/
+3
*
Merge pull request #5750 from qlyoung/fix-null-after-xfree
Renato Westphal
2020-02-05
2
-5
/
+1
|
\
|
*
*: remove null check before XFREE
Quentin Young
2020-02-04
1
-3
/
+1
|
*
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
2
-2
/
+0
*
|
bgpd: prefix-sid srv6 l3vpn service tlv
Hiroki Shirokura
2020-01-15
1
-0
/
+8
|
/
*
bgpd: remove bgp_attr_dup
Quentin Young
2019-12-05
2
-10
/
+13
[next]