index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_ecommunity.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd:support of color extended community color-only types
guozhongfeng.gzf
2024-11-07
1
-7
/
+7
*
bgpd: Handle non-transitive opaque extended communities also for eBGP peers
Donatas Abraitis
2024-10-22
1
-2
/
+0
*
bgpd: Add a function to strip non-transitive extended communities
Donatas Abraitis
2024-10-22
1
-0
/
+1
*
bgpd: define val in ecommunity_val as uint8_t
Enke Chen
2024-09-18
1
-2
/
+2
*
bgpd: Update IPv6 extended community sub-type for extended link bandwidth
Donatas Abraitis
2024-04-23
1
-2
/
+3
*
bgpd: Implement draft-li-idr-link-bandwidth-ext-01
Donatas Abraitis
2024-04-22
1
-4
/
+39
*
bgpd: Drop non ieee encoding parsing for ipv6 extended communities
Donatas Abraitis
2024-04-22
1
-2
/
+1
*
bgpd: Convert 32-bit to 64-bit link bandwidth variable (link_bw)
Donatas Abraitis
2024-04-22
1
-4
/
+5
*
bgpd: Flow Spec redirect IPv6 Extended Community should be 0x0d
Donatas Abraitis
2024-04-15
1
-4
/
+2
*
bgpd: Add some missing data to `show bgp attribute-info`
Donald Sharp
2024-03-14
1
-1
/
+1
*
bgpd: Optimize memory for ecommunity struct
Donatas Abraitis
2024-02-09
1
-3
/
+3
*
bgpd: fix export prefixes when rt extcomm set by route-map
Philippe Guibert
2023-11-21
1
-0
/
+1
*
Merge pull request #13722 from fdumontet6WIND/color_extcomm
Donatas Abraitis
2023-06-27
1
-1
/
+33
|
\
|
*
bgpd: add functions related to srte_color management
Francois Dumontet
2023-06-26
1
-0
/
+1
|
*
bgpd: add colored extended communities support
Francois Dumontet
2023-06-26
1
-1
/
+32
*
|
bgpd: Add MAC-VRF Site-of-Origin support
Trey Aspelund
2023-05-30
1
-0
/
+2
|
/
*
bgpd: Reuse encode_route_target_ip() function
Donatas Abraitis
2023-04-14
1
-5
/
+14
*
bgpd: Implement Node Target Extended Communities
Donatas Abraitis
2023-04-14
1
-0
/
+29
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
bgpd: Handle Origin Validation State extended community via route-map match
Donatas Abraitis
2022-09-04
1
-2
/
+2
*
bgpd: Add Origin Validation State extended community
Donatas Abraitis
2022-09-04
1
-0
/
+39
*
bgpd: Rename ecomm_intersect() to ecommunity_include()
Donatas Abraitis
2022-08-19
1
-0
/
+1
*
bgpd: Add `neighbor PEER link-bw-encoding-ieee`
Donatas Abraitis
2021-08-30
1
-5
/
+14
*
bgpd: Use IEEE-754 Floating Point for storing extcommunity bandwidth
Donatas Abraitis
2021-08-29
1
-4
/
+17
*
lib: remove the dependency on bgpd code
Igor Ryzhov
2021-08-24
1
-6
/
+0
*
bgpd: Keep extcommunity bandwidth commands persistent in route-maps
Donatas Abraitis
2021-08-03
1
-0
/
+6
*
bgpd: expose ecommunity string length
Pat Ruddy
2021-02-02
1
-0
/
+3
*
bgpd: Use uint32_t for size value instead of int in ecommunity struct
Donald Sharp
2021-01-18
1
-1
/
+1
*
bgpd: Allow NULL to be passed in for ecommunity_free
Donald Sharp
2020-11-15
1
-1
/
+1
*
bgpd: support for DF election in EVPN-MH
Anuradha Karuppiah
2020-10-26
1
-0
/
+4
*
bgp, zebra: add some alignments with remarks from community
Philippe Guibert
2020-08-21
1
-2
/
+2
*
bgpd: support for bgp ipv6 ext community, and flowspec redirect ipv6
Philippe Guibert
2020-08-21
1
-0
/
+30
*
bgpd: support for redirect ipv6 simpson method
Philippe Guibert
2020-08-21
1
-1
/
+2
*
bgpd: extended-community and attrs for MAC-IP SYNC route handling
Anuradha Karuppiah
2020-08-05
1
-2
/
+4
*
bgpd: extended community for EAD routes
Anuradha Karuppiah
2020-08-05
1
-0
/
+2
*
bgpd: Announce cumulative link bandwidth to EBGP peers
vivek
2020-03-31
1
-0
/
+2
*
bgpd: Ability to add/update unique extended communities
vivek
2020-03-31
1
-2
/
+2
*
bgpd: Check and extract link bandwidth value
vivek
2020-03-31
1
-1
/
+2
*
bgpd: Display link bandwidth extended community
vivek
2020-03-31
1
-1
/
+15
*
bgpd: Add link bandwidth route-map commands
vivek
2020-03-31
1
-0
/
+20
*
bgpd: Add link bandwidth extended community definition
vivek
2020-03-31
1
-0
/
+1
*
bgpd: Convert lots of int type functions to bool/void
Donatas Abraitis
2020-03-21
1
-9
/
+9
*
bgpd: Strip Route Targets during VRF-to-VRF route leak
vivek
2020-03-19
1
-0
/
+9
*
bgpd: use safe functions to work with ecom attrs
Quentin Young
2019-11-22
1
-2
/
+0
*
bgpd : route agg. with ecomm attribute is consuming lot of cycles.
vdhingra
2019-09-24
1
-0
/
+9
*
Merge pull request #4340 from qlyoung/hash-key-const
Russ White
2019-05-16
1
-1
/
+1
|
\
|
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-1
/
+1
*
|
bgpd: Extract tunnel type from extended communities
Lakshman Krishnamoorthy
2019-05-14
1
-0
/
+1
|
/
*
bgpd: Code to handle BGP aggregate's e-communities.
Naveen Thanikachalam
2019-03-01
1
-0
/
+10
*
bgpd: add new draft for redirect ip for flowspec
Philippe Guibert
2018-11-30
1
-0
/
+4
[next]