summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_community.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Remove deprecated COMMUNITY_INTERNET communityDonatas Abraitis2023-08-031-30/+0
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-3/+1
* bgpd: Deprecate BGP `internet` communityDonatas Abraitis2023-02-171-1/+12
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* bgpd: Fix memory leak for community stuffDonatas Abraitis2022-07-161-0/+8
* bgpd: Allow setting BGP [large]community in route-mapsDonatas Abraitis2022-04-091-5/+8
* bgpd: Reuse get/set helpers for attr->communityDonatas Abraitis2022-02-251-0/+3
* bgpd: Fix typo in bgp_aggr_community_hash_alloc()Donatas Abraitis2021-12-211-2/+2
* bgpd: Fix misleading comments for some partsDonatas Abraitis2021-08-051-3/+1
* bgpd: XREALLOC handles NULL properlyDonald Sharp2021-07-131-12/+3
* bgpd: Show BGP community alias in JSON community list outputDonatas Abraitis2021-05-201-2/+4
* bgpd: Create BGP alias names for community/large-communityDonatas Abraitis2021-05-051-2/+3
* bgpd: Set NO_ADVERTISE community if blackhole community receivedDonatas Abraitis2021-01-211-1/+1
* bgpd: Validate community list if they are not malformedDonatas Abraitis2021-01-051-5/+31
* bgpd: Fix "malformed communities" for accept-own-nexthopAppu Joseph2020-05-291-8/+8
* bgpd: Check to ensure community attributes exist before freeing themJosh Cox2020-05-051-0/+3
* Merge pull request #6175 from ton31337/fix/avoid_same_type_typecastingDavid Lamparter2020-04-081-1/+1
|\
| * *: Do not cast to the same typeDonatas Abraitis2020-04-081-1/+1
* | bgpd: Use COMMUNITY_SIZE instead of just 4Donatas Abraitis2020-04-081-10/+13
|/
* bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis2020-03-211-10/+9
* *: 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
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* bgpd : route agg. with comm attr is consuming lot of cycles.vdhingra2019-09-241-24/+65
* *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-061-4/+4
* bgpd: use XCALLOC to allocate string bufQuentin Young2019-05-291-1/+1
* bgpd: fix pointer bug introduced in strlcat changeQuentin Young2019-05-291-20/+19
* bgpd: remove strcpy, strcatQuentin Young2019-05-291-31/+16
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-3/+3
* 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 communities.Naveen Thanikachalam2019-03-011-0/+109
|/
* Merge branch 'master' of https://github.com/FRRouting/frr into communitySri Mohana Singamsetty2018-10-231-6/+6
|\
| * *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-6/+6
* | bgpd:Fixing the signature of community_free functionSri Mohana Singamsetty2018-10-231-15/+14
|/
* bgpd: Add missing bgp well-known communitiesChristoffer2018-07-291-15/+246
* bgpd: null check (Coverity 23201)paco2018-06-141-4/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-30/+29
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-16/+28
* bgpd: Only build json for community when neededDonald Sharp2017-11-171-23/+43
* bgpd: Add various hash optimizationsDonald Sharp2017-09-051-13/+5
* bgpd: implement draft-ietf-grow-bgp-gshut-10Daniel Walton2017-08-251-0/+18
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-522/+470
* *: update hash_create(), hash_create_size()Quentin Young2017-07-021-1/+1
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+18
* bgpd: argv update for all but bgp_vty.cDaniel Walton2016-09-221-0/+1
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* quagga: "set community x:y" needs bounds checkingDaniel Walton2016-04-141-0/+14