index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_lcommunity.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Standard large-communities CLI does not return error when it's configur...
Naveen Thanikachalam
2019-08-11
1
-2
/
+4
*
*: fix ctype (isalpha & co.) casts
David Lamparter
2019-08-06
1
-3
/
+3
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-1
/
+1
*
Merge pull request #3869 from qlyoung/cocci-fixes
David Lamparter
2019-03-06
1
-10
/
+7
|
\
|
*
*: remove casts of XMALLOC / XCALLOC
Quentin Young
2019-02-26
1
-2
/
+1
|
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-4
/
+2
|
*
*: return bool from boolean functions
Quentin Young
2019-02-26
1
-2
/
+2
|
*
*: use proper bool initializers & fix comparisons
Quentin Young
2019-02-26
1
-2
/
+2
*
|
bgpd: Code to handle BGP aggregate's l-communities.
Naveen Thanikachalam
2019-03-01
1
-0
/
+109
|
/
*
Merge branch 'pull/3197'
David Lamparter
2018-10-23
1
-1
/
+1
|
\
|
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-1
/
+1
*
|
bgpd: handle NULL pointers in lcommunity_cmp()
Renato Westphal
2018-10-20
1
-0
/
+6
|
/
*
bgpd: Cleanup of bgp daemon code
Pascal Mathis
2018-07-07
1
-1
/
+0
*
bgpd: Improve JSON support for large communities
Pascal Mathis
2018-05-13
1
-64
/
+90
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-10
/
+10
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-14
/
+10
*
*: fix be32 reading / 24-bit left shift
David Lamparter
2017-09-09
1
-14
/
+5
*
bgpd: Add various hash optimizations
Donald Sharp
2017-09-05
1
-20
/
+5
*
bgpd: Fixed incorrect MTYPE being used for large communites
Nigel Kukard
2017-09-03
1
-2
/
+2
*
bgpd: Use lcommunity_new() to allocate new lcommunity
Nigel Kukard
2017-09-01
1
-1
/
+1
*
bgpd: Fixed pointer arithmatic miscalculation
Nigel Kukard
2017-09-01
1
-2
/
+1
*
bgpd: Cleaned up the lcom->size * LCOMMUNITY_SIZE with lcom_length()
Nigel Kukard
2017-09-01
1
-9
/
+7
*
bgpd: The large community size is easier to read if its using the constant
Nigel Kukard
2017-09-01
1
-2
/
+2
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-410
/
+380
*
*: update hash_create(), hash_create_size()
Quentin Young
2017-07-02
1
-1
/
+1
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-2
/
+2
*
bgpd: lcommunity: fix whitespace & copyright
David Lamparter
2017-01-25
1
-19
/
+18
*
bgpd: Add ability to clean lcommunity hash
Donald Sharp
2017-01-25
1
-0
/
+7
*
Support for BGP Large Communities
Job Snijders
2017-01-19
1
-0
/
+563