diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-27 15:34:36 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-10-24 06:54:30 -0400 |
| commit | a3be9fa1a70eb68608fc67d1b406e7a91702fcd3 (patch) | |
| tree | 0a432a2e3953a91bb0fcfcbf2abedd395bc532a2 /zebra/zebra_router.h | |
| parent | 1c6fca1f624bed5f7ecf559fa48fbc4640a6a14b (diff) | |
zebra: Move rtadv to zebra_router
The rtadv setting was not per namespace it is per router.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
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 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; |
