diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-16 20:13:40 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-16 20:13:40 +0200 |
commit | 3ce3185a631e69786d5a0dbe882691023c10f38e (patch) | |
tree | 96e3b3106770c330c73495c24fd25a63e1f415f9 /zebra/zebra_router.h | |
parent | Revert "zebra: keep rtadv_sock field in zrouter for optimisation" (diff) | |
download | frr-3ce3185a631e69786d5a0dbe882691023c10f38e.tar.xz frr-3ce3185a631e69786d5a0dbe882691023c10f38e.zip |
Revert "zebra: move rtadv service from zrouter to zvrf"
This reverts commit f20e2a09c8aef399698fa074b36f24becdf49cbb.
Diffstat (limited to 'zebra/zebra_router.h')
-rw-r--r-- | zebra/zebra_router.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h index 86422ea1e..b3def297a 100644 --- a/zebra/zebra_router.h +++ b/zebra/zebra_router.h @@ -82,6 +82,10 @@ struct zebra_router { struct hash *iptable_hash; +#if defined(HAVE_RTADV) + struct rtadv rtadv; +#endif /* HAVE_RTADV */ + /* A sequence number used for tracking routes */ _Atomic uint32_t sequence_num; |