LLDP: properly parse lldp cmds from startup config
Change-Id: I0e6c86bd923fcf7cf16f948b9869a5927e6d3745 Signed-off-by: Klement Sekera <ksekera@cisco.com> (cherry picked from commit 3d62a7f0b9a4b967ad53f5990729acca932f90b4)
This commit is contained in:
Klement Sekera
committed by
Neale Ranns
parent
262ca683be
commit
b2a241ca40
@ -205,9 +205,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 =
|
||||
|
Reference in New Issue
Block a user