index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_attr.c
Age
Commit message (
Expand
)
Author
2024-10-15
bgpd: fix route selection with AIGP
Enke Chen
2024-07-31
bgpd: Check the actual remaining stream length before taking TLV value
Donatas Abraitis
2024-06-25
bgpd: Check if we have real stream data for tunnel encapsulation sub-tlvs
Donatas Abraitis
2024-06-25
bgpd: Adjust the length of tunnel encap sub-tlv by sub-tlv type
Donatas Abraitis
2024-05-07
bgpd: Ignore validating the attribute flags if path-attribute is configured
Donatas Abraitis
2024-04-02
bgpd: Prevent from one more CVE triggering this place
Donatas Abraitis
2024-04-02
bgpd: Fix error handling when receiving BGP Prefix SID attribute
Donatas Abraitis
2023-11-05
bgpd: Ignore handling NLRIs if we received MP_UNREACH_NLRI
Donatas Abraitis
2023-11-05
bgpd: Treat EOR as withdrawn to avoid unwanted handling of malformed attrs
Donatas Abraitis
2023-10-25
bgpd: Check mandatory attributes more carefully for UPDATE message
Donatas Abraitis
2023-10-25
bgpd: Handle MP_REACH_NLRI malformed packets with session reset
Donatas Abraitis
2023-10-11
Revert "lib: register bgp link-state afi/safi"
Donald Sharp
2023-10-11
Revert "bgpd: send bgp link-state prefixes"
Donald Sharp
2023-10-11
Revert "bgpd: store and send bgp link-state attributes"
Donald Sharp
2023-10-11
Revert "bgpd: do not check attr in bgp_packet_attribute"
Donald Sharp
2023-10-11
Revert "bgpd: fix link_state_hash_cmp()"
Donald Sharp
2023-09-28
bgpd: fix link_state_hash_cmp()
Louis Scalbert
2023-09-28
bgpd: do not check attr in bgp_packet_attribute
Louis Scalbert
2023-09-18
bgpd: store and send bgp link-state attributes
Louis Scalbert
2023-09-18
bgpd: send bgp link-state prefixes
Louis Scalbert
2023-09-18
lib: register bgp link-state afi/safi
Louis Scalbert
2023-09-12
Merge pull request #14399 from opensourcerouting/fix/bgpd_handle_BGP_MAX_ATTR
Jafar Al-Gharaibeh
2023-09-12
bgpd: BGP_ATTR_MAX can be 255, allow using it for path attr discard/withdraw ...
Donatas Abraitis
2023-09-09
bgpd: bgp_notify_send use peer_connection instead of peer
Donald Sharp
2023-09-01
bgpd: Treat as4-path (17) attribute as withdraw if malformed
Donatas Abraitis
2023-09-01
bgpd: Treat PMSI tunnel attribute as withdrawn if malformed
Donatas Abraitis
2023-08-29
bgpd: Use treat-as-withdraw for tunnel encapsulation attribute
Donatas Abraitis
2023-08-24
Merge pull request #14232 from opensourcerouting/fix/aigp_validation_bytes
Donald Sharp
2023-08-20
bgpd: Make sure we have enough data to read two bytes when validating AIGP
Donatas Abraitis
2023-08-16
bgpd: Treat-as-withdraw attribute if remaining data is not enough
Donatas Abraitis
2023-08-12
bgpd: Fix update message error handling for multiple same attributes
Samanvitha B Bhargav
2023-08-12
bgpd: Fix update message error handling for total attribute length
Samanvitha B Bhargav
2023-08-03
bgpd: Handle srv6 attributes the same way as others using setters/getters
Donatas Abraitis
2023-08-03
bgpd: Handle encap attributes the same way as others using setters/getters
Donatas Abraitis
2023-08-03
bgpd: Handle transit attributes the same way as others using setters/getters
Donatas Abraitis
2023-08-03
bgpd: Handle cluster attribute the same way as others using setters/getters
Donatas Abraitis
2023-08-02
Merge pull request #14129 from samanvithab/bgpd_frr_fix
Donald Sharp
2023-08-01
bgpd: Fix session reset issue caused by malformed core attributes
Samanvitha B Bhargav
2023-07-11
Merge pull request #13948 from opensourcerouting/fix/bgpd_rfc7606_adjustments
Russ White
2023-07-10
bgpd: Get 1 or 2 octets for Sub-TLV length (Tunnel Encap attr)
Donatas Abraitis
2023-07-07
bgpd: Check if cluster list attribute is not received via eBGP session
Donatas Abraitis
2023-07-07
bgpd: Check if originator-id attribute is not received via eBGP session
Donatas Abraitis
2023-06-27
Merge pull request #13722 from fdumontet6WIND/color_extcomm
Donatas Abraitis
2023-06-26
bgpd: add functions related to srte_color management
Francois Dumontet
2023-06-20
Merge pull request #12971 from taspelund/trey/mac_vrf_soo_upstream
Russ White
2023-05-30
bgpd: fix bgpd core when unintern attr
Yuan Yuan
2023-05-30
bgpd: add EVPN reimport handler for martian change
Trey Aspelund
2023-05-19
bgpd: fix aggregate route display
Chirag Shah
2023-05-08
bgpd: Make sure AIGP attribute is non-transitive
Donatas Abraitis
2023-03-29
bgpd: Ensure stream received has enough data
Donald Sharp
[next]