index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_ecommunity.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: expose ecommunity string length
Pat Ruddy
2021-02-02
1
-1
/
+0
*
bgpd: Use uint32_t for size value instead of int in ecommunity struct
Donald Sharp
2021-01-18
1
-12
/
+12
*
bgpd: Prevent ecommunity_ecom2str memory leak
Donald Sharp
2020-11-18
1
-1
/
+1
*
bgpd: Allow NULL to be passed in for ecommunity_free
Donald Sharp
2020-11-15
1
-0
/
+3
*
bgpd: support for DF election in EVPN-MH
Anuradha Karuppiah
2020-10-26
1
-0
/
+21
*
bgpd: Convert inet_ntoa to %pI4/inet_ntop
Donatas Abraitis
2020-10-18
1
-2
/
+4
*
bgpd: Ensure we do integer size promotions
Donald Sharp
2020-09-24
1
-10
/
+9
*
bgpd: remove warnings related to line too longs in bgp code
Philippe Guibert
2020-08-21
1
-49
/
+64
*
bgp, zebra: add some alignments with remarks from community
Philippe Guibert
2020-08-21
1
-0
/
+1
*
bgpd: support for flowspec interface list per address-family
Philippe Guibert
2020-08-21
1
-9
/
+10
*
bgpd: support for bgp ipv6 ext community, and flowspec redirect ipv6
Philippe Guibert
2020-08-21
1
-114
/
+328
*
bgpd: support for redirect ipv6 simpson method
Philippe Guibert
2020-08-21
1
-2
/
+4
*
bgpd: extended-community and attrs for MAC-IP SYNC route handling
Anuradha Karuppiah
2020-08-05
1
-0
/
+5
*
bgpd: extended community for EAD routes
Anuradha Karuppiah
2020-08-05
1
-15
/
+24
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-5
/
+2
*
bgpd: Return bool type for ecommunity_add_val and subgroup_announce_check
Donatas Abraitis
2020-07-02
1
-3
/
+3
*
bgpd: Check to ensure community attributes exist before freeing them
Josh Cox
2020-05-05
1
-0
/
+3
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-4
/
+7
*
*: Do not cast to the same type
Donatas Abraitis
2020-04-08
1
-1
/
+1
*
bgpd: clean up SA warning in bgp_ecommunity.c
Mark Stapp
2020-04-07
1
-1
/
+1
*
bgpd: Announce cumulative link bandwidth to EBGP peers
vivek
2020-03-31
1
-0
/
+41
*
bgpd: Ability to add/update unique extended communities
vivek
2020-03-31
1
-14
/
+40
*
bgpd: Check and extract link bandwidth value
vivek
2020-03-31
1
-0
/
+39
*
bgpd: Display link bandwidth extended community
vivek
2020-03-31
1
-0
/
+38
*
bgpd, lib: More `const`ification of various code
Donald Sharp
2020-03-23
1
-1
/
+1
*
bgpd: Convert lots of int type functions to bool/void
Donatas Abraitis
2020-03-21
1
-23
/
+22
*
bgpd: Make strip extcommunity handle multiple extcommunities
vivek
2020-03-19
1
-19
/
+29
*
*: change hash_backet to hash_bucket
Donald Sharp
2020-02-28
1
-1
/
+1
*
Revert "*: change hash_backet to hash_bucket"
Jafar Al-Gharaibeh
2020-02-27
1
-1
/
+1
*
*: change hash_backet to hash_bucket
Donald Sharp
2020-02-27
1
-1
/
+1
*
bgpd: use safe functions to work with ecom attrs
Quentin Young
2019-11-22
1
-116
/
+103
*
bgpd: remove extra ecom attr ptr increment
Quentin Young
2019-11-22
1
-1
/
+0
*
bgpd : route agg. with ecomm attribute is consuming lot of cycles.
vdhingra
2019-09-24
1
-24
/
+62
*
*: fix ctype (isalpha & co.) casts
David Lamparter
2019-08-06
1
-11
/
+11
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-1
/
+1
*
Merge pull request #3869 from qlyoung/cocci-fixes
David Lamparter
2019-03-06
1
-6
/
+3
|
\
|
*
*: remove casts of XMALLOC / XCALLOC
Quentin Young
2019-02-26
1
-2
/
+1
|
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-4
/
+2
*
|
bgpd: Code to handle BGP aggregate's e-communities.
Naveen Thanikachalam
2019-03-01
1
-0
/
+109
|
/
*
bgpd: add new draft for redirect ip for flowspec
Philippe Guibert
2018-11-30
1
-3
/
+17
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-3
/
+3
*
bgpd: print evpn nd ext community in route
Chirag Shah
2018-08-09
1
-0
/
+7
*
bgpd: Cleanup of bgp daemon code
Pascal Mathis
2018-07-07
1
-1
/
+0
*
bgpd, lib: Cleanup CI warnings from system
Donald Sharp
2018-05-30
1
-0
/
+1
*
*: support for evpn type-4 route
mitesh
2018-05-30
1
-0
/
+14
*
bgpd: increase buffer size to store ecomunity as a string
Philippe Guibert
2018-05-25
1
-1
/
+1
*
bgpd: add missing ecommunity flowspec to display
Philippe Guibert
2018-05-25
1
-19
/
+24
*
bgpd: Fix memory leak of ecommunity_ecom2str
Donald Sharp
2018-05-16
1
-0
/
+5
*
bgpd: utility routine to convert flowspec actions into pbr actions
Philippe Guibert
2018-04-30
1
-0
/
+50
*
bgpd: Use correct memory type
Donald Sharp
2018-04-25
1
-1
/
+1
[next]