mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Change default hub option to allow default router in IPv6 RA
This commit is contained in:
parent
9d4970841f
commit
e095283641
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user