]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Fix handling of 64-bit rte_src.private_id
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 17 Dec 2024 08:00:42 +0000 (09:00 +0100)
committerMaria Matejka <mq@ucw.cz>
Tue, 7 Jan 2025 19:40:17 +0000 (20:40 +0100)
commitd221f39731be40ed3821f8db09d590edb849cb0c
treedd8b18e5847f949b2a80b4ba704b32ac5cf039ce
parentfe5ca3fa7dfc3b720e7dedd68dbb891ba75ac157
Nest: Fix handling of 64-bit rte_src.private_id

The commit 21213be523baa7f2cbf0feaa617f265c55e9b17a expanded private_id
in route source to u64, but forgot to modify function arguments, so it
was still cropped at 32-bit, which may cause some collisions for L3VPN.
This patch fixes that.
nest/route.h
nest/rt-attr.c