VPP-426: Rename parameter in LISP remote mapping VAT command
[vpp.git] / vpp-api-test / vat / api_format.c
index f2fb6ff..3c9fd27 100644 (file)
@@ -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;
        }