]> git.puffer.fish Git - mirror/frr.git/commit
zebra: fix route deletion during zebra shutdown 15424/head
authorAlexander Skorichenko <askorichenko@netgate.com>
Wed, 28 Feb 2024 19:34:06 +0000 (20:34 +0100)
committerAlexander Skorichenko <askorichenko@netgate.com>
Fri, 15 Mar 2024 10:42:02 +0000 (11:42 +0100)
commit444ce317b2af491b5cdc321286772627a5d4c8ea
treef30ba4b95ab164d8b5e2a33a99d43217c2564929
parent387a035b660b88a4899cba0d0b00face8c4946ca
zebra: fix route deletion during zebra shutdown

Split zebra's vrf_terminate() into disable() and delete() stages.
The former enqueues all events for the dplane thread.
Memory freeing is performed in the second stage.

Signed-off-by: Alexander Skorichenko <askorichenko@netgate.com>
lib/vrf.c
lib/vrf.h
zebra/main.c