Summary: | Connection editor should not check "Use only for resources on this connection" for all vpn connections by default | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | cocacooler |
Component: | kcm_networkmanagement | Assignee: | Lukáš Tinkl <lukas> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jgrulich |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-nm/4da2b681d3c28d06cc4805ca8b047722cdd37280 | Version Fixed In: | 5.2.0 |
Sentry Crash Report: |
Description
cocacooler
2014-11-09 21:30:12 UTC
Git commit c689cf204969ca8fca4a0c80553cab43dac5741a by Jan Grulich. Committed on 12/11/2014 at 09:01. Pushed by grulich into branch '0.9.3'. Remove redirect-gateway tag from exported/imported config file This is not used even in nm-connection-editor. Also if we are checking for this tag which will never be present in exported OpenVPN connection from nm-connection-editor we always set default-route in IPv4 config as true, which is not usually what users want. I was talking with Dan Williams yesterday and NM-openvpn relies on autodetection of the server user is connecting to. Also he plan to add functionality to this plugin to set never-default automatically from this plugin. M +0 -16 vpn/openvpn/openvpn.cpp http://commits.kde.org/plasma-nm/c689cf204969ca8fca4a0c80553cab43dac5741a Git commit 4da2b681d3c28d06cc4805ca8b047722cdd37280 by Jan Grulich. Committed on 12/11/2014 at 12:02. Pushed by grulich into branch 'master'. Remove redirect-gateway tag from exported/imported config file This is not used even in nm-connection-editor. Also if we are checking for this tag which will never be present in exported OpenVPN connection from nm-connection-editor we always set default-route in IPv4 config as true, which is not usually what users want. I was talking with Dan Williams yesterday and NM-openvpn relies on autodetection of the server user is connecting to. Also he plan to add functionality to this plugin to set never-default automatically from this plugin. M +0 -12 vpn/openvpn/openvpn.cpp http://commits.kde.org/plasma-nm/4da2b681d3c28d06cc4805ca8b047722cdd37280 |