From: Pierre Pfister Date: Mon, 26 Nov 2018 08:29:00 +0000 (+0100) Subject: Fix IPSec CLI key parsing X-Git-Tag: v19.04-rc0~314 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=6221927e9bad39c2856e844f8bc38947cb447f73;hp=6221927e9bad39c2856e844f8bc38947cb447f73;p=vpp.git Fix IPSec CLI key parsing strncpy stops copying when a byte set to 0 is read. The fix is to use mempcy instead. This patch also adds spd id to ipsec input trace. Change-Id: Ibed071d3607fa76c3f6ee065f94128f1aca9b2e2 Signed-off-by: Pierre Pfister ---