diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-11 21:43:17 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-31 15:20:46 +0100 |
commit | 2561d12e5db23b499b2f37bf2f0f1c128d7a1ea1 (patch) | |
tree | 469deda028196b00da3592e8e0341c7f20313711 /zebra/zebra_vrf.c | |
parent | zebra: Move packets_to_process to zrouter (diff) | |
download | frr-2561d12e5db23b499b2f37bf2f0f1c128d7a1ea1.tar.xz frr-2561d12e5db23b499b2f37bf2f0f1c128d7a1ea1.zip |
zebra: Remove `struct zebra_t`
This structure is unused anymore and does not belong in zserv.h
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_vrf.c')
-rw-r--r-- | zebra/zebra_vrf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/zebra_vrf.c b/zebra/zebra_vrf.c index 11578d82d..d18305495 100644 --- a/zebra/zebra_vrf.c +++ b/zebra/zebra_vrf.c @@ -42,8 +42,6 @@ #include "zebra/zebra_netns_notify.h" #include "zebra/zebra_routemap.h" -extern struct zebra_t zebrad; - static void zebra_vrf_table_create(struct zebra_vrf *zvrf, afi_t afi, safi_t safi); static void zebra_rnhtable_node_cleanup(struct route_table *table, |