]> git.puffer.fish Git - mirror/frr.git/commit
zebra: shutdown doesn't uninstall zebra's NHGs 10079/head
authorMark Stapp <mstapp@nvidia.com>
Tue, 16 Nov 2021 18:38:31 +0000 (13:38 -0500)
committerMark Stapp <mstapp@nvidia.com>
Tue, 8 Mar 2022 21:16:55 +0000 (16:16 -0500)
commit2472d3e876dddbbae32e59209c49cefd432bd76b
tree66343080e99cc05a82d8e9d091aa193d1f6a0070
parent583ba572b7d4c486d1aba86de864e142cea433a2
zebra: shutdown doesn't uninstall zebra's NHGs

When an interface goes down, it signals any related NHGs to
re-validate themselves. During zebra shutdown, ensure we remove
any NHGs we've installed.

Signed-off-by: Mark Stapp <mstapp@nvidia.com>
zebra/interface.c