summaryrefslogtreecommitdiff
path: root/zebra/zebra_router.h
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2019-03-27 10:25:13 +0100
committerPhilippe Guibert <philippe.guibert@6wind.com>2019-06-04 18:33:53 +0200
commitdf9c8c5742f0fbdba47bc195ebcc273d6cab4a8d (patch)
tree81b0b5522879387ea62770a988e3bee391ec0728 /zebra/zebra_router.h
parent230dec139888abcf0752c23a78032a3b4854d8a9 (diff)
zebra: move rtadv service from zrouter to zvrf
when network namespace is used as vrf backend, there is need to have separate contexts for rtadv contexts. route advertisements have to look for appropriate interface based on zvrf context. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'zebra/zebra_router.h')
-rw-r--r--zebra/zebra_router.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h
index 092cf2e049..7b61a6051b 100644
--- a/zebra/zebra_router.h
+++ b/zebra/zebra_router.h
@@ -93,10 +93,6 @@ 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;