diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-11-04 08:15:54 +0000 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-11-07 06:46:19 -0500 |
| commit | 315aa6cde48bbe5af08f61778d70f72aa0f9648a (patch) | |
| tree | 0cf61da735151e7fbd2d9760bb8dae77af747576 /zebra/netconf_netlink.c | |
| parent | f57763eaed67e2f1cb9547cfc3876e29410df577 (diff) | |
*: 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/netconf_netlink.c')
| -rw-r--r-- | zebra/netconf_netlink.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/netconf_netlink.c b/zebra/netconf_netlink.c index 7352dfb2ee..9a0b3c5d0c 100644 --- a/zebra/netconf_netlink.c +++ b/zebra/netconf_netlink.c @@ -11,6 +11,8 @@ #include <ns.h> +#include <linux/netlink.h> +#include <linux/rtnetlink.h> #include "linux/netconf.h" #include "lib/lib_errors.h" |
