diff options
author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-07-17 19:10:20 +0200 |
---|---|---|
committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-25 17:13:41 +0200 |
commit | 44d809a90b790dc5d3d9d292d6c7add00e4864b8 (patch) | |
tree | 399261afbacaaac38a20c1eb96b4802b96ef2a0c /zebra/zebra_router.h | |
parent | lib: Hash nexthops on onlink flag (diff) | |
download | frr-44d809a90b790dc5d3d9d292d6c7add00e4864b8.tar.xz frr-44d809a90b790dc5d3d9d292d6c7add00e4864b8.zip |
zebra: Remove nexthop group workqueue
We are using the rib workqueue to handle nexthop groups
from the kernel and no longer need this.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_router.h')
-rw-r--r-- | zebra/zebra_router.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h index 5a2f0c9fa..497846e0f 100644 --- a/zebra/zebra_router.h +++ b/zebra/zebra_router.h @@ -106,11 +106,6 @@ struct zebra_router { #define ZEBRA_RIB_PROCESS_RETRY_TIME 1 struct work_queue *ribq; - /* The nexthop group work queue */ -#define ZEBRA_NHG_PROCESS_HOLD_TIME 1 -#define ZEBRA_NHG_PROCESS_RETRY_TIME 10 - struct work_queue *nhgq; - /* Meta Queue Information */ struct meta_queue *mq; |