mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-20 02:09:25 +03:00
Change default hub option to allow default router in IPv6 RA
This commit is contained in:
@ -2320,7 +2320,7 @@ void SiSetDefaultHubOption(HUB_OPTION *o)
|
|||||||
o->DefaultSubnet = SetIP32(255, 255, 255, 0);
|
o->DefaultSubnet = SetIP32(255, 255, 255, 0);
|
||||||
o->MaxSession = 0;
|
o->MaxSession = 0;
|
||||||
o->VlanTypeId = MAC_PROTO_TAGVLAN;
|
o->VlanTypeId = MAC_PROTO_TAGVLAN;
|
||||||
o->NoIPv6DefaultRouterInRAWhenIPv6 = true;
|
o->NoIPv6DefaultRouterInRAWhenIPv6 = false;
|
||||||
o->ManageOnlyPrivateIP = true;
|
o->ManageOnlyPrivateIP = true;
|
||||||
o->ManageOnlyLocalUnicastIPv6 = true;
|
o->ManageOnlyLocalUnicastIPv6 = true;
|
||||||
o->NoMacAddressLog = true;
|
o->NoMacAddressLog = true;
|
||||||
|
Reference in New Issue
Block a user