summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_aspath.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-3/+1
* bgpd: Free previously dup'ed aspath attribute for aggregate routesDonatas Abraitis2023-03-151-3/+7
* Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-211-39/+42
|\
| * bgpd: aspath list format binds on as-notation formatPhilippe Guibert2023-02-101-20/+34
| * lib, bgp: add initial support for asdot formatPhilippe Guibert2023-02-101-19/+8
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
|/
* bgpd: fix format string mess in AS-path printingDavid Lamparter2023-01-271-7/+3
* bgp: fix case where confederation id same as member-asFrancois Dumontet2022-11-251-0/+27
* bgpd: Do not check if the whole as-path has target ASN when using as-overrideDonatas Abraitis2022-07-291-22/+0
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-3/+0
* bgpd: Add `set as-path replace <any|ASN>` cmd for route-mapsDonatas Abraitis2022-04-251-0/+22
* *: Fix spelling of seperatorDonald Sharp2022-04-191-9/+9
* bgpd: Check for NULL inside aspath_unintern()Donatas Abraitis2022-02-091-1/+6
* bgpd: retain peer asn even with remove-private-ASTrey Aspelund2022-01-241-7/+14
* *: use compiler.h MIN/MAX macros instead of everyone having oneDonald Sharp2021-11-111-3/+1
* bgpd: Avoid more assignments within checks (round 2)Donatas Abraitis2021-06-291-1/+2
* bgpd: Do not check against aspath `seg` which is already checked beforeDonatas Abraitis2021-06-171-66/+59
* *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* 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