summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_clist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Remove community_regexp_delete() functionDonatas Abraitis2021-01-211-80/+0
* bgpd: separate lcommunity validation from tokenizerWesley Coakley2021-01-061-9/+30
* bgpd: correct community-list replace logicDon Slice2020-09-121-5/+31
* *: manually remove some more sprintfQuentin Young2020-04-211-6/+2
* bgpd, lib: Use bool instead of uint8_t for community/prefix-list "any"Donatas Abraitis2020-04-161-3/+3
* bgpd: Validate all large communities if specified more per lineDonatas Abraitis2020-04-151-14/+22
* Merge pull request #6073 from donaldsharp/is_defaultSri Mohana Singamsetty2020-03-231-1/+1
|\
| * bgpd, lib: More `const`ification of various codeDonald Sharp2020-03-231-1/+1
* | bgpd: Convert some community related functions to bool typeDonatas Abraitis2020-03-191-75/+59
|/
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* bgpd: Cleanup set but unused variablesDonald Sharp2020-02-271-1/+1
* bgpd: Use sequence numbers for community listsDonatas Abraitis2019-11-261-23/+113
* *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-061-1/+1
* bgpd: Convert to network byte order before passing value to `community_del_val`Donatas Abraitis2019-07-251-0/+1
* bgpd: Validate large-community-list against UINT_MAXDonatas Abraitis2019-07-021-0/+31
* bgpd : Support for exact-match in match clause for lcommunityvishaldhingra2019-06-191-0/+26
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-2/+2
* bgpd : dynamic modification in lcomm-list is not taking effect.vishaldhingra2019-05-061-1/+5
* *: remove null check before XFREEQuentin Young2019-02-261-6/+3
* bgpd: Further refine hash lookup to store hash valueDonald Sharp2019-01-091-6/+17
* bgpd: Add a hash for quick lookup in community_list_lookupDonald Sharp2019-01-091-24/+68
* bgpd:Fixing the signature of community_free functionSri Mohana Singamsetty2018-10-231-2/+2
* bgpd: fix odd memory mgmt in clist strings fnQuentin Young2018-08-071-90/+19
* Update bgp_clist.cChristoffer Hansen2018-07-291-1/+1
* bgpd: Add missing bgp well-known communitiesChristoffer2018-07-291-47/+147
* bgpd: Cleanup of bgp daemon codePascal Mathis2018-07-071-7/+4
* bgpd, lib: null check (Coverity 1436344, 1451361)paco2018-06-201-1/+4
* bgpd: Improve JSON support for large communitiesPascal Mathis2018-05-131-8/+3
* bgpd: clean up clist management logicQuentin Young2018-04-171-15/+13
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-15/+15
* bgpd: Only build json for community when neededDonald Sharp2017-11-171-1/+1
* *: fix be32 reading / 24-bit left shiftDavid Lamparter2017-09-091-14/+5
* Merge pull request #1047 from dwalton76/bgpd-draft-ietf-grow-bgp-gshut-10Renato Westphal2017-09-051-0/+7
|\
| * bgpd: implement draft-ietf-grow-bgp-gshut-10Daniel Walton2017-08-251-0/+7
* | bgpd: Fixed pointer calculation issue in lcommunityNigel Kukard2017-09-021-2/+1
* | bgpd: Fixed incorrect large community pointer calculationNigel Kukard2017-09-011-2/+1
* | bgpd: Fixed incorrect calculation of pointer locationNigel Kukard2017-09-011-2/+1
* | bgpd: Cleaned up some commentsNigel Kukard2017-09-011-4/+2
* | bgpd: Fixed typo in the lc list type being matched onNigel Kukard2017-09-011-1/+1
|/
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-971/+895
* Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-11/+7
|\
| * bgpd: Cleanup some SADonald Sharp2017-05-151-11/+7
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+18
|/
* bgpd: Cleanup grabbag of coverity scan issues foundDonald Sharp2017-03-011-3/+7
* bgpd: support for router mac extended communityPhilippe Guibert2017-02-141-2/+2
* bgpd: lcommunity: fix whitespace & copyrightDavid Lamparter2017-01-251-22/+20
* Support for BGP Large CommunitiesJob Snijders2017-01-191-0/+312
* bgpd: don't leak memory in community_regexp_includeChristian Franke2016-10-211-3/+8
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-08-161-0/+1
* Should be able to "no" the full text of any config lineDaniel Walton2015-11-231-35/+24