summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_clist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "bgpd: Drop `internet` community check from community_list_match()"Donatas Abraitis2022-08-241-0/+3
* bgpd: Drop `internet` community check from community_list_match()Donatas Abraitis2022-08-161-3/+0
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-1/+1
* bgpd: Allow setting BGP [large]community in route-mapsDonatas Abraitis2022-04-091-2/+2
* bgpd: large community exact match fixPhilippe Guibert2021-10-051-1/+1
* Merge pull request #9369 from idryzhov/comm-alias-memleaksDonatas Abraitis2021-08-161-8/+16
|\
| * bgpd: fix memory leaks in bgp_alias2community_strIgor Ryzhov2021-08-111-8/+16
* | Merge pull request #9350 from ton31337/feature/autocomplete_for_community_listsIgor Ryzhov2021-08-161-0/+64
|\ \ | |/ |/|
| * bgpd: Auto-complete for community listsDonatas Abraitis2021-08-101-0/+64
* | bgpd: BGP extended [l]community-list regexp match must work with aliasesDonatas Abraitis2021-08-101-2/+3
|/
* bgpd: BGP large community-list configuration with regex is failing.prerana2021-05-041-3/+0
* 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
|/