]> git.proxmox.com Git - mirror_frr.git/commit
staticd: return SUCCESS when deleting non-existent route
authorMark Stapp <mjs@voltanet.io>
Wed, 26 May 2021 18:30:51 +0000 (14:30 -0400)
committerMark Stapp <mjs@voltanet.io>
Thu, 27 May 2021 13:01:43 +0000 (09:01 -0400)
commitf419424174e446461c3961bcabca3705ff4ab71c
tree66f8434aadcf43a2027cabbba407ab6740c384fa
parent202af4abaa299951c599909960b495d455cea271
staticd: return SUCCESS when deleting non-existent route

Return SUCCESS if trying to delete route that doesn't exist.
This was always staticd's behavior before the northbound
conversion.

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