[PATCH 0/1] MR296: nsiproxy.sys: Add static ARP entries which are always present on Windows.

Huw Davies (@huw) wine at gitlab.winehq.org
Thu Jun 23 01:36:08 CDT 2022


Huw Davies (@huw) commented about dlls/nsi/tests/nsi.c:
>              ok( key4->luid.Value == row->InterfaceLuid.Value, "%s vs %s\n", wine_dbgstr_longlong( key4->luid.Value ),
>                  wine_dbgstr_longlong( row->InterfaceLuid.Value ) );
>              ok( key4->luid2.Value == row->InterfaceLuid.Value, "mismatch\n" );
> +            if (key4->addr.s_addr == 0x160000e0 || key4->addr.s_addr == 0xfaffffef)
> +            {
> +                ok( dyn->state == NlnsPermanent, "got state %d.\n", dyn->state );
> +                ok( !dyn->flags.is_router, "is_router is set.\n" );
> +                ok( !dyn->flags.is_unreachable, "is_unreachable is set.\n" );
> +            }
Please test these in the iphlpapi tests - perhaps by calling `GetIpNetTable2()`.

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/296#note_2525



More information about the wine-devel mailing list