]> git.puffer.fish 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)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 28 May 2021 13:38:01 +0000 (16:38 +0300)
commit4e0a64dda4140aa8f9614b9636384a777e134944
tree5ec99e76d90d6748da7971d9c474046d718bdfa9
parent406cef445069ebc882431015e468f98e939531db
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