summaryrefslogtreecommitdiff
path: root/zebra/zebra_router.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_router.h')
-rw-r--r--zebra/zebra_router.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h
index 6f7013acd5..d6b8b66087 100644
--- a/zebra/zebra_router.h
+++ b/zebra/zebra_router.h
@@ -58,6 +58,10 @@ struct zebra_router {
struct hash *ipset_entry_hash;
struct hash *iptable_hash;
+
+#if defined(HAVE_RTADV)
+ struct rtadv rtadv;
+#endif /* HAVE_RTADV */
};
extern struct zebra_router zrouter;