summaryrefslogtreecommitdiff
path: root/bgpd/bgp_aspath.c
AgeCommit message (Expand)Author
2024-10-24bgpd: Store aspath count after aspath has changedDonald Sharp
2024-05-16bgpd: fix "bgp as-pah access-list" with "set aspath exclude" set/unset issuesFrancois Dumontet
2024-03-14bgpd: Add some missing data to `show bgp attribute-info`Donald Sharp
2023-11-14bgpd:aspath leak fixryndia
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-10-05bgpd: Drop redundant assignment for aspath segment type and lengthDonatas Abraitis
2023-09-20bgpd: fix coverity issue on aspath_filter_exclude_aclFrancois Dumontet
2023-08-07bgpd: add set as-path exclude acl-list commandFrancois Dumontet
2023-07-19bgpd: add set as-path exclude acl-list commandFrancois Dumontet
2023-06-19bgpd: add 'set as-path exclude all' commandPhilippe Guibert
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-03-15bgpd: Free previously dup'ed aspath attribute for aggregate routesDonatas Abraitis
2023-02-21Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White
2023-02-10bgpd: aspath list format binds on as-notation formatPhilippe Guibert
2023-02-10lib, bgp: add initial support for asdot formatPhilippe Guibert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-27bgpd: fix format string mess in AS-path printingDavid Lamparter
2022-11-25bgp: fix case where confederation id same as member-asFrancois Dumontet
2022-07-29bgpd: Do not check if the whole as-path has target ASN when using as-overrideDonatas Abraitis
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-04-25bgpd: Add `set as-path replace <any|ASN>` cmd for route-mapsDonatas Abraitis
2022-04-19*: Fix spelling of seperatorDonald Sharp
2022-02-09bgpd: Check for NULL inside aspath_unintern()Donatas Abraitis
2022-01-24bgpd: retain peer asn even with remove-private-ASTrey Aspelund
2021-11-11*: use compiler.h MIN/MAX macros instead of everyone having oneDonald Sharp
2021-06-29bgpd: Avoid more assignments within checks (round 2)Donatas Abraitis
2021-06-17bgpd: Do not check against aspath `seg` which is already checked beforeDonatas Abraitis
2020-07-14*: un-split strings across linesDavid Lamparter
2020-03-17Merge pull request #5954 from ton31337/feature/rfc7607Russ White
2020-03-17bgpd: Proscribe the use of AS 0 (zero)Donatas Abraitis
2020-03-12Merge pull request #5979 from ton31337/fix/convert_to_bool_some_functionsSri Mohana Singamsetty
2020-03-11*: Remove tests for some XFREE-family functionsDonatas Abraitis
2020-03-11bgpd: Convert type int functions to bool which return 0/1 onlyDonatas Abraitis
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-02-28*: change hash_backet to hash_bucketDonald Sharp
2020-02-27bgpd: Cleanup set but unused variablesDonald Sharp
2019-12-03Merge pull request #5305 from ton31337/feature/draft-ietf-idr-deprecate-as-se...Donald Sharp
2019-12-02*: generously apply constDavid Lamparter
2019-11-14bgpd: Reject routes having AS_SET or AS_CONFED_SETDonatas Abraitis
2019-10-09bgpd: AS paths are uint32_t instead of integersDonald Sharp
2019-09-24bgpd : route agg. with aspath attribute is consuming lot of cycles.vdhingra
2019-08-19*: Fix spelling errors pointed out by debian packagingDonald Sharp
2019-08-06*: fix ctype (isalpha & co.) castsDavid Lamparter
2019-07-29bgpd: stop removing and replacing private asn if it matches the peerDon Slice
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-03-06Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter
2019-03-01Merge pull request #3743 from NaveenThanikachalam/2990_NewDonald Sharp
2019-02-28bgpd: Code to handle BGP aggregate's as-path.Naveen Thanikachalam
2019-02-25*: remove null check before XFREEQuentin Young