summary refs log tree commit diff
path: root/TODO
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-09-23 10:10:27 +0200
committerMichael Biebl <biebl@debian.org>2018-09-23 10:10:27 +0200
commite126f3e804c35480c4f075777430419d6ece23da (patch)
tree5d5821ebcda8cd6ac34d2483bb3354910e508930 /TODO
parentc240974325c552cad177c457d6ff04e381fd77a3 (diff)
New upstream version 1.12.4 upstream/1.12.4
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index e13953de..566bbd5a 100644
--- a/TODO
+++ b/TODO
@@ -123,7 +123,11 @@ 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. In nm-vpn-connection.c, upon receipt of the D-Bus Ip4Config signal
+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
 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