summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_attr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: fix aggregate route displayChirag Shah2023-05-191-3/+15
* bgpd: Make sure AIGP attribute is non-transitiveDonatas Abraitis2023-05-081-2/+2
* bgpd: Ensure stream received has enough dataDonald Sharp2023-03-291-54/+25
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-21/+8
* Merge pull request #12890 from pguibert6WIND/attr_cleaning_miscRuss White2023-03-071-44/+44
|\
| * bgpd: apply clang style changes to bgp_attrPhilippe Guibert2023-02-241-44/+44
* | bgpd: Avoid double aspath_dup() for confederation when remote-as != AS_SPECIFIEDDonatas Abraitis2023-02-241-1/+0
|/
* bgpd: Pass global ASN for confederation peers if not AS_SPECIFIEDDonatas Abraitis2023-02-211-2/+24
* Merge pull request #12795 from pguibert6WIND/vpnv6_nexthop_encodingRuss White2023-02-211-11/+9
|\
| * bgpd: factorise ipv6 vpn nexthop encodingPhilippe Guibert2023-02-151-11/+9
* | Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-211-8/+16
|\ \
| * | bgpd: fix dereference of null pointer in bgp_attr_aspathPhilippe Guibert2023-02-101-1/+2
| * | bgpd: aspath list format binds on as-notation formatPhilippe Guibert2023-02-101-7/+14
* | | Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\ \ \ | |_|/ |/| |
| * | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
| |/
* / bgpd: Add `neighbor path-attribute treat-as-withdraw` commandDonatas Abraitis2023-02-011-67/+105
|/
* bgpd: Add missing `no` form for `neighbor path-attribute discard` cmdDonatas Abraitis2023-01-221-5/+16
* bgpd: fix vpnv6 nexthop encodingPhilippe Guibert2023-01-201-2/+2
* bgpd: Add `neighbor path-attribute discard` commandDonatas Abraitis2023-01-141-0/+184
* Revert "Merge pull request #11127 from louis-6wind/bgp-leak"Donald Sharp2023-01-131-57/+44
* bgpd: Drop deprecated BGP_ATTR_AS_PATHLIMIT path attributeDonatas Abraitis2023-01-061-1/+0
* Merge pull request #11127 from louis-6wind/bgp-leakRuss White2022-12-271-44/+57
|\
| * bgpd: fix attrhash_cmp() clang-formatLouis Scalbert2022-12-161-45/+45
| * bgpd: update route leaking when a VRF loopback is receivedLouis Scalbert2022-12-161-0/+12
| * bgpd: fix prefix VRF leaking with 'network import-check' (4/5)Louis Scalbert2022-12-161-0/+1
* | bgpd: Check if bgp_path_info is not NULL when setting AIGP metric TLVDonatas Abraitis2022-12-201-1/+1
* | bgpd: Convert bgp_packet_mpattr_prefix to use an enum for safi'sDonald Sharp2022-12-161-8/+28
* | bgpd: make bgp_packet_mpattr_start more prescriptive when using enum'sDonald Sharp2022-12-161-3/+13
* | bgpd: Convert bgp_packet_mpattr_prefix_size to use an enumDonald Sharp2022-12-161-6/+30
|/
* bgpd: Add support for flowspec prefixes in bgp_packet_mpattr_prefix_sizeStephane Poignant2022-12-151-0/+2
* bgpd: Fix crash for `show bgp attribute-info`Donatas Abraitis2022-12-111-3/+7
* bgpd: Fix 2 read beyond end of streams in bgp srv6 packet processingDonald Sharp2022-12-051-0/+23
* bgpd: inet_ntop() adjustmentsDonatas Abraitis2022-11-291-26/+14
* Merge pull request #12309 from proelbtn/bgpd-fix-mpls-vpn-advertisementRuss White2022-11-171-7/+6
|\
| * bgpd: fix invalid ipv4-vpn nexthop for IPv6 peerRyoga Saito2022-11-171-7/+6
* | Merge pull request #12219 from cscarpitta/feature/srv6-usid-behavior-supportDonatas Abraitis2022-11-141-1/+3
|\ \ | |/ |/|
| * bgpd: Use SRv6 codepoints in the BGP AdvertisementCarmine Scarpitta2022-11-081-1/+3
* | bgpd: Implement Accumulated IGP Metric Attribute for BGPDonatas Abraitis2022-10-261-2/+185
|/
* bgpd: Use route_map_result_t for route_map_apply() as return typeDonatas Abraitis2022-09-201-1/+1
* bgpd: Treat as withdraw if we receive as path with AS_SET / AS_CONFED_SETDonatas Abraitis2022-08-151-0/+26
* bgpd: OTC attribute should be treated as withdrawalDonatas Abraitis2022-07-141-0/+6
* bgpd: Reuse ipv4_martian() when validating BGP next-hopDonatas Abraitis2022-07-011-5/+1
* Merge pull request #11093 from donaldsharp/allow_martiansLou Berger2022-06-281-1/+2
|\
| * bgpd: Add `bgp allow-martian-nexthop` commandDonald Sharp2022-06-241-1/+2
* | Merge pull request #11426 from error2407/open_policyDonatas Abraitis2022-06-271-1/+46
|\ \ | |/ |/|
| * bgpd: Add RFC9234 implementationEugene Bogomazov2022-06-171-1/+46
* | bgpd: Drop duplicate label assignmentDonatas Abraitis2022-06-211-2/+0
|/
* Merge pull request #11344 from opensourcerouting/feature/wrap_ipv4_unicast_validRuss White2022-06-141-3/+3
|\
| * bgpd: Wrap IPV4_CLASS_DE into ipv4_unicast_valid() helperDonatas Abraitis2022-06-131-3/+3
* | bgpd: Initialize attr->local_pref to the configured default valueDonatas Abraitis2022-06-061-1/+3
|/