mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-27 02:03:04 +00:00
Merge pull request #8625 from c-po/graceful-restart
This commit is contained in:
commit
8acb8bff38
@ -840,9 +840,6 @@ int bgp_vty_return(struct vty *vty, int ret)
|
||||
case BGP_ERR_GR_OPERATION_FAILED:
|
||||
str = "The Graceful Restart Operation failed due to an err.";
|
||||
break;
|
||||
case BGP_GR_NO_OPERATION:
|
||||
str = GR_NO_OPER;
|
||||
break;
|
||||
}
|
||||
if (str) {
|
||||
vty_out(vty, "%% %s\n", str);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user