]> 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)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 17 Dec 2024 08:00:42 +0000 (09:00 +0100)
commit8d062e93120cbb94f8dbb3b73c1129d1848f6fca
tree9f9240eb35e356b60be3364456766e6af159ef95
parent7e65bb83c70f4351fef58f539c0b3300d3607f24
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