summaryrefslogtreecommitdiff
path: root/bgpd/bgp_clist.c
AgeCommit message (Expand)Author
2024-12-02bgpd: bgp_clist.c does not need jhash.hDonald Sharp
2024-11-18bgpd: Optimize the way parsing communities if no community alias existsDonatas Abraitis
2024-10-30bgpd: Treat numbered community-list only if it's in a range 1-500Donatas Abraitis
2024-09-10bgpd: changes for code maintainabilitysri-mohan1
2024-05-24bgpd: Return success if lcomm/comm/extcomm name or entry is not foundPooja Jagadeesh Doijode
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-10-02bgpd: add 'match community-list any' functionPhilippe Guibert
2023-08-03bgpd: Remove deprecated COMMUNITY_INTERNET communityDonatas Abraitis
2023-07-31bgpd: add set extended-comm-list <> delete commandFarid Mihoub
2023-06-05bgpd: entry->any is never trueDonald Sharp
2023-06-01bgpd: community_list_set str is always non nullDonald Sharp
2023-02-17bgpd: Deprecate BGP `internet` communityDonatas Abraitis
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-08-24Revert "bgpd: Drop `internet` community check from community_list_match()"Donatas Abraitis
2022-08-16bgpd: Drop `internet` community check from community_list_match()Donatas Abraitis
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-04-09bgpd: Allow setting BGP [large]community in route-mapsDonatas Abraitis
2021-10-05bgpd: large community exact match fixPhilippe Guibert
2021-08-16Merge pull request #9369 from idryzhov/comm-alias-memleaksDonatas Abraitis
2021-08-16Merge pull request #9350 from ton31337/feature/autocomplete_for_community_listsIgor Ryzhov
2021-08-11bgpd: fix memory leaks in bgp_alias2community_strIgor Ryzhov
2021-08-10bgpd: Auto-complete for community listsDonatas Abraitis
2021-08-10bgpd: BGP extended [l]community-list regexp match must work with aliasesDonatas Abraitis
2021-05-04bgpd: BGP large community-list configuration with regex is failing.prerana
2021-01-21bgpd: Remove community_regexp_delete() functionDonatas Abraitis
2021-01-06bgpd: separate lcommunity validation from tokenizerWesley Coakley
2020-09-12bgpd: correct community-list replace logicDon Slice
2020-04-20*: manually remove some more sprintfQuentin Young
2020-04-16bgpd, lib: Use bool instead of uint8_t for community/prefix-list "any"Donatas Abraitis
2020-04-15bgpd: Validate all large communities if specified more per lineDonatas Abraitis
2020-03-23Merge pull request #6073 from donaldsharp/is_defaultSri Mohana Singamsetty
2020-03-23bgpd, lib: More `const`ification of various codeDonald Sharp
2020-03-19bgpd: Convert some community related functions to bool typeDonatas Abraitis
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-02-27bgpd: Cleanup set but unused variablesDonald Sharp
2019-11-26bgpd: Use sequence numbers for community listsDonatas Abraitis
2019-08-06*: fix ctype (isalpha & co.) castsDavid Lamparter
2019-07-25bgpd: Convert to network byte order before passing value to `community_del_val`Donatas Abraitis
2019-07-03bgpd: Validate large-community-list against UINT_MAXDonatas Abraitis
2019-06-19bgpd : Support for exact-match in match clause for lcommunityvishaldhingra
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-05-06bgpd : dynamic modification in lcomm-list is not taking effect.vishaldhingra
2019-02-25*: remove null check before XFREEQuentin Young
2019-01-08bgpd: Further refine hash lookup to store hash valueDonald Sharp
2019-01-08bgpd: Add a hash for quick lookup in community_list_lookupDonald Sharp
2018-10-23bgpd:Fixing the signature of community_free functionSri Mohana Singamsetty
2018-08-07bgpd: fix odd memory mgmt in clist strings fnQuentin Young
2018-07-29Update bgp_clist.cChristoffer Hansen
2018-07-29bgpd: Add missing bgp well-known communitiesChristoffer
2018-07-07bgpd: Cleanup of bgp daemon codePascal Mathis