]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_ns.h
zebra: ns_table list is extended to support multiple NETNS
[mirror_frr.git] / zebra / zebra_ns.h
index c93db2a764084bd96dcffa443087d89933cf9240..ed70a34c0bfbe1e8c06b97d598782c9ee6f1c456 100644 (file)
@@ -43,6 +43,7 @@ struct zebra_ns_table {
 
        uint32_t tableid;
        afi_t afi;
+       ns_id_t ns_id;
 
        struct route_table *table;
 };