From: Benoît Ganne Date: Fri, 6 Nov 2020 09:51:47 +0000 (+0100) Subject: ipsec: fix unformat types X-Git-Tag: v21.06-rc0~213 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=f6422ffbc82c55f50d06c8c7a2e230db7001ee35;hp=f6422ffbc82c55f50d06c8c7a2e230db7001ee35;p=vpp.git ipsec: fix unformat types ipsec_{crypto,integ}_alg_t are packed and smaller than u32. Callers are using those enums so unformat functions should too instead of u32 to not overflow the stack. Type: fix Change-Id: Ifc86366f1928ca6352f06f390a88ac64668289d5 Signed-off-by: Benoît Ganne ---