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
*
Merge pull request #10636 from ton31337/fix/use_get_set_for_communities
Russ White
2022-02-28
1
-2
/
+5
|
\
|
*
bgpd: Reuse get/set helpers for attr->community
Donatas Abraitis
2022-02-25
1
-2
/
+5
*
|
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
5
-21
/
+10
|
/
*
Merge pull request #10549 from idryzhov/bgp-coverity
Donatas Abraitis
2022-02-10
1
-1
/
+2
|
\
|
*
bgpd: fix null pointer dereferences
Igor Ryzhov
2022-02-09
1
-1
/
+2
*
|
bgpd: fix aspath memleak on error in vnc_direct_bgp_add_nve
Igor Ryzhov
2022-02-09
1
-3
/
+3
|
/
*
Merge pull request #10496 from ton31337/fix/move_struct_ecommunity_to_extra
Donald Sharp
2022-02-08
6
-44
/
+57
|
\
|
*
bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunity
Donatas Abraitis
2022-02-04
6
-44
/
+57
*
|
bgpd: Use AF_UNSPEC instead of setting to 0
Donald Sharp
2022-02-07
2
-10
/
+10
|
/
*
*: convert zclient callbacks to table
David Lamparter
2021-10-20
1
-4
/
+7
*
Merge pull request #9546 from proelbtn/add-support-for-perfix-sid-type-5
Russ White
2021-09-21
1
-2
/
+10
|
\
|
*
bgpd: show SID structure information
Ryoga Saito
2021-09-14
1
-2
/
+10
*
|
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-4
/
+4
|
/
*
*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
6
-11
/
+12
*
*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
6
-11
/
+12
*
bgpd: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
3
-7
/
+7
*
bgpd: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
2
-5
/
+5
*
bgpd: Do not test for bgp_path_info in rfapiCopyUnEncap2VPN()
Donatas Abraitis
2021-06-17
1
-4
/
+2
*
bgpd: Remove double test against rfapi which is already checked
Donatas Abraitis
2021-06-17
1
-1
/
+1
*
*: require semicolon after DEFINE_QOBJ & co.
David Lamparter
2021-03-17
2
-6
/
+6
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
2
-54
/
+54
*
*: 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
|
\
\
[next]