summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_aspath.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Store aspath count after aspath has changedDonald Sharp2024-10-251-2/+35
* bgpd: fix "bgp as-pah access-list" with "set aspath exclude" set/unset issuesFrancois Dumontet2024-05-161-0/+47
* bgpd: Add some missing data to `show bgp attribute-info`Donald Sharp2024-03-141-1/+1
* bgpd:aspath leak fixryndia2023-11-141-1/+2
* build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-1/+1
* bgpd: Drop redundant assignment for aspath segment type and lengthDonatas Abraitis2023-10-051-2/+0
* bgpd: fix coverity issue on aspath_filter_exclude_aclFrancois Dumontet2023-09-201-3/+4
* bgpd: add set as-path exclude acl-list commandFrancois Dumontet2023-08-071-0/+40
* bgpd: add set as-path exclude acl-list commandFrancois Dumontet2023-07-191-0/+87
* bgpd: add 'set as-path exclude all' commandPhilippe Guibert2023-06-191-0/+18
* *: 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