diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-05 09:44:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-05 09:44:25 +0300 |
| commit | 8acb8bff3819bbd84ef9ad871eb22e679ff817d5 (patch) | |
| tree | b068be8fe4c753d474f07604558a13f54567e8b7 | |
| parent | 5d421ab2cdd23df838ad55c08a284a0f774e5f8b (diff) | |
| parent | 5b899e99fe25f3edba1fdba2b6686a9aa8c56b6b (diff) | |
Merge pull request #8625 from c-po/graceful-restart
| -rw-r--r-- | bgpd/bgp_vty.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index de22a58b31..eefadc0202 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -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); |
