Fix lisp map-notify parsing
Change-Id: Ib22ffee3d8ac63af171d032c2ffcb44a2e42400c Signed-off-by: Florin Coras <fcoras@cisco.com>
This commit is contained in:

committed by
Dave Wallace

parent
6e8ab16cf3
commit
e68de8c333
@ -3424,6 +3424,7 @@ parse_map_records (vlib_buffer_t * b, map_records_arg_t * a, u8 count)
|
||||
/* parse record eid */
|
||||
for (i = 0; i < count; i++)
|
||||
{
|
||||
locators = 0;
|
||||
len = lisp_msg_parse_mapping_record (b, &deid, &locators, NULL);
|
||||
if (len == ~0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user