]> git.proxmox.com Git - mirror_frr.git/commit - zebra/rib.h
zebra: use workqueue for vxlan remote macip updates
authorMark Stapp <mjs@voltanet.io>
Mon, 19 Apr 2021 19:25:27 +0000 (15:25 -0400)
committerMark Stapp <mjs.ietf@gmail.com>
Mon, 19 Jul 2021 14:36:12 +0000 (10:36 -0400)
commit7f7e49d11a9f5d9f8d14387522a612d49f0a5e3f
tree53fe87339424cf84647484081e5ca8a87bcb6a72
parent1a3bd37f7c29fca429d7ef79ace80cd6db1d5563
zebra: use workqueue for vxlan remote macip updates

Enqueue incoming vxlan remote macip updates on the main
workqueue, instead of performing the updates immediately,
in-line.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
zebra/rib.h
zebra/zebra_evpn_mac.c
zebra/zebra_evpn_mh.c
zebra/zebra_rib.c
zebra/zebra_vxlan.c