]> git.proxmox.com Git - mirror_frr.git/commit
zebra: On shutdown stop hook calls for fpm rmac updates
authorDonald Sharp <sharpd@nvidia.com>
Thu, 18 May 2023 20:03:01 +0000 (16:03 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 19 May 2023 14:02:19 +0000 (10:02 -0400)
commit5ec001aa53827236cd194ef631e59d04b429ac30
treef694213ad14b39863f24a43491c054bf64621fd3
parent540334324c59e3ae92622ba211b073488e477460
zebra: On shutdown stop hook calls for fpm rmac updates

When shutting down zebra, the hook for the rmac update was
not being unregistered.  As such it would be possible
to get into a condition where more rmacs are being
added to the queue for handling in the future after we
are told to shutdown.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_fpm.c