summaryrefslogtreecommitdiff
path: root/zebra/zebra_ns.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-27 15:34:36 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-10-24 06:54:30 -0400
commita3be9fa1a70eb68608fc67d1b406e7a91702fcd3 (patch)
tree0a432a2e3953a91bb0fcfcbf2abedd395bc532a2 /zebra/zebra_ns.h
parent1c6fca1f624bed5f7ecf559fa48fbc4640a6a14b (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_ns.h')
-rw-r--r--zebra/zebra_ns.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/zebra/zebra_ns.h b/zebra/zebra_ns.h
index 2498be7162..c1a9b41b8d 100644
--- a/zebra/zebra_ns.h
+++ b/zebra/zebra_ns.h
@@ -53,10 +53,6 @@ struct zebra_ns {
struct route_table *if_table;
-#if defined(HAVE_RTADV)
- struct rtadv rtadv;
-#endif /* HAVE_RTADV */
-
/* Back pointer */
struct ns *ns;
};