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
*
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
*
*: fix be32 reading / 24-bit left shift
David Lamparter
2017-09-09
1
-14
/
+5
*
Merge pull request #1047 from dwalton76/bgpd-draft-ietf-grow-bgp-gshut-10
Renato Westphal
2017-09-05
1
-0
/
+7
|
\
|
*
bgpd: implement draft-ietf-grow-bgp-gshut-10
Daniel Walton
2017-08-25
1
-0
/
+7
*
|
bgpd: Fixed pointer calculation issue in lcommunity
Nigel Kukard
2017-09-02
1
-2
/
+1
*
|
bgpd: Fixed incorrect large community pointer calculation
Nigel Kukard
2017-09-01
1
-2
/
+1
*
|
bgpd: Fixed incorrect calculation of pointer location
Nigel Kukard
2017-09-01
1
-2
/
+1
*
|
bgpd: Cleaned up some comments
Nigel Kukard
2017-09-01
1
-4
/
+2
*
|
bgpd: Fixed typo in the lc list type being matched on
Nigel Kukard
2017-09-01
1
-1
/
+1
|
/
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-971
/
+895
*
Merge pull request #537 from donaldsharp/vrf_stuff
David Lamparter
2017-05-17
1
-11
/
+7
|
\
|
*
bgpd: Cleanup some SA
Donald Sharp
2017-05-15
1
-11
/
+7
*
|
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-18
/
+18
|
/
*
bgpd: Cleanup grabbag of coverity scan issues found
Donald Sharp
2017-03-01
1
-3
/
+7
*
bgpd: support for router mac extended community
Philippe Guibert
2017-02-14
1
-2
/
+2
*
bgpd: lcommunity: fix whitespace & copyright
David Lamparter
2017-01-25
1
-22
/
+20
*
Support for BGP Large Communities
Job Snijders
2017-01-19
1
-0
/
+312
*
bgpd: don't leak memory in community_regexp_include
Christian Franke
2016-10-21
1
-3
/
+8
*
lib, bgpd, tests: Refactor FILTER_X in zebra.h
Donald Sharp
2016-08-16
1
-0
/
+1
*
Should be able to "no" the full text of any config line
Daniel Walton
2015-11-23
1
-35
/
+24
[next]