LLDP: properly parse lldp cmds from startup config

Change-Id: I0e6c86bd923fcf7cf16f948b9869a5927e6d3745
Signed-off-by: Klement Sekera <ksekera@cisco.com>
This commit is contained in:
Klement Sekera
2017-06-28 13:35:30 +02:00
committed by Damjan Marion
parent 26054ea1d1
commit 3d62a7f0b9

View File

@@ -195,9 +195,7 @@ lldp_cfg_cmd (vlib_main_t * vm, unformat_input_t * input,
}
else
{
ret = clib_error_return (0, "unknown input `%U'",
format_unformat_error, input);
goto out;
break;
}
}
ret =