summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_ecommunity.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: expose ecommunity string lengthPat Ruddy2021-02-021-1/+0
* bgpd: Use uint32_t for size value instead of int in ecommunity structDonald Sharp2021-01-181-12/+12
* bgpd: Prevent ecommunity_ecom2str memory leakDonald Sharp2020-11-181-1/+1
* bgpd: Allow NULL to be passed in for ecommunity_freeDonald Sharp2020-11-151-0/+3
* bgpd: support for DF election in EVPN-MHAnuradha Karuppiah2020-10-261-0/+21
* bgpd: Convert inet_ntoa to %pI4/inet_ntopDonatas Abraitis2020-10-181-2/+4
* bgpd: Ensure we do integer size promotionsDonald Sharp2020-09-241-10/+9
* bgpd: remove warnings related to line too longs in bgp codePhilippe Guibert2020-08-211-49/+64
* bgp, zebra: add some alignments with remarks from communityPhilippe Guibert2020-08-211-0/+1
* bgpd: support for flowspec interface list per address-familyPhilippe Guibert2020-08-211-9/+10
* bgpd: support for bgp ipv6 ext community, and flowspec redirect ipv6Philippe Guibert2020-08-211-114/+328
* bgpd: support for redirect ipv6 simpson methodPhilippe Guibert2020-08-211-2/+4
* bgpd: extended-community and attrs for MAC-IP SYNC route handlingAnuradha Karuppiah2020-08-051-0/+5
* bgpd: extended community for EAD routesAnuradha Karuppiah2020-08-051-15/+24
* *: un-split strings across linesDavid Lamparter2020-07-141-5/+2
* bgpd: Return bool type for ecommunity_add_val and subgroup_announce_checkDonatas Abraitis2020-07-021-3/+3
* bgpd: Check to ensure community attributes exist before freeing themJosh Cox2020-05-051-0/+3
* *: sprintf -> snprintfQuentin Young2020-04-211-4/+7
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-1/+1
* bgpd: clean up SA warning in bgp_ecommunity.cMark Stapp2020-04-071-1/+1
* bgpd: Announce cumulative link bandwidth to EBGP peersvivek2020-03-311-0/+41
* bgpd: Ability to add/update unique extended communitiesvivek2020-03-311-14/+40
* bgpd: Check and extract link bandwidth valuevivek2020-03-311-0/+39
* bgpd: Display link bandwidth extended communityvivek2020-03-311-0/+38
* bgpd, lib: More `const`ification of various codeDonald Sharp2020-03-231-1/+1
* bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis2020-03-211-23/+22
* bgpd: Make strip extcommunity handle multiple extcommunitiesvivek2020-03-191-19/+29
* *: change hash_backet to hash_bucketDonald Sharp2020-02-281-1/+1
* Revert "*: change hash_backet to hash_bucket"Jafar Al-Gharaibeh2020-02-271-1/+1
* *: change hash_backet to hash_bucketDonald Sharp2020-02-271-1/+1
* bgpd: use safe functions to work with ecom attrsQuentin Young2019-11-221-116/+103
* bgpd: remove extra ecom attr ptr incrementQuentin Young2019-11-221-1/+0
* bgpd : route agg. with ecomm attribute is consuming lot of cycles.vdhingra2019-09-241-24/+62
* *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-061-11/+11
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-1/+1
* Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter2019-03-061-6/+3
|\
| * *: remove casts of XMALLOC / XCALLOCQuentin Young2019-02-261-2/+1
| * *: remove null check before XFREEQuentin Young2019-02-261-4/+2
* | bgpd: Code to handle BGP aggregate's e-communities.Naveen Thanikachalam2019-03-011-0/+109
|/
* bgpd: add new draft for redirect ip for flowspecPhilippe Guibert2018-11-301-3/+17
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-3/+3
* bgpd: print evpn nd ext community in routeChirag Shah2018-08-091-0/+7
* bgpd: Cleanup of bgp daemon codePascal Mathis2018-07-071-1/+0
* bgpd, lib: Cleanup CI warnings from systemDonald Sharp2018-05-301-0/+1
* *: support for evpn type-4 routemitesh2018-05-301-0/+14
* bgpd: increase buffer size to store ecomunity as a stringPhilippe Guibert2018-05-251-1/+1
* bgpd: add missing ecommunity flowspec to displayPhilippe Guibert2018-05-251-19/+24
* bgpd: Fix memory leak of ecommunity_ecom2strDonald Sharp2018-05-161-0/+5
* bgpd: utility routine to convert flowspec actions into pbr actionsPhilippe Guibert2018-04-301-0/+50
* bgpd: Use correct memory typeDonald Sharp2018-04-251-1/+1