diff options
author | bisdhdh <biswajit.sadhu@gmail.com> | 2019-11-25 16:18:15 +0100 |
---|---|---|
committer | bisdhdh <biswajit.sadhu@gmail.com> | 2020-01-23 05:06:33 +0100 |
commit | 2ba1fe69519fdd42f2e8656d203bf68f884a21f7 (patch) | |
tree | d792fff05ee320fcc5bdbd71a7b21a6b2f3cea16 /lib/zclient.c | |
parent | bgpd: BGP Graceful Restart documentation. (diff) | |
download | frr-2ba1fe69519fdd42f2e8656d203bf68f884a21f7.tar.xz frr-2ba1fe69519fdd42f2e8656d203bf68f884a21f7.zip |
bgpd: BGP Garaceful Restart debug logs.
Reorganizing bgp gr debug logs and code review comments.
Signed-off-by: Biswajit Sadhu <sadhub@vmware.com>
Diffstat (limited to '')
-rw-r--r-- | lib/zclient.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/zclient.c b/lib/zclient.c index 150edc127..7ddf0085d 100644 --- a/lib/zclient.c +++ b/lib/zclient.c @@ -3324,6 +3324,7 @@ int zapi_capabilities_decode(struct stream *s, struct zapi_cap *api) default: break; } + stream_failure: return 0; } |