diff options
author | David Lamparter <equinox@diac24.net> | 2021-04-18 12:11:14 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2022-05-21 14:14:01 +0200 |
commit | 7ca9c407ed100801de5f831b1b08b5243cdb92b0 (patch) | |
tree | ec60b025a42ed3be336f67bb05fbbd248aa81d1e /zebra/zebra_opaque.c | |
parent | Merge pull request #11225 from opensourcerouting/bgp-sendhold (diff) | |
download | frr-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.c | 1 |
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"); |