1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-06 07:44:57 +03:00

Fix IPv6 Neighbor Discovery for PPP based protocols

This commit is contained in:
sl077
2021-05-09 13:55:31 +02:00
parent e2d61133fe
commit f9a1d72ce7
4 changed files with 26 additions and 18 deletions

View File

@ -1633,7 +1633,7 @@ void HubWatchDogThread(THREAD *t, void *param)
{
buf = BuildICMPv6NeighborSoliciation(&hub->HubIpV6,
&ip6addr,
hub->HubMacAddr, ++hub->HubIP6Id);
hub->HubMacAddr, ++hub->HubIP6Id, false);
if (buf != NULL)
{