summaryrefslogtreecommitdiff
path: root/zebra/zserv.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2021-04-18 12:11:14 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2022-05-21 14:14:01 +0200
commit7ca9c407ed100801de5f831b1b08b5243cdb92b0 (patch)
treeec60b025a42ed3be336f67bb05fbbd248aa81d1e /zebra/zserv.h
parentd37879b7a25fc3c0323d88c666b6a7646860a9c3 (diff)
zebra: clean up rtadv integration
Move a few things into places they actually belong, and reduce the number of places we have `#ifdev HAVE_RTADV`. Just overall code prettification. ... I had actually done this quite a while ago while doing some other random hacking and thought it more useful to not be sitting on it on my disk... Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r--zebra/zserv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h
index 7a5be001be..9986cc9f7e 100644
--- a/zebra/zserv.h
+++ b/zebra/zserv.h
@@ -36,14 +36,14 @@
#include "lib/linklist.h" /* for list */
#include "lib/workqueue.h" /* for work_queue */
#include "lib/hook.h" /* for DECLARE_HOOK, DECLARE_KOOH */
-
-#include "zebra/zebra_vrf.h" /* for zebra_vrf */
/* clang-format on */
#ifdef __cplusplus
extern "C" {
#endif
+struct zebra_vrf;
+
/* Default port information. */
#define ZEBRA_VTY_PORT 2601