about summary refs log tree commit diff
path: root/TODO
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2019-01-25 10:49:37 +0100
committerSebastien Bacher <seb128@ubuntu.com>2019-01-25 10:49:37 +0100
commit404ebe62622150e77e311777dff8617eb974e834 (patch)
treecc7f73d3e435d5b3ee85e2bef833e8de1fb133e3 /TODO
parent227c401a10a930af6fd5f123aef345fcd130d6aa (diff)
parent3626b425d1bc017fdc6f1ea0cfd329d1e1681641 (diff)
Merge remote-tracking branch 'salsa/upstream' into upstream
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 1 insertions, 5 deletions
diff --git a/TODO b/TODO
index 566bbd5a..e13953de 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