summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_opaque.c
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/zebra_opaque.c
parentMerge pull request #11225 from opensourcerouting/bgp-sendhold (diff)
downloadfrr-7ca9c407ed100801de5f831b1b08b5243cdb92b0.tar.xz
frr-7ca9c407ed100801de5f831b1b08b5243cdb92b0.zip
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/zebra_opaque.c')
-rw-r--r--zebra/zebra_opaque.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_opaque.c b/zebra/zebra_opaque.c
index 0a98194ac..3d757566e 100644
--- a/zebra/zebra_opaque.c
+++ b/zebra/zebra_opaque.c
@@ -25,6 +25,7 @@
#include "zebra/debug.h"
#include "zebra/zserv.h"
#include "zebra/zebra_opaque.h"
+#include "zebra/rib.h"
/* Mem type */
DEFINE_MTYPE_STATIC(ZEBRA, OPQ, "ZAPI Opaque Information");