]> git.ipfire.org Git - thirdparty/bird.git/commit
Kernel: Do not use route replace when krt_metric differs
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 30 May 2024 14:12:15 +0000 (16:12 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 30 May 2024 14:12:15 +0000 (16:12 +0200)
commit00b139bd25c77b401d2065283cb970d9d8c1aa02
treeb5e2cd308eeb9bb94ad68b602cea37a5efba28b2
parenta5b4c21d8138bb533b02a60973b1ff4feedae456
Kernel: Do not use route replace when krt_metric differs

The krt_metric is a part of the primary key, so it cannot differ for
route replace operation.

Thanks to Leif Jakob for the bugreport.
sysdep/linux/netlink.c