summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_aspath.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-3/+3
* Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter2019-03-061-4/+2
|\
| * *: remove null check before XFREEQuentin Young2019-02-261-4/+2
* | Merge pull request #3743 from NaveenThanikachalam/2990_NewDonald Sharp2019-03-011-2/+114
|\ \ | |/ |/|
| * bgpd: Code to handle BGP aggregate's as-path.Naveen Thanikachalam2019-03-011-2/+114
* | *: Rename backet to bucketTim Bray2019-02-251-4/+4
|/
* bgpd: fix as-path prepend heap uafQuentin Young2019-01-291-22/+33
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-13/+13
* Merge pull request #2992 from opensourcerouting/large_as_path_fixDonald Sharp2018-09-241-1/+1
|\
| * bgpd: Fix for large AS paths which are split into segmentsMartin Winter2018-09-071-1/+1
* | bgpd: BGP_[WARN|ERR] -> EC_BGPQuentin Young2018-09-131-1/+1
* | *: style for flog_warn conversionsQuentin Young2018-09-061-3/+4
* | bgpd: Convert zlog_warn to flog_warn for bgp_aspath.c and bgp_attr.cDonald Sharp2018-09-061-3/+4
|/
* *: ALLOC calls cannot failDonald Sharp2018-08-111-10/+5
* bgpd: null check (Coverity 23106)paco2018-06-211-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-10/+10
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-9/+11
* bgpd: Only create json for aspath if neededDonald Sharp2017-11-171-34/+46
* bgpd: fix aspath parsingVincent JARDIN2017-10-091-1/+2
* bgpd: Fix AS_PATH size calculation for long pathsAndreas Jaggi2017-09-081-1/+1
* bgpd: Add various hash optimizationsDonald Sharp2017-09-051-1/+4
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-12/+8
* *: reindent pt. 2whitespace / reindent2017-07-171-8/+12
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1728/+1608
* *: fix GCC 7 switch/case fallthrough warningsDavid Lamparter2017-07-141-0/+1
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-1/+1
* *: update hash_create(), hash_create_size()Quentin Young2017-07-021-1/+1
* *: use vty_outlnQuentin Young2017-06-291-1/+1
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-19/+19
* bgpd: remove unnecessary #include "vty.h"Quentin Young2017-03-021-1/+0
* Merge remote-tracking branch 'osr_private_quagga/queue/osr/vtysh-generic' int...Quentin Young2016-12-021-1/+0
|\
| * Merge branch 'vtysh-grammar'David Lamparter2016-11-281-0/+1
| |\
| * | lib: replace strlcpy & strlcat with glibc versionsDavid Lamparter2016-11-151-1/+0
* | | bgpd: Make `ip` optional for all `show bgp` and `show ip bgp` commandsQuentin Young2016-12-011-1/+1
| |/ |/|
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-211-2/+25
|\|
| * bgpd: add 'neighbor x.x.x.x allowas-in origin' knobDaniel Walton2016-10-211-2/+25
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-201-3/+11
|\|
| * bgpd, lib: memory cleanups for valgrind, plus debug changesLou Berger2016-10-181-3/+11
* | bgpd: argv update for all but bgp_vty.cDaniel Walton2016-09-221-0/+1
|/
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-08-161-0/+1
* *: use void * for printing pointersDavid Lamparter2016-05-301-1/+1
* Author: Timo Teräs <timo.teras@iki.fi>Daniel Walton2016-05-261-24/+41
* bgpd: Clean up some static analysis warningsDonald Sharp2016-05-191-8/+3
* BGP: Implement "neighbor x.x.x.x addpath-tx-bestpath-per-AS"Daniel Walton2015-11-061-0/+9
* Bgpd: aspath json memory leak fixDonald Sharp2015-09-031-2/+5
* Key changes:Donald Sharp2015-06-121-1/+53
* Here we have an unsual confederations config, "router bgp X" andDonald Sharp2015-06-121-19/+35
* AS_PATH comparison is broken if CONFED_AS_SEQ are presentDonald Sharp2015-05-201-4/+4
* bgpd: bgpd-warnings.patchDonald Sharp2015-05-201-1/+1
* BGP: Add dynamic update group supportDonald Sharp2015-05-201-0/+1