diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-27 15:24:02 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-10-24 06:54:29 -0400 |
| commit | 62f20a52ab08c89697c094d4f44df5cf0272499a (patch) | |
| tree | 864e73d9a8c5034b89edb28ac8ad89d61ca259b4 /zebra/zebra_ns.h | |
| parent | 7f0ea8a4a23f4500421e89268b442cf145d0d75f (diff) | |
zebra: Move ipset_hash, ipset_entry_hash and iptable_hash into zrouter
These three data structures belong in the `zebra_router` structure
as that they do not belong in `struct zebra_ns`.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_ns.h')
| -rw-r--r-- | zebra/zebra_ns.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/zebra/zebra_ns.h b/zebra/zebra_ns.h index 2af4304209..2498be7162 100644 --- a/zebra/zebra_ns.h +++ b/zebra/zebra_ns.h @@ -57,12 +57,6 @@ struct zebra_ns { struct rtadv rtadv; #endif /* HAVE_RTADV */ - struct hash *ipset_hash; - - struct hash *ipset_entry_hash; - - struct hash *iptable_hash; - /* Back pointer */ struct ns *ns; }; |
