]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_ns.h
doc, lib, zebra: Remove deprecated encode and decode functionality
[mirror_frr.git] / zebra / zebra_ns.h
index fbf88ae6ea0795349750161317ff915cabba6331..ed70a34c0bfbe1e8c06b97d598782c9ee6f1c456 100644 (file)
@@ -25,6 +25,9 @@
 #include <lib/ns.h>
 #include <lib/vrf.h>
 
+#include "zebra/rib.h"
+#include "zebra/zebra_vrf.h"
+
 #ifdef HAVE_NETLINK
 /* Socket interface to kernel */
 struct nlsock {
@@ -40,6 +43,7 @@ struct zebra_ns_table {
 
        uint32_t tableid;
        afi_t afi;
+       ns_id_t ns_id;
 
        struct route_table *table;
 };