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
*
bgpd: fix rfapi false compiler warning
Quentin Young
2019-05-29
1
-0
/
+3
*
bgpd: Store reason why bestpath was choosen
Donald Sharp
2019-05-16
1
-1
/
+4
*
Merge pull request #4314 from lkrishnamoor/extract_tunnel_type_extcom
Donald Sharp
2019-05-15
3
-35
/
+6
|
\
|
*
bgpd: Extract tunnel type from extended communities
Lakshman Krishnamoorthy
2019-05-14
3
-35
/
+6
*
|
bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callback
Donald Sharp
2019-05-11
1
-22
/
+0
|
/
*
*: use ZAPI_CALLBACK_ARGS macro for zapi handlers
Quentin Young
2019-05-03
1
-3
/
+2
*
bgpd: Remove extra alloc function bgp_path_info_new
Donald Sharp
2019-04-07
2
-16
/
+6
*
bgpd, pimd: Remove undebug commands
Donald Sharp
2019-04-03
1
-30
/
+0
*
Merge pull request #3869 from qlyoung/cocci-fixes
David Lamparter
2019-03-06
4
-16
/
+9
|
\
|
*
*: remove casts of XMALLOC / XCALLOC
Quentin Young
2019-02-26
2
-3
/
+2
|
*
*: remove null check before XFREE
Quentin Young
2019-02-26
2
-12
/
+6
|
*
*: use array_size instead of raw division
Quentin Young
2019-02-26
1
-1
/
+1
*
|
bgpd: strncpy -> strlcpy
Quentin Young
2019-02-26
1
-2
/
+2
|
/
*
bgpd: remove route-map decrement call on prefix-list
Mark Stapp
2019-02-12
1
-2
/
+0
*
bgpd: Added changes to track route-map usage
rgirada
2019-02-04
1
-0
/
+56
*
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-24
4
-5
/
+5
*
Merge pull request #3093 from donaldsharp/bgp_node_continued
Lou Berger
2018-12-11
6
-54
/
+68
|
\
|
*
bgpd: Abstract bgp_table retrieving/setting from info pointer
Donald Sharp
2018-11-16
5
-27
/
+26
|
*
bgpd: Abstract bgp_info retrieving/setting from info pointer
Donald Sharp
2018-11-16
6
-27
/
+42
*
|
bgpd: reuse bgp_path_info_extra_free() routing in rfapi
Philippe Guibert
2018-12-05
1
-5
/
+2
|
/
*
*: Replace zclient_new with zclient_new_notify
Donald Sharp
2018-11-12
1
-1
/
+1
*
bgpd: use the vrf_bitmap_*() helper functions when necessary
Renato Westphal
2018-10-20
1
-6
/
+9
*
bgpd: fix bug while iterating over VPN table
Renato Westphal
2018-10-20
1
-0
/
+2
*
bgpd: remove wrong assert
Renato Westphal
2018-10-20
1
-1
/
+0
*
bgpd: fix NULL pointer dereference bug
Renato Westphal
2018-10-20
1
-0
/
+4
*
bgpd: add a NULL check to prevent a crash in the rfapi code
Renato Westphal
2018-10-20
1
-1
/
+1
*
bgpd: fix crashes caused by missing input validation
Renato Westphal
2018-10-20
1
-2
/
+2
*
bgpd: fix some NULL pointer dereference bugs
Renato Westphal
2018-10-20
1
-8
/
+15
*
bgpd: Cleanup warnings issued by CI system from these changes
Donald Sharp
2018-10-09
1
-2
/
+1
*
bgpd: Rename various variable names to something more appropriate
Donald Sharp
2018-10-09
14
-866
/
+887
*
bgpd: Convert binfo to path
Donald Sharp
2018-10-09
3
-27
/
+27
*
bgpd: Convert all bgp_info_XXX functions to bgp_path_XXX functions
Donald Sharp
2018-10-09
3
-17
/
+18
*
bgpd: Convert `struct bgp_info` to `struct bgp_path_info`
Donald Sharp
2018-10-09
16
-180
/
+185
*
bgpd: Convert BGP_INFO_XXX to BGP_PATH_XXX
Donald Sharp
2018-10-09
5
-49
/
+50
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
7
-17
/
+17
*
Merge pull request #3031 from pacovn/static_analysis__Wcomma
Lou Berger
2018-09-17
1
-2
/
+4
|
\
|
*
bgpd isisd zebra: misuse of comma operator
F. Aragon
2018-09-14
1
-2
/
+4
*
|
Merge pull request #3023 from qlyoung/ultimate-warning-reference-cards-rename
David Lamparter
2018-09-14
5
-43
/
+42
|
\
\
|
*
|
*: style for EC replacements
Quentin Young
2018-09-13
5
-25
/
+24
|
*
|
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
5
-24
/
+24
|
|
/
*
/
bgpd lib ospf6d pbrd tests zebra: shadowing fixes
F. Aragon
2018-09-13
2
-20
/
+20
|
/
*
bgpd isisd ospf6d ospfd: variable shadowing fixes
F. Aragon
2018-09-12
4
-13
/
+8
*
*: fix config.h/zebra.h include order
David Lamparter
2018-09-08
7
-17
/
+0
*
Merge pull request #2934 from LabNConsulting/working/master/rfapi_topotest_su...
David Lamparter
2018-09-04
1
-7
/
+20
|
\
|
*
rfapi: debug related changes to support topotest -- add cost
Lou Berger
2018-08-29
1
-2
/
+10
|
*
rfapi: debug related changes to support topotest
Lou Berger
2018-08-28
1
-5
/
+10
*
|
bgpd, ripngd: Convert to using new agg_table/route
Donald Sharp
2018-08-30
22
-589
/
+618
|
/
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
5
-24
/
+24
*
bgpd: Convert to using LIB_ERR_XXX where possible
Donald Sharp
2018-08-14
5
-24
/
+48
*
bgpd: Cleanup of bgp daemon code
Pascal Mathis
2018-07-07
4
-11
/
+7
[next]