summaryrefslogtreecommitdiff
path: root/zebra/zebra_ns.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-06-04 09:36:01 -0400
committerGitHub <noreply@github.com>2018-06-04 09:36:01 -0400
commit7acf817f46b4ed3a9de63264718b159eeafb3de5 (patch)
tree68c394882bce3a7f208eab27873d40bdce2ddaf7 /zebra/zebra_ns.h
parent3b7268448fef314c914beaa5c6a9bb2d6f0a8ad6 (diff)
parent00384b5fbd0cfd3b2087c50bf07fb6570571b85f (diff)
Merge pull request #1976 from pguibert6WIND/issue_1968
Issue 1968 / ip route <> table X
Diffstat (limited to 'zebra/zebra_ns.h')
-rw-r--r--zebra/zebra_ns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_ns.h b/zebra/zebra_ns.h
index c93db2a764..ed70a34c0b 100644
--- a/zebra/zebra_ns.h
+++ b/zebra/zebra_ns.h
@@ -43,6 +43,7 @@ struct zebra_ns_table {
uint32_t tableid;
afi_t afi;
+ ns_id_t ns_id;
struct route_table *table;
};