]> git.puffer.fish Git - mirror/frr.git/commit
zebra: remove redundant calling hook for fpm 11427/head
authoranlan_cs <vic.lan@pica8.com>
Thu, 16 Jun 2022 08:04:46 +0000 (04:04 -0400)
committeranlan_cs <vic.lan@pica8.com>
Fri, 17 Jun 2022 21:42:12 +0000 (17:42 -0400)
commitf1f4a6528880b3142995ee8b0af6026a60697bd5
tree550563ac38a4606fbf335a46caf4b1b62a8c706e
parent89f76cd132d401676788eb6f734c357d39cfdd85
zebra: remove redundant calling hook for fpm

Since the calling hook for old fpm is done in `rib_uninstall_kernel()`
inside, this calling place outside should be redundant. Just remove it.

Signed-off-by: anlan_cs <vic.lan@pica8.com>
zebra/zebra_rib.c