]> git.proxmox.com Git - mirror_frr.git/commit
zebra: add check_free api
authorMark Stapp <mjs@voltanet.io>
Wed, 6 May 2020 20:46:22 +0000 (16:46 -0400)
committerMark Stapp <mjs@voltanet.io>
Mon, 1 Jun 2020 18:46:32 +0000 (14:46 -0400)
commit1323491d7acd73d0ccf2e8019d6b30eb05f4a5bb
treea34495c7dbe69124c230e5732d62f878b67958c3
parentf727646adac7da1d57b52ef46473ee6b03470154
zebra: add check_free api

Add a 'check' api to hold the code that determines whether an LSP
can be freed or not. Replace calls to the free api with check
calls.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
zebra/zebra_mpls.c