index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_community.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Set NO_ADVERTISE community if blackhole community received
Donatas Abraitis
2021-01-21
1
-1
/
+1
*
bgpd: Validate community list if they are not malformed
Donatas Abraitis
2021-01-05
1
-5
/
+31
*
bgpd: Fix "malformed communities" for accept-own-nexthop
Appu Joseph
2020-05-29
1
-8
/
+8
*
bgpd: Check to ensure community attributes exist before freeing them
Josh Cox
2020-05-05
1
-0
/
+3
*
Merge pull request #6175 from ton31337/fix/avoid_same_type_typecasting
David Lamparter
2020-04-08
1
-1
/
+1
|
\
|
*
*: Do not cast to the same type
Donatas Abraitis
2020-04-08
1
-1
/
+1
*
|
bgpd: Use COMMUNITY_SIZE instead of just 4
Donatas Abraitis
2020-04-08
1
-10
/
+13
|
/
*
bgpd: Convert lots of int type functions to bool/void
Donatas Abraitis
2020-03-21
1
-10
/
+9
*
*: change hash_backet to hash_bucket
Donald Sharp
2020-02-28
1
-1
/
+1
*
Revert "*: change hash_backet to hash_bucket"
Jafar Al-Gharaibeh
2020-02-27
1
-1
/
+1
*
*: change hash_backet to hash_bucket
Donald Sharp
2020-02-27
1
-1
/
+1
*
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-1
/
+0
*
bgpd : route agg. with comm attr is consuming lot of cycles.
vdhingra
2019-09-24
1
-24
/
+65
*
*: fix ctype (isalpha & co.) casts
David Lamparter
2019-08-06
1
-4
/
+4
*
bgpd: use XCALLOC to allocate string buf
Quentin Young
2019-05-29
1
-1
/
+1
*
bgpd: fix pointer bug introduced in strlcat change
Quentin Young
2019-05-29
1
-20
/
+19
*
bgpd: remove strcpy, strcat
Quentin Young
2019-05-29
1
-31
/
+16
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-3
/
+3
*
Merge pull request #3869 from qlyoung/cocci-fixes
David Lamparter
2019-03-06
1
-6
/
+3
|
\
|
*
*: 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
*
|
bgpd: Code to handle BGP aggregate's communities.
Naveen Thanikachalam
2019-03-01
1
-0
/
+109
|
/
*
Merge branch 'master' of https://github.com/FRRouting/frr into community
Sri Mohana Singamsetty
2018-10-23
1
-6
/
+6
|
\
|
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-6
/
+6
*
|
bgpd:Fixing the signature of community_free function
Sri Mohana Singamsetty
2018-10-23
1
-15
/
+14
|
/
*
bgpd: Add missing bgp well-known communities
Christoffer
2018-07-29
1
-15
/
+246
*
bgpd: null check (Coverity 23201)
paco
2018-06-14
1
-4
/
+0
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-30
/
+29
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-16
/
+28
*
bgpd: Only build json for community when needed
Donald Sharp
2017-11-17
1
-23
/
+43
*
bgpd: Add various hash optimizations
Donald Sharp
2017-09-05
1
-13
/
+5
*
bgpd: implement draft-ietf-grow-bgp-gshut-10
Daniel Walton
2017-08-25
1
-0
/
+18
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-522
/
+470
*
*: 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
-18
/
+18
*
bgpd: argv update for all but bgp_vty.c
Daniel Walton
2016-09-22
1
-0
/
+1
*
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
David Lamparter
2016-09-19
1
-0
/
+1
*
quagga: "set community x:y" needs bounds checking
Daniel Walton
2016-04-14
1
-0
/
+14
*
Fixup of warnings in the code
Donald Sharp
2015-07-26
1
-1
/
+1
*
Use camelCase notation for all json keywords
Donald Sharp
2015-07-22
1
-3
/
+3
*
Key changes:
Donald Sharp
2015-06-12
1
-8
/
+40
*
set community delete stops as soon as it hits a community-list entry with a deny
Donald Sharp
2015-05-20
1
-1
/
+1
*
bgpd: memmove needed in community_del_val
John Glotzer
2014-08-18
1
-1
/
+1
*
bgpd: optimize loops on [e]community_hash_make()
Jorge Boncompte [DTI2]
2012-05-22
1
-8
/
+11
*
bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...
Paul Jakma
2011-03-21
1
-6
/
+7
*
[bgpd] Stability fixes including bugs 397, 492
Chris Caputo
2009-07-19
1
-0
/
+7
*
[BGP/cleanup] make community hash table static
Stephen Hemminger
2009-06-18
1
-1
/
+1
*
[cleanup] functions taking no args should be declared with void args
Stephen Hemminger
2009-06-12
1
-1
/
+1
*
[bgpd] 64-bit bugfix in community_del_val by Jeremy Jackson <jerj@coplanar.net>
Andrew J. Schorr
2009-05-29
1
-1
/
+1
*
[bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net>
Denis Ovsienko
2009-04-30
1
-1
/
+1
[next]