Update address in VMAC table for IPv6 (#429)

* Update address in VMAC table for IPv6

* fix compile warnings in IPv6 handler

* cleanup BIP6 PRINTF

* enable unit test for BBMD6 hander

* keylist should only return FALSE when growing fails

---------

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2023-05-03 23:33:06 -05:00
committed by GitHub
parent ced9dff0f2
commit 65792ab408
6 changed files with 182 additions and 152 deletions
-2
View File
@@ -119,8 +119,6 @@ static int CheckArraySize(OS_Keylist list)
}
list->array = new_array;
list->size = new_size;
} else if (new_size < 0) {
return FALSE;
}
return TRUE;