summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_lcommunity.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Standard large-communities CLI does not return error when it's configur...Naveen Thanikachalam2019-08-111-2/+4
* *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-061-3/+3
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-1/+1
* Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter2019-03-061-10/+7
|\
| * *: remove casts of XMALLOC / XCALLOCQuentin Young2019-02-261-2/+1
| * *: remove null check before XFREEQuentin Young2019-02-261-4/+2
| * *: return bool from boolean functionsQuentin Young2019-02-261-2/+2
| * *: use proper bool initializers & fix comparisonsQuentin Young2019-02-261-2/+2
* | bgpd: Code to handle BGP aggregate's l-communities.Naveen Thanikachalam2019-03-011-0/+109
|/
* Merge branch 'pull/3197'David Lamparter2018-10-231-1/+1
|\
| * *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-1/+1
* | bgpd: handle NULL pointers in lcommunity_cmp()Renato Westphal2018-10-201-0/+6
|/
* bgpd: Cleanup of bgp daemon codePascal Mathis2018-07-071-1/+0
* bgpd: Improve JSON support for large communitiesPascal Mathis2018-05-131-64/+90
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-10/+10
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-14/+10
* *: fix be32 reading / 24-bit left shiftDavid Lamparter2017-09-091-14/+5
* bgpd: Add various hash optimizationsDonald Sharp2017-09-051-20/+5
* bgpd: Fixed incorrect MTYPE being used for large communitesNigel Kukard2017-09-031-2/+2
* bgpd: Use lcommunity_new() to allocate new lcommunityNigel Kukard2017-09-011-1/+1
* bgpd: Fixed pointer arithmatic miscalculationNigel Kukard2017-09-011-2/+1
* bgpd: Cleaned up the lcom->size * LCOMMUNITY_SIZE with lcom_length()Nigel Kukard2017-09-011-9/+7
* bgpd: The large community size is easier to read if its using the constantNigel Kukard2017-09-011-2/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-410/+380
* *: update hash_create(), hash_create_size()Quentin Young2017-07-021-1/+1
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-2/+2
* bgpd: lcommunity: fix whitespace & copyrightDavid Lamparter2017-01-251-19/+18
* bgpd: Add ability to clean lcommunity hashDonald Sharp2017-01-251-0/+7
* Support for BGP Large CommunitiesJob Snijders2017-01-191-0/+563