mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 20:55:25 +00:00
Merge pull request #8740 from mjstapp/fix_static_ret
staticd: return meaningful status in cli error path
This commit is contained in:
commit
bf59f4ad20
@ -325,9 +325,8 @@ static int static_route_leak(struct vty *vty, const char *svrf,
|
||||
|
||||
dnode = yang_dnode_get(vty->candidate_config->dnode, ab_xpath);
|
||||
if (!dnode) {
|
||||
vty_out(vty,
|
||||
"%% Refusing to remove a non-existent route\n");
|
||||
return ret;
|
||||
/* Silently return */
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
||||
dnode = yang_get_subtree_with_no_sibling(dnode);
|
||||
|
Loading…
Reference in New Issue
Block a user