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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user