index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_clist.c
Age
Commit message (
Expand
)
Author
2024-12-02
bgpd: bgp_clist.c does not need jhash.h
Donald Sharp
2024-11-18
bgpd: Optimize the way parsing communities if no community alias exists
Donatas Abraitis
2024-10-30
bgpd: Treat numbered community-list only if it's in a range 1-500
Donatas Abraitis
2024-09-10
bgpd: changes for code maintainability
sri-mohan1
2024-05-24
bgpd: Return success if lcomm/comm/extcomm name or entry is not found
Pooja Jagadeesh Doijode
2023-10-12
build: add -Wimplicit-fallthrough
Igor Ryzhov
2023-10-02
bgpd: add 'match community-list any' function
Philippe Guibert
2023-08-03
bgpd: Remove deprecated COMMUNITY_INTERNET community
Donatas Abraitis
2023-07-31
bgpd: add set extended-comm-list <> delete command
Farid Mihoub
2023-06-05
bgpd: entry->any is never true
Donald Sharp
2023-06-01
bgpd: community_list_set str is always non null
Donald Sharp
2023-02-17
bgpd: Deprecate BGP `internet` community
Donatas Abraitis
2023-02-09
*: auto-convert to SPDX License IDs
David Lamparter
2022-08-24
Revert "bgpd: Drop `internet` community check from community_list_match()"
Donatas Abraitis
2022-08-16
bgpd: 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-09
bgpd: Allow setting BGP [large]community in route-maps
Donatas Abraitis
2021-10-05
bgpd: large community exact match fix
Philippe Guibert
2021-08-16
Merge pull request #9369 from idryzhov/comm-alias-memleaks
Donatas Abraitis
2021-08-16
Merge pull request #9350 from ton31337/feature/autocomplete_for_community_lists
Igor Ryzhov
2021-08-11
bgpd: fix memory leaks in bgp_alias2community_str
Igor Ryzhov
2021-08-10
bgpd: Auto-complete for community lists
Donatas Abraitis
2021-08-10
bgpd: BGP extended [l]community-list regexp match must work with aliases
Donatas Abraitis
2021-05-04
bgpd: BGP large community-list configuration with regex is failing.
prerana
2021-01-21
bgpd: Remove community_regexp_delete() function
Donatas Abraitis
2021-01-06
bgpd: separate lcommunity validation from tokenizer
Wesley Coakley
2020-09-12
bgpd: correct community-list replace logic
Don Slice
2020-04-20
*: manually remove some more sprintf
Quentin Young
2020-04-16
bgpd, lib: Use bool instead of uint8_t for community/prefix-list "any"
Donatas Abraitis
2020-04-15
bgpd: Validate all large communities if specified more per line
Donatas Abraitis
2020-03-23
Merge pull request #6073 from donaldsharp/is_default
Sri Mohana Singamsetty
2020-03-23
bgpd, lib: More `const`ification of various code
Donald Sharp
2020-03-19
bgpd: Convert some community related functions to bool type
Donatas Abraitis
2020-03-08
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-02-27
bgpd: Cleanup set but unused variables
Donald Sharp
2019-11-26
bgpd: Use sequence numbers for community lists
Donatas Abraitis
2019-08-06
*: fix ctype (isalpha & co.) casts
David Lamparter
2019-07-25
bgpd: Convert to network byte order before passing value to `community_del_val`
Donatas Abraitis
2019-07-03
bgpd: Validate large-community-list against UINT_MAX
Donatas Abraitis
2019-06-19
bgpd : Support for exact-match in match clause for lcommunity
vishaldhingra
2019-05-14
lib: hashing functions should take const arguments
Quentin Young
2019-05-06
bgpd : dynamic modification in lcomm-list is not taking effect.
vishaldhingra
2019-02-25
*: remove null check before XFREE
Quentin Young
2019-01-08
bgpd: Further refine hash lookup to store hash value
Donald Sharp
2019-01-08
bgpd: Add a hash for quick lookup in community_list_lookup
Donald Sharp
2018-10-23
bgpd:Fixing the signature of community_free function
Sri Mohana Singamsetty
2018-08-07
bgpd: fix odd memory mgmt in clist strings fn
Quentin Young
2018-07-29
Update bgp_clist.c
Christoffer Hansen
2018-07-29
bgpd: Add missing bgp well-known communities
Christoffer
2018-07-07
bgpd: Cleanup of bgp daemon code
Pascal Mathis
[next]