summaryrefslogtreecommitdiff
path: root/zebra/zebra_ns.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_ns.h')
-rw-r--r--zebra/zebra_ns.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/zebra_ns.h b/zebra/zebra_ns.h
index 66b73148d2..fbf88ae6ea 100644
--- a/zebra/zebra_ns.h
+++ b/zebra/zebra_ns.h
@@ -73,6 +73,12 @@ struct zebra_ns {
struct hash *rules_hash;
+ struct hash *ipset_hash;
+
+ struct hash *ipset_entry_hash;
+
+ struct hash *iptable_hash;
+
/* Back pointer */
struct ns *ns;
};