]> git.ipfire.org Git - thirdparty/bird.git/commit - sysdep/linux/netlink.c
Netlink: Allow RTA_VIA even without MPLS support
authorLuiz Amaral <email@luiz.eng.br>
Thu, 15 Jun 2023 13:01:50 +0000 (15:01 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 15 Jun 2023 14:07:36 +0000 (16:07 +0200)
commitf8bcb037b5b71a19209f1b63d52895c8c34c675b
tree655956d440ae6feacc49ad9eb8f3b76f828b1f4d
parent90f417604518cbaa6f5b8a833352d73c51e53e57
Netlink: Allow RTA_VIA even without MPLS support

It is necessary for IPv4 over IPv6 nexthop support on FreeBSD,
and RTA_VIA is not really related to MPLS.

It breaks build for some very old systems like Debian 8 and CentOS 7,
but we generally do not support older kernels than 4.14 LTS anyway.
sysdep/linux/netlink.c