ip: fix cancel termination after receive malformed ip6 packet 83/22683/7
authorjohny <jan.cavojsky@pantheon.tech>
Fri, 11 Oct 2019 16:28:51 +0000 (18:28 +0200)
committerOle Trøan <otroan@employees.org>
Thu, 5 Dec 2019 15:13:48 +0000 (15:13 +0000)
This fix is for cancel termination of vpp after receive malformed
packet type of ip6.To avoid termination of vpp are checked if are
missing data in packet. This occours, when payload length in ip6
header packet is more than real count of data in packet. When
this error occours, packet is ignore.

Type: fix
Ticket: VPP-1693, VPP-1694

Change-Id: I9d9ecea7b75c8702cb31aa8051c8d4d7ce19659d
Signed-off-by: johny <jan.cavojsky@pantheon.tech>

No differences found