summaryrefslogtreecommitdiff
path: root/bgpd/bgp_lcommunity.c
AgeCommit message (Expand)Author
2023-04-20bgpd: Fix lcom->str string length to correctly cover aliasesDonald Sharp
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-04-19*: Fix spelling of strucutreDonald Sharp
2022-04-09bgpd: Allow setting BGP [large]community in route-mapsDonatas Abraitis
2022-02-10bgpd: Use get/set helpers for attr->lcommunityDonatas Abraitis
2021-08-05bgpd: Fix misleading comments for some partsDonatas Abraitis
2021-07-12bgpd: XREALLOC handles NULL properlyDonald Sharp
2021-05-20bgpd: Show BGP community alias in JSON community list outputDonatas Abraitis
2021-05-05bgpd: Create BGP alias names for community/large-communityDonatas Abraitis
2021-01-06bgpd: separate lcommunity validation from tokenizerWesley Coakley
2020-05-05bgpd: Check to ensure community attributes exist before freeing themJosh Cox
2020-04-08bgpd: Fixes for memory leaks.Naveen Thanikachalam
2020-03-25*: use the current project name (FRRouting)Lou Berger
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-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
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
2019-11-22bgpd: fix heap buffer overflow in lcom -> str encQuentin Young
2019-09-24bgpd : route agg. with lcomm attribute is consuming lot of cycles.vdhingra
2019-08-11bgpd: Standard large-communities CLI does not return error when it's configur...Naveen Thanikachalam
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 l-communities.Naveen Thanikachalam
2019-02-25*: remove casts of XMALLOC / XCALLOCQuentin Young
2019-02-25*: remove null check before XFREEQuentin Young
2019-02-25*: return bool from boolean functionsQuentin Young
2019-02-25*: use proper bool initializers & fix comparisonsQuentin Young
2018-10-23Merge branch 'pull/3197'David Lamparter
2018-10-20bgpd: handle NULL pointers in lcommunity_cmp()Renato Westphal
2018-10-19*: Replace hash_cmp function return value to a boolDonald Sharp
2018-07-07bgpd: Cleanup of bgp daemon codePascal Mathis
2018-05-13bgpd: Improve JSON support for large communitiesPascal Mathis
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-09-09*: fix be32 reading / 24-bit left shiftDavid Lamparter
2017-09-05bgpd: Add various hash optimizationsDonald Sharp
2017-09-03bgpd: Fixed incorrect MTYPE being used for large communitesNigel Kukard
2017-09-01bgpd: Use lcommunity_new() to allocate new lcommunityNigel Kukard
2017-08-31bgpd: Fixed pointer arithmatic miscalculationNigel Kukard
2017-08-31bgpd: Cleaned up the lcom->size * LCOMMUNITY_SIZE with lcom_length()Nigel Kukard
2017-08-31bgpd: The large community size is easier to read if its using the constantNigel Kukard
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-01*: update hash_create(), hash_create_size()Quentin Young
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-01-25bgpd: lcommunity: fix whitespace & copyrightDavid Lamparter
2017-01-25bgpd: Add ability to clean lcommunity hashDonald Sharp