index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_clist.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: add -Wimplicit-fallthrough
Igor Ryzhov
2023-10-12
1
-0
/
+1
*
bgpd: add 'match community-list any' function
Philippe Guibert
2023-10-02
1
-0
/
+43
*
bgpd: Remove deprecated COMMUNITY_INTERNET community
Donatas Abraitis
2023-08-03
1
-18
/
+2
*
bgpd: add set extended-comm-list <> delete command
Farid Mihoub
2023-07-31
1
-0
/
+38
*
bgpd: entry->any is never true
Donald Sharp
2023-06-05
1
-54
/
+13
*
bgpd: community_list_set str is always non null
Donald Sharp
2023-06-01
1
-8
/
+6
*
bgpd: Deprecate BGP `internet` community
Donatas Abraitis
2023-02-17
1
-0
/
+4
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
Revert "bgpd: Drop `internet` community check from community_list_match()"
Donatas Abraitis
2022-08-24
1
-0
/
+3
*
bgpd: Drop `internet` community check from community_list_match()
Donatas Abraitis
2022-08-16
1
-3
/
+0
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-1
/
+1
*
bgpd: Allow setting BGP [large]community in route-maps
Donatas Abraitis
2022-04-09
1
-2
/
+2
*
bgpd: large community exact match fix
Philippe Guibert
2021-10-05
1
-1
/
+1
*
Merge pull request #9369 from idryzhov/comm-alias-memleaks
Donatas Abraitis
2021-08-16
1
-8
/
+16
|
\
|
*
bgpd: fix memory leaks in bgp_alias2community_str
Igor Ryzhov
2021-08-11
1
-8
/
+16
*
|
Merge pull request #9350 from ton31337/feature/autocomplete_for_community_lists
Igor Ryzhov
2021-08-16
1
-0
/
+64
|
\
\
|
|
/
|
/
|
|
*
bgpd: Auto-complete for community lists
Donatas Abraitis
2021-08-10
1
-0
/
+64
*
|
bgpd: BGP extended [l]community-list regexp match must work with aliases
Donatas Abraitis
2021-08-10
1
-2
/
+3
|
/
*
bgpd: BGP large community-list configuration with regex is failing.
prerana
2021-05-04
1
-3
/
+0
*
bgpd: Remove community_regexp_delete() function
Donatas Abraitis
2021-01-21
1
-80
/
+0
*
bgpd: separate lcommunity validation from tokenizer
Wesley Coakley
2021-01-06
1
-9
/
+30
*
bgpd: correct community-list replace logic
Don Slice
2020-09-12
1
-5
/
+31
*
*: manually remove some more sprintf
Quentin Young
2020-04-21
1
-6
/
+2
*
bgpd, lib: Use bool instead of uint8_t for community/prefix-list "any"
Donatas Abraitis
2020-04-16
1
-3
/
+3
*
bgpd: Validate all large communities if specified more per line
Donatas Abraitis
2020-04-15
1
-14
/
+22
*
Merge pull request #6073 from donaldsharp/is_default
Sri Mohana Singamsetty
2020-03-23
1
-1
/
+1
|
\
|
*
bgpd, lib: More `const`ification of various code
Donald Sharp
2020-03-23
1
-1
/
+1
*
|
bgpd: Convert some community related functions to bool type
Donatas Abraitis
2020-03-19
1
-75
/
+59
|
/
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-1
/
+1
*
bgpd: Cleanup set but unused variables
Donald Sharp
2020-02-27
1
-1
/
+1
*
bgpd: Use sequence numbers for community lists
Donatas Abraitis
2019-11-26
1
-23
/
+113
*
*: fix ctype (isalpha & co.) casts
David Lamparter
2019-08-06
1
-1
/
+1
*
bgpd: Convert to network byte order before passing value to `community_del_val`
Donatas Abraitis
2019-07-25
1
-0
/
+1
*
bgpd: Validate large-community-list against UINT_MAX
Donatas Abraitis
2019-07-02
1
-0
/
+31
*
bgpd : Support for exact-match in match clause for lcommunity
vishaldhingra
2019-06-19
1
-0
/
+26
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-2
/
+2
*
bgpd : dynamic modification in lcomm-list is not taking effect.
vishaldhingra
2019-05-06
1
-1
/
+5
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-6
/
+3
*
bgpd: Further refine hash lookup to store hash value
Donald Sharp
2019-01-09
1
-6
/
+17
*
bgpd: Add a hash for quick lookup in community_list_lookup
Donald Sharp
2019-01-09
1
-24
/
+68
*
bgpd:Fixing the signature of community_free function
Sri Mohana Singamsetty
2018-10-23
1
-2
/
+2
*
bgpd: fix odd memory mgmt in clist strings fn
Quentin Young
2018-08-07
1
-90
/
+19
*
Update bgp_clist.c
Christoffer Hansen
2018-07-29
1
-1
/
+1
*
bgpd: Add missing bgp well-known communities
Christoffer
2018-07-29
1
-47
/
+147
*
bgpd: Cleanup of bgp daemon code
Pascal Mathis
2018-07-07
1
-7
/
+4
*
bgpd, lib: null check (Coverity 1436344, 1451361)
paco
2018-06-20
1
-1
/
+4
*
bgpd: Improve JSON support for large communities
Pascal Mathis
2018-05-13
1
-8
/
+3
*
bgpd: clean up clist management logic
Quentin Young
2018-04-17
1
-15
/
+13
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-15
/
+15
*
bgpd: Only build json for community when needed
Donald Sharp
2017-11-17
1
-1
/
+1
[next]