1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Merge PR #1507: Change default hub option to allow default router in IPv6 RA

This commit is contained in:
Davide Beatrici 2021-11-24 00:22:04 +01:00 committed by GitHub
commit 2955dc5580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;