diff options
Diffstat (limited to 'zebra/zebra_ns.h')
| -rw-r--r-- | zebra/zebra_ns.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_ns.h b/zebra/zebra_ns.h index c370101053..fbf88ae6ea 100644 --- a/zebra/zebra_ns.h +++ b/zebra/zebra_ns.h @@ -77,6 +77,8 @@ struct zebra_ns { struct hash *ipset_entry_hash; + struct hash *iptable_hash; + /* Back pointer */ struct ns *ns; }; |
