]> git.proxmox.com Git - mirror_frr.git/commit
pimd: Fix register receive pointer arithmetic
authorDonald Sharp <sharpd@cumulusnetwroks.com>
Fri, 24 Jun 2016 00:42:19 +0000 (20:42 -0400)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Fri, 24 Jun 2016 00:42:19 +0000 (20:42 -0400)
commit83d8ff0074871c557555cd8448bb8cf1b0e6f923
tree0a3ff9a866b821bd820b285b48a887dcb1ca3c7d
parent09c02cc3c0dd6fcadd57ba085f263a174a75dc50
pimd: Fix register receive pointer arithmetic

When receiving the register packet from another pim
neighbor at the RP, we were adding an incorrect
amount of bytes to find the start of the ip_hdr
of the encapsulated data.  This commit fixes
this issue.

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