]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Give a bit more data about zclient connection on errors 17646/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 13 Dec 2024 16:21:26 +0000 (11:21 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 13 Dec 2024 16:21:26 +0000 (11:21 -0500)
commit3a53b2dc4ffb0695c9cb7093838096eb465975cb
tree78106671053629a4e807e6dd23618bc0da0b59a6
parentf7720ab68fcfb24e7fa51f682d248086c45ef85a
zebra: Give a bit more data about zclient connection on errors

When debugging a crash I noticed that sometimes we talked about
a zclient connection in relation to the fd associated with it
and sometimes we did not.  Let's just always give the data
associated with the fd.  It will make it a bit easier for me
to follow the transitions.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zserv.c