]> git.proxmox.com Git - mirror_frr.git/commit - zebra/rt_netlink.c
zebra: add debug in specific neigh fetch
authorChirag Shah <chirag@cumulusnetworks.com>
Wed, 27 Mar 2019 01:23:58 +0000 (18:23 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 10 Mar 2020 13:59:56 +0000 (09:59 -0400)
commit7c26c12106c9176adb5df26debf97e016035101f
treeecda992cb14af2a4d77ad2b907b3b8910ee26247
parent2a0e69ae3c803dbc3640e52798779cde60f4def0
zebra: add debug in specific neigh fetch

add debug trace in specific neigh request send api
to help debug an issue where synchronous response parse
returns with NLMSG_DONE where there is no ipv6 neigh received.
the count value is set to 1 because the request contained
a spcific neigh.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
zebra/rt_netlink.c