forked from Lainports/freebsd-ports
- Port was updated to the most recent version. - Extra patches for fixing netlink headers were prepared (see PR 277618). - The default flavor of the port for FreeBSD 14.0 and later is now "netlink". The rtsock flavor is still available as bird2-rtsock. There is no change for FreeBSD versions < 14.0. Here we still use rtsock as a default flavor. Changelog: https://bird.network.cz/pipermail/bird-users/2024-March/017468.html https://bird.network.cz/pipermail/bird-users/2024-March/017517.html PR: 277891
10 lines
277 B
C
10 lines
277 B
C
--- sysdep/bsd-netlink/netlink-sys.h.orig 2024-03-22 14:19:18 UTC
|
|
+++ sysdep/bsd-netlink/netlink-sys.h
|
|
@@ -9,6 +9,7 @@
|
|
#ifndef _BIRD_NETLINK_SYS_H_
|
|
#define _BIRD_NETLINK_SYS_H_
|
|
|
|
+#include "netlink-route.h"
|
|
#include <netlink/netlink.h>
|
|
#include <netlink/netlink_route.h>
|
|
|