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_l2.h | |
| parent | d37879b7a25fc3c0323d88c666b6a7646860a9c3 (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/zebra_l2.h')
| -rw-r--r-- | zebra/zebra_l2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_l2.h b/zebra/zebra_l2.h index 98744f3c1f..1c3e98158d 100644 --- a/zebra/zebra_l2.h +++ b/zebra/zebra_l2.h @@ -28,6 +28,7 @@ #include "if.h" #include "vlan.h" #include "vxlan.h" +#include "zebra/zebra_vrf.h" #ifdef __cplusplus extern "C" { |
