Skip to content

Commit

Permalink
[settings-vpn] Support PPPD noipv6 option. JB#54605
Browse files Browse the repository at this point in the history
  • Loading branch information
LaakkonenJussi committed Jun 10, 2021
1 parent 831cd65 commit 978da15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settingsvpnmodel.cpp
Expand Up @@ -1231,6 +1231,7 @@ bool SettingsVpnModel::processPppdProvisioningFile(QFile &provisioningFile, QVar
ENTRY("require-mppe-128", "PPPD.ReqMPPE128"),
ENTRY("mppe-stateful", "PPPD.ReqMPPEStateful"),
ENTRY("novj", "PPPD.NoVJ"),
ENTRY("noipv6", "PPPD.NoIPv6"),
};
#undef ENTRY

Expand Down

0 comments on commit 978da15

Please sign in to comment.