diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-11 21:35:45 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-31 15:20:46 +0100 |
commit | 5ec5a7160a9e61ce6e84a65648c345cb10b160c4 (patch) | |
tree | 39b4a3680ab3e9833fff624e3eb512b2dc1591ac /zebra/zebra_router.c | |
parent | zebra: Move lsp_process_q to zrouter (diff) | |
download | frr-5ec5a7160a9e61ce6e84a65648c345cb10b160c4.tar.xz frr-5ec5a7160a9e61ce6e84a65648c345cb10b160c4.zip |
zebra: Move packets_to_process to zrouter
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_router.c')
-rw-r--r-- | zebra/zebra_router.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_router.c b/zebra/zebra_router.c index 24dd2691c..c3b861c24 100644 --- a/zebra/zebra_router.c +++ b/zebra/zebra_router.c @@ -210,6 +210,7 @@ void zebra_router_init(void) zrouter.sequence_num = 0; zrouter.rtm_table_default = 0; + zrouter.packets_to_process = ZEBRA_ZAPI_PACKETS_TO_PROCESS; zebra_vxlan_init(); zebra_mlag_init(); |