]> git.proxmox.com Git - mirror_frr.git/commit - lib/stream.h
zebra, lib: bugfix on zebra packet debugging
authorWesley Coakley <wcoakley@cumulusnetworks.com>
Thu, 28 May 2020 14:41:10 +0000 (10:41 -0400)
committerWesley Coakley <wcoakley@cumulusnetworks.com>
Thu, 28 May 2020 14:48:56 +0000 (10:48 -0400)
commit9d72660d671739452d9825609fbf73ec7245f2e8
tree021669525a8c4c6ab37205ad8ccc4d671f2f011f
parent5308f267382773c2fff832932e3905c460738257
zebra, lib: bugfix on zebra packet debugging

`debug zebra packet detail` dumps the full message whereas
it had been dropping exactly 10 bytes, the size of the zebra header

Signed-off-by: Wesley Coakley <wcoakley@cumulusnetworks.com>
lib/stream.c
lib/stream.h
zebra/zserv.c