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: fix route-target display with as dotted format
Philippe Guibert
2024-02-27
1
-15
/
+23
*
bgpd: fix ecommunity_fill_pbr_action heap-buffer-overflow
Louis Scalbert
2024-01-04
1
-2
/
+2
*
bgpd: fix export prefixes when rt extcomm set by route-map
Philippe Guibert
2023-11-21
1
-0
/
+28
*
Merge pull request #13882 from opensourcerouting/fix/dead_code
Donald Sharp
2023-07-01
1
-64
/
+55
|
\
|
*
bgpd: Drop dead code when parsing extcommunity (color)
Donatas Abraitis
2023-06-30
1
-64
/
+55
*
|
bgpd: Fix comment for ecommunity_ecom2str()
Donatas Abraitis
2023-06-29
1
-22
/
+20
|
/
*
Merge pull request #13722 from fdumontet6WIND/color_extcomm
Donatas Abraitis
2023-06-27
1
-15
/
+105
|
\
|
*
bgpd: add functions related to srte_color management
Francois Dumontet
2023-06-26
1
-0
/
+23
|
*
bgpd: add colored extended communities support
Francois Dumontet
2023-06-26
1
-15
/
+82
*
|
bgpd: Add MAC-VRF Site-of-Origin support
Trey Aspelund
2023-05-30
1
-0
/
+15
|
/
*
bgpd: fix show running of nt extcommunity
Louis Scalbert
2023-05-05
1
-5
/
+11
*
bgpd: Reuse encode_route_target_ip() function
Donatas Abraitis
2023-04-14
1
-18
/
+5
*
bgpd: Implement Node Target Extended Communities
Donatas Abraitis
2023-04-14
1
-9
/
+89
*
bgpd: fix ecommunity parsing for AS4
Trey Aspelund
2023-04-03
1
-4
/
+25
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-3
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
bgpd: ecommunity_token_rt6 is not handled
Donald Sharp
2023-01-31
1
-1
/
+1
*
bgpd: inet_ntop() adjustments
Donatas Abraitis
2022-11-29
1
-7
/
+2
*
bgpd: memory leak issue fix
Samanvitha B Bhargav
2022-09-21
1
-1
/
+1
*
bgpd: Add Origin Validation State extended community
Donatas Abraitis
2022-09-04
1
-0
/
+70
*
bgpd: Rename ecomm_intersect() to ecommunity_include()
Donatas Abraitis
2022-08-19
1
-0
/
+17
*
*: Fix spelling of strucutre
Donald Sharp
2022-04-19
1
-1
/
+1
*
bgpd: small simplification for evpn RT commands
anlan_cs
2022-03-27
1
-1
/
+1
*
bgpd: support redirect import more than one route-target ipv6
Philippe Guibert
2021-11-18
1
-1
/
+1
*
bgpd: Add `neighbor PEER link-bw-encoding-ieee`
Donatas Abraitis
2021-08-30
1
-20
/
+31
*
bgpd: Use IEEE-754 Floating Point for storing extcommunity bandwidth
Donatas Abraitis
2021-08-29
1
-3
/
+17
*
bgpd: Fix misleading comments for some parts
Donatas Abraitis
2021-08-05
1
-1
/
+1
*
bgpd: XREALLOC handles NULL properly
Donald Sharp
2021-07-13
1
-9
/
+3
*
bgpd: vrf route leaking, fix vpn router id update
Abhinay Ramesh
2021-04-07
1
-9
/
+13
*
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
[next]