]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Subtract header length in the right spot
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 29 Mar 2018 12:52:39 +0000 (08:52 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 29 Mar 2018 12:52:39 +0000 (08:52 -0400)
commitc0079fc9ce112a265a76688fd40cc0a1fadee0b5
treeeb6d40d269f410edd3e0cd00ba3e11a5262b2e82
parent615e608d76bd3e1acf1769c914142210ac88e3f7
zebra: Subtract header length in the right spot

The header length needs to be subtracted from the handling
side of the zapi in zebra.  This is because we refigure the
header data structure.  The receive side doesn't care
about the total header length so no need to subtract there.

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