summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_community.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixup of warnings in the codeDonald Sharp2015-07-261-1/+1
* Use camelCase notation for all json keywordsDonald Sharp2015-07-221-3/+3
* Key changes:Donald Sharp2015-06-121-8/+40
* set community delete stops as soon as it hits a community-list entry with a denyDonald Sharp2015-05-201-1/+1
* bgpd: memmove needed in community_del_valJohn Glotzer2014-08-181-1/+1
* bgpd: optimize loops on [e]community_hash_make()Jorge Boncompte [DTI2]2012-05-221-8/+11
* bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...Paul Jakma2011-03-211-6/+7
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-0/+7
* [BGP/cleanup] make community hash table staticStephen Hemminger2009-06-181-1/+1
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-1/+1
* [bgpd] 64-bit bugfix in community_del_val by Jeremy Jackson <jerj@coplanar.net>Andrew J. Schorr2009-05-291-1/+1
* [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net>Denis Ovsienko2009-04-301-1/+1