]> git.proxmox.com Git - mirror_frr.git/commitdiff
zebra: Remove nexthop group workqueue
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 17 Jul 2019 17:10:20 +0000 (13:10 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:41 +0000 (11:13 -0400)
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>
zebra/zebra_router.h

index 5a2f0c9fa15484b37bdc66f548843f7e6d1e8ee4..497846e0fae4eba31833fa3404acd9d78e85ab9f 100644 (file)
@@ -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;