index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
rfapi
/
rfapi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Remove #if 0 code
Donald Sharp
2021-01-28
1
-17
/
+0
*
bgpd: Convert attr->vnc_subtlvs to use accessor functions
Donald Sharp
2020-11-15
1
-13
/
+13
*
bgpd: Fix rfapi indentation issues with a for loop
Donald Sharp
2020-11-07
1
-14
/
+10
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-29
/
+17
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-2
/
+1
*
bgp: rename bgp_node to bgp_dest
Donald Sharp
2020-06-23
1
-52
/
+56
*
bgpd, isis, tools: style fixen
Quentin Young
2020-04-21
1
-2
/
+1
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-1
/
+2
*
bgpd: Ability to add/update unique extended communities
vivek
2020-03-31
1
-3
/
+5
*
bgpd: Rework code to use `const struct prefix`
Donald Sharp
2020-03-24
1
-2
/
+2
*
treewide: fix some issues found with -Werror=undef
Ruben Kerkhof
2020-03-10
1
-1
/
+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
1
-1
/
+0
*
bgpd: Remove dead code in rfapi
Donald Sharp
2019-10-26
1
-6
/
+2
*
bgpd: `struct bgp_path_info *`->attr must not be NULL
Donald Sharp
2019-10-16
1
-6
/
+4
*
bgpd: Use defined constants for NHLEN instead of numeric values
Donatas Abraitis
2019-09-13
1
-2
/
+2
*
lib: add frr_with_mutex() block-wrapper
David Lamparter
2019-09-03
1
-3
/
+1
*
bgpd/rfapi: fix clang-SA warning
David Lamparter
2019-06-13
1
-1
/
+1
*
bgpd: Remove extra alloc function bgp_path_info_new
Donald Sharp
2019-04-07
1
-7
/
+1
*
bgpd: Abstract bgp_table retrieving/setting from info pointer
Donald Sharp
2018-11-16
1
-20
/
+18
*
bgpd: Abstract bgp_info retrieving/setting from info pointer
Donald Sharp
2018-11-16
1
-8
/
+12
*
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
1
-52
/
+52
*
bgpd: Convert all bgp_info_XXX functions to bgp_path_XXX functions
Donald Sharp
2018-10-09
1
-6
/
+6
*
bgpd: Convert `struct bgp_info` to `struct bgp_path_info`
Donald Sharp
2018-10-09
1
-4
/
+4
*
bgpd: Convert BGP_INFO_XXX to BGP_PATH_XXX
Donald Sharp
2018-10-09
1
-4
/
+4
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-1
/
+1
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-2
/
+2
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-2
/
+2
*
bgpd isisd ospf6d ospfd: variable shadowing fixes
F. Aragon
2018-09-12
1
-2
/
+0
*
*: fix config.h/zebra.h include order
David Lamparter
2018-09-08
1
-3
/
+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
1
-16
/
+16
|
/
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-2
/
+2
*
bgpd: Convert to using LIB_ERR_XXX where possible
Donald Sharp
2018-08-14
1
-2
/
+5
*
bgpd: Cleanup of bgp daemon code
Pascal Mathis
2018-07-07
1
-2
/
+2
*
bgpd lib ospfd pimd ripngd: null chk (PVS-Studio)
F. Aragon
2018-07-03
1
-1
/
+1
*
bgpd: dead code (Coverity 1399373)
paco
2018-06-15
1
-67
/
+0
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-8
/
+6
*
zebra/bgpd: fix compilation issues
mitesh
2018-01-24
1
-1
/
+1
*
bgpd: bgp_redist_lookup param handles instances, not vrfs
Philippe Guibert
2018-01-22
1
-1
/
+1
*
bgpd: use ring buffer for network input
Quentin Young
2018-01-03
1
-1
/
+2
*
bgpd: Fixup buffer sizes for prefix_rd2str
Donald Sharp
2017-12-11
1
-9
/
+7
*
bgpd: Fix prefix2str using BUFSIZ to PREFIX_STRLEN
Donald Sharp
2017-12-11
1
-22
/
+12
*
bgpd, tests: comment formatting
Quentin Young
2017-11-30
1
-2
/
+4
*
bgpd: implement buffered reads
Quentin Young
2017-11-30
1
-9
/
+20
*
bgpd: Fix off by one error introduced by 8c9cc7bbf657e3440d9bc758fe45aef5f43c...
Donald Sharp
2017-10-19
1
-3
/
+3
*
rfapi: explicitly test against success of is_configured.
Lou Berger
2017-10-09
1
-2
/
+4
[next]