summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_aspath.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5954 from ton31337/feature/rfc7607Russ White2020-03-171-0/+16
|\
| * bgpd: Proscribe the use of AS 0 (zero)Donatas Abraitis2020-03-171-0/+16
* | Merge pull request #5979 from ton31337/fix/convert_to_bool_some_functionsSri Mohana Singamsetty2020-03-121-29/+29
|\ \
| * | bgpd: Convert type int functions to bool which return 0/1 onlyDonatas Abraitis2020-03-111-29/+29
| |/
* / *: Remove tests for some XFREE-family functionsDonatas Abraitis2020-03-111-2/+1
|/
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-3/+3
* *: change hash_backet to hash_bucketDonald Sharp2020-02-281-1/+1
* bgpd: Cleanup set but unused variablesDonald Sharp2020-02-271-1/+1
* Merge pull request #5305 from ton31337/feature/draft-ietf-idr-deprecate-as-se...Donald Sharp2019-12-041-0/+13
|\
| * bgpd: Reject routes having AS_SET or AS_CONFED_SETDonatas Abraitis2019-11-141-0/+13
* | *: generously apply constDavid Lamparter2019-12-021-2/+4
|/
* bgpd: AS paths are uint32_t instead of integersDonald Sharp2019-10-091-1/+1
* bgpd : route agg. with aspath attribute is consuming lot of cycles.vdhingra2019-09-241-21/+62
* *: Fix spelling errors pointed out by debian packagingDonald Sharp2019-08-191-1/+1
* *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-061-3/+3
* bgpd: stop removing and replacing private asn if it matches the peerDon Slice2019-07-291-13/+10
* 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
| |/ |/|