diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-11 15:30:57 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-31 09:20:46 -0500 |
| commit | ea45a4e7db86b29d8cf1ec0adc82ef92e602e7fd (patch) | |
| tree | b9f5e8ceed42dc626d2a9d7758efaa864740e052 /zebra/zebra_router.c | |
| parent | 489a9614293c0e538746164ac4a249890a4ae91b (diff) | |
zebra: Move the mq data structure to zrouter
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_router.c')
| -rw-r--r-- | zebra/zebra_router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_router.c b/zebra/zebra_router.c index dde0e1bf62..24dd2691c7 100644 --- a/zebra/zebra_router.c +++ b/zebra/zebra_router.c @@ -189,7 +189,7 @@ void zebra_router_terminate(void) } work_queue_free_and_null(&zrouter.ribq); - meta_queue_free(zebrad.mq); + meta_queue_free(zrouter.mq); zebra_vxlan_disable(); zebra_mlag_terminate(); |
