]> git.proxmox.com Git - mirror_frr.git/commit
zebra: evpn-mh bonds protodown check for set
authorStephen Worley <sworley@nvidia.com>
Tue, 15 Feb 2022 17:36:18 +0000 (12:36 -0500)
committerStephen Worley <sworley@nvidia.com>
Wed, 9 Mar 2022 23:02:44 +0000 (18:02 -0500)
commit4b82b9548879ad3b888fd7d8b9cea99a55260c55
tree106fb64777297286cac6f71ce3c5f14460f10a6a
parentcb5b31f5d011d3dcb2df5d876447fb3c7f758e6a
zebra: evpn-mh bonds protodown check for set

When we are processing a bond member's protodown we get from
the dataplane, check to make sure we haven't already queued
up a set. If we have, it's likely this is just a notification
we get from the kernel after we set protodown and before we have
processed the result in our dplane pthread.

This change is needed now that we set protodown via the dplane
pthread.

Signed-off-by: Stephen Worley <sworley@nvidia.com>
zebra/if_netlink.c