summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_fpm_dt.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-11-04 09:15:54 +0100
committerDonald Sharp <sharpd@nvidia.com>2023-11-07 12:46:19 +0100
commit315aa6cde48bbe5af08f61778d70f72aa0f9648a (patch)
tree0cf61da735151e7fbd2d9760bb8dae77af747576 /zebra/zebra_fpm_dt.c
parentMerge pull request #14729 from donaldsharp/v6_rr_semantics_zrouter (diff)
downloadfrr-315aa6cde48bbe5af08f61778d70f72aa0f9648a.tar.xz
frr-315aa6cde48bbe5af08f61778d70f72aa0f9648a.zip
*: Remove netlink headers from lib/zebra.h
The headers associated with netlink code really only belong in those that need it. Move these headers out of lib/zebra.h and into more appropriate places. bgp's usage of the RT_TABLE_XXX defines are probably not appropriate and will be cleaned up in future commits. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_fpm_dt.c')
-rw-r--r--zebra/zebra_fpm_dt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/zebra_fpm_dt.c b/zebra/zebra_fpm_dt.c
index 94308a961..ce5eb6fe1 100644
--- a/zebra/zebra_fpm_dt.c
+++ b/zebra/zebra_fpm_dt.c
@@ -22,6 +22,10 @@
*/
#include <zebra.h>
+
+#ifdef GNU_LINUX
+#include <linux/rtnetlink.h>
+#endif
#include "log.h"
#include "vrf.h"