index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_aspath.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-4
/
+2
|
\
|
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-4
/
+2
*
|
Merge pull request #3743 from NaveenThanikachalam/2990_New
Donald Sharp
2019-03-01
1
-2
/
+114
|
\
\
|
|
/
|
/
|
|
*
bgpd: Code to handle BGP aggregate's as-path.
Naveen Thanikachalam
2019-03-01
1
-2
/
+114
*
|
*: Rename backet to bucket
Tim Bray
2019-02-25
1
-4
/
+4
|
/
*
bgpd: fix as-path prepend heap uaf
Quentin Young
2019-01-29
1
-22
/
+33
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-13
/
+13
*
Merge pull request #2992 from opensourcerouting/large_as_path_fix
Donald Sharp
2018-09-24
1
-1
/
+1
|
\
|
*
bgpd: Fix for large AS paths which are split into segments
Martin Winter
2018-09-07
1
-1
/
+1
*
|
bgpd: BGP_[WARN|ERR] -> EC_BGP
Quentin Young
2018-09-13
1
-1
/
+1
*
|
*: style for flog_warn conversions
Quentin Young
2018-09-06
1
-3
/
+4
*
|
bgpd: Convert zlog_warn to flog_warn for bgp_aspath.c and bgp_attr.c
Donald Sharp
2018-09-06
1
-3
/
+4
|
/
*
*: ALLOC calls cannot fail
Donald Sharp
2018-08-11
1
-10
/
+5
*
bgpd: null check (Coverity 23106)
paco
2018-06-21
1
-1
/
+1
*
*: 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
-9
/
+11
*
bgpd: Only create json for aspath if needed
Donald Sharp
2017-11-17
1
-34
/
+46
*
bgpd: fix aspath parsing
Vincent JARDIN
2017-10-09
1
-1
/
+2
*
bgpd: Fix AS_PATH size calculation for long paths
Andreas Jaggi
2017-09-08
1
-1
/
+1
*
bgpd: Add various hash optimizations
Donald Sharp
2017-09-05
1
-1
/
+4
*
Revert "*: reindent pt. 2"
David Lamparter
2017-07-22
1
-12
/
+8
*
*: reindent pt. 2
whitespace / reindent
2017-07-17
1
-8
/
+12
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-1728
/
+1608
*
*: fix GCC 7 switch/case fallthrough warnings
David Lamparter
2017-07-14
1
-0
/
+1
*
*: ditch vty_outln(), part 1 of 2
David Lamparter
2017-07-13
1
-1
/
+1
*
*: update hash_create(), hash_create_size()
Quentin Young
2017-07-02
1
-1
/
+1
*
*: use vty_outln
Quentin Young
2017-06-29
1
-1
/
+1
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-19
/
+19
*
bgpd: remove unnecessary #include "vty.h"
Quentin Young
2017-03-02
1
-1
/
+0
*
Merge remote-tracking branch 'osr_private_quagga/queue/osr/vtysh-generic' int...
Quentin Young
2016-12-02
1
-1
/
+0
|
\
|
*
Merge branch 'vtysh-grammar'
David Lamparter
2016-11-28
1
-0
/
+1
|
|
\
|
*
|
lib: replace strlcpy & strlcat with glibc versions
David Lamparter
2016-11-15
1
-1
/
+0
*
|
|
bgpd: Make `ip` optional for all `show bgp` and `show ip bgp` commands
Quentin Young
2016-12-01
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'cmaster-next' into vtysh-grammar
Quentin Young
2016-10-21
1
-2
/
+25
|
\
|
|
*
bgpd: add 'neighbor x.x.x.x allowas-in origin' knob
Daniel Walton
2016-10-21
1
-2
/
+25
*
|
Merge branch 'cmaster-next' into vtysh-grammar
Quentin Young
2016-10-20
1
-3
/
+11
|
\
|
|
*
bgpd, lib: memory cleanups for valgrind, plus debug changes
Lou Berger
2016-10-18
1
-3
/
+11
*
|
bgpd: argv update for all but bgp_vty.c
Daniel Walton
2016-09-22
1
-0
/
+1
|
/
*
lib, bgpd, tests: Refactor FILTER_X in zebra.h
Donald Sharp
2016-08-16
1
-0
/
+1
*
*: use void * for printing pointers
David Lamparter
2016-05-30
1
-1
/
+1
*
Author: Timo Teräs <timo.teras@iki.fi>
Daniel Walton
2016-05-26
1
-24
/
+41
*
bgpd: Clean up some static analysis warnings
Donald Sharp
2016-05-19
1
-8
/
+3
*
BGP: Implement "neighbor x.x.x.x addpath-tx-bestpath-per-AS"
Daniel Walton
2015-11-06
1
-0
/
+9
*
Bgpd: aspath json memory leak fix
Donald Sharp
2015-09-03
1
-2
/
+5
*
Key changes:
Donald Sharp
2015-06-12
1
-1
/
+53
*
Here we have an unsual confederations config, "router bgp X" and
Donald Sharp
2015-06-12
1
-19
/
+35
*
AS_PATH comparison is broken if CONFED_AS_SEQ are present
Donald Sharp
2015-05-20
1
-4
/
+4
*
bgpd: bgpd-warnings.patch
Donald Sharp
2015-05-20
1
-1
/
+1
*
BGP: Add dynamic update group support
Donald Sharp
2015-05-20
1
-0
/
+1
[next]