Merge pull request #8625 from c-po/graceful-restart

This commit is contained in:
Igor Ryzhov 2021-05-05 09:44:25 +03:00 committed by GitHub
commit 8acb8bff38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);