Fix local eid API in VAT

Change-Id: I14fb0378944db5bf7a8843b4dc361de748659ece
Signed-off-by: Florin Coras <fcoras@cisco.com>
This commit is contained in:
Florin Coras
2016-07-18 17:06:20 +02:00
parent 4575fb2df7
commit bb43338025

View File

@ -10400,7 +10400,7 @@ api_lisp_add_del_local_eid(vat_main_t * vam)
while (unformat_check_input (input) != UNFORMAT_END_OF_INPUT) {
if (unformat(input, "del")) {
is_add = 0;
} else if (unformat(input, "vni &d", &vni)) {
} else if (unformat(input, "vni %d", &vni)) {
;
} else if (unformat(input, "eid %U/%d", unformat_ip4_address,
&eidv4, &tmp_eid_lenght)) {