From c9e0843d5e37f3360364b3545e4c1df8630b10e8 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Thu, 22 Sep 2016 15:30:01 +0200 Subject: [PATCH] VPP-426: Rename parameter in LISP remote mapping VAT command Change-Id: Ie52243bd1654e3d0663b09bd1f21e8c15e93f07d Signed-off-by: Filip Tehlar --- vpp-api-test/vat/api_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.16.6