summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-07-17 15:41:29 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-08-27 11:36:56 +0200
commitd70185ddf13eed9232cfd4da53f5baaa14f8a1d6 (patch)
treeee530a0008bf5dff9a9bb723523bd19a21d87f73 /TODO
parente3c944d565d29463a676558fabd7510bcff558a8 (diff)
downloadNetworkManager-d70185ddf13eed9232cfd4da53f5baaa14f8a1d6.tar.gz
all: point git references to the GitLab instance
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/2
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 1 insertions, 5 deletions
diff --git a/TODO b/TODO
index 566bbd5a0f..e13953de22 100644
--- a/TODO
+++ b/TODO
@@ -123,11 +123,7 @@ pseudo-ethernet device to obtain addressing information. This is not currently
possible, but NM already has all the code for DHCP. Thus, a new "method"
key should be defined in include/NetworkManagerVPN.h to allow for DHCP to
be performed if the VPN service daemon requests it in the IP4Config or IP6Config
-signals. A patch here:
-
-http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?h=vpn-ip-method
-
-shows that. In nm-vpn-connection.c, upon receipt of the D-Bus Ip4Config signal
+signals. In nm-vpn-connection.c, upon receipt of the D-Bus Ip4Config signal
from the VPN plugin, NetworkManager would inspect the "method" property of the
ip4 config dictionary. If that property was present and set to "auto" then
DHCP would be started using the network interface returned in the dict. The