mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Merge PR #1507: Change default hub option to allow default router in IPv6 RA
This commit is contained in:
commit
2955dc5580
@ -2320,7 +2320,7 @@ void SiSetDefaultHubOption(HUB_OPTION *o)
|
||||
o->DefaultSubnet = SetIP32(255, 255, 255, 0);
|
||||
o->MaxSession = 0;
|
||||
o->VlanTypeId = MAC_PROTO_TAGVLAN;
|
||||
o->NoIPv6DefaultRouterInRAWhenIPv6 = true;
|
||||
o->NoIPv6DefaultRouterInRAWhenIPv6 = false;
|
||||
o->ManageOnlyPrivateIP = true;
|
||||
o->ManageOnlyLocalUnicastIPv6 = true;
|
||||
o->NoMacAddressLog = true;
|
||||
|
Loading…
Reference in New Issue
Block a user