From: Filip Tehlar Date: Thu, 22 Sep 2016 13:30:01 +0000 (+0200) Subject: VPP-426: Rename parameter in LISP remote mapping VAT command X-Git-Tag: v17.01-rc0~183 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=c9e0843d5e37f3360364b3545e4c1df8630b10e8 VPP-426: Rename parameter in LISP remote mapping VAT command Change-Id: Ie52243bd1654e3d0663b09bd1f21e8c15e93f07d Signed-off-by: Filip Tehlar --- diff --git a/vpp-api-test/vat/api_format.c b/vpp-api-test/vat/api_format.c index f2fb6ff863d..3c9fd273b84 100644 --- a/vpp-api-test/vat/api_format.c +++ b/vpp-api-test/vat/api_format.c @@ -12577,7 +12577,7 @@ api_lisp_add_del_remote_mapping (vat_main_t * vam) { is_add = 1; } - else if (unformat (input, "deid %U", unformat_lisp_eid_vat, eid)) + else if (unformat (input, "eid %U", unformat_lisp_eid_vat, eid)) { eid_set = 1; }