]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_ptm.c
zebra: Always read full zapi message in ptm code
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 11 Oct 2017 12:09:28 +0000 (08:09 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 23 Oct 2017 22:09:22 +0000 (18:09 -0400)
commitbf6e101c16954da71e563aa9093e02f1853ab94b
tree8aacbcbbf9c3300c00359981edfc72f789d7a32b
parent72806e2d23228892993eacdf9415f29eadb52f55
zebra: Always read full zapi message in ptm code

The ptm code when it encountered an error situation
was not fully reading all the data in the stream
meant for it.  Ensure that this is read.

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