summaryrefslogtreecommitdiff
path: root/bgpd/bgp_ecommunity.c
AgeCommit message (Expand)Author
2021-01-18bgpd: Use uint32_t for size value instead of int in ecommunity structDonald Sharp
2020-11-18bgpd: Prevent ecommunity_ecom2str memory leakDonald Sharp
2020-11-15bgpd: Allow NULL to be passed in for ecommunity_freeDonald Sharp
2020-10-26bgpd: support for DF election in EVPN-MHAnuradha Karuppiah
2020-10-18bgpd: Convert inet_ntoa to %pI4/inet_ntopDonatas Abraitis
2020-09-24bgpd: Ensure we do integer size promotionsDonald Sharp
2020-08-21bgpd: remove warnings related to line too longs in bgp codePhilippe Guibert
2020-08-21bgp, zebra: add some alignments with remarks from communityPhilippe Guibert
2020-08-21bgpd: support for flowspec interface list per address-familyPhilippe Guibert
2020-08-21bgpd: support for bgp ipv6 ext community, and flowspec redirect ipv6Philippe Guibert
2020-08-21bgpd: support for redirect ipv6 simpson methodPhilippe Guibert
2020-08-05bgpd: extended-community and attrs for MAC-IP SYNC route handlingAnuradha Karuppiah
2020-08-05bgpd: extended community for EAD routesAnuradha Karuppiah
2020-07-14*: un-split strings across linesDavid Lamparter
2020-07-02bgpd: Return bool type for ecommunity_add_val and subgroup_announce_checkDonatas Abraitis
2020-05-05bgpd: Check to ensure community attributes exist before freeing themJosh Cox
2020-04-20*: sprintf -> snprintfQuentin Young
2020-04-08*: Do not cast to the same typeDonatas Abraitis
2020-04-07bgpd: clean up SA warning in bgp_ecommunity.cMark Stapp
2020-03-30bgpd: Announce cumulative link bandwidth to EBGP peersvivek
2020-03-30bgpd: Ability to add/update unique extended communitiesvivek
2020-03-30bgpd: Check and extract link bandwidth valuevivek
2020-03-30bgpd: Display link bandwidth extended communityvivek
2020-03-23bgpd, lib: More `const`ification of various codeDonald Sharp
2020-03-21bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis
2020-03-18bgpd: Make strip extcommunity handle multiple extcommunitiesvivek
2020-02-28*: change hash_backet to hash_bucketDonald Sharp
2020-02-27Revert "*: change hash_backet to hash_bucket"Jafar Al-Gharaibeh
2020-02-26*: change hash_backet to hash_bucketDonald Sharp
2019-11-22bgpd: use safe functions to work with ecom attrsQuentin Young
2019-11-21bgpd: remove extra ecom attr ptr incrementQuentin Young
2019-09-24bgpd : route agg. with ecomm attribute is consuming lot of cycles.vdhingra
2019-08-06*: fix ctype (isalpha & co.) castsDavid Lamparter
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-03-06Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter
2019-02-28bgpd: Code to handle BGP aggregate's e-communities.Naveen Thanikachalam
2019-02-25*: remove casts of XMALLOC / XCALLOCQuentin Young
2019-02-25*: remove null check before XFREEQuentin Young
2018-11-30bgpd: add new draft for redirect ip for flowspecPhilippe Guibert
2018-10-19*: Replace hash_cmp function return value to a boolDonald Sharp
2018-08-08bgpd: print evpn nd ext community in routeChirag Shah
2018-07-07bgpd: Cleanup of bgp daemon codePascal Mathis
2018-05-30bgpd, lib: Cleanup CI warnings from systemDonald Sharp
2018-05-30*: support for evpn type-4 routemitesh
2018-05-25bgpd: increase buffer size to store ecomunity as a stringPhilippe Guibert
2018-05-25bgpd: add missing ecommunity flowspec to displayPhilippe Guibert
2018-05-16bgpd: Fix memory leak of ecommunity_ecom2strDonald Sharp
2018-04-30bgpd: utility routine to convert flowspec actions into pbr actionsPhilippe Guibert
2018-04-25bgpd: Use correct memory typeDonald Sharp
2018-04-25bgpd: Fix data typeDonald Sharp