On 4/16/26 18:52, Roman Bogorodskiy wrote: > Add a FreeBSD implementation of the virArpTableGet() function. > > Update the bhyve driver's bhyveDomainInterfaceAddresses() > to use it for the VIR_DOMAIN_INTERFACE_ADDRESSES_SRC_ARP > source type. > > Signed-off-by: Roman Bogorodskiy <[email protected]> > Reviewed-by: Michal Privoznik <[email protected]> > --- > Changes since v1: > > - Replaced custom macros with SA_SIZE > - Dropped RTF_LLINFO, it's deprecated on all supported FreeBSD > releases > - Replace g_strdup() with g_steal_pointer() > > src/bhyve/bhyve_driver.c | 5 ++- > src/util/virarptable.c | 89 +++++++++++++++++++++++++++++++++++++++- > 2 files changed, 91 insertions(+), 3 deletions(-)
Reviewed-by: Michal Privoznik <[email protected]> Michal
