summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-07-22 00:05:51 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-07-22 00:05:51 +0200
commit8a5126061c80fb8c6309bce69c34738ede2f7895 (patch)
tree10bcb2c1142d87acdb2b53a30f1b3cb61206a755 /TODO
parent4c5ef5ad054a4b45f448fc83f73654c316b277dd (diff)
downloadconnman-8a5126061c80fb8c6309bce69c34738ede2f7895.tar.gz
connman-8a5126061c80fb8c6309bce69c34738ede2f7895.tar.bz2
connman-8a5126061c80fb8c6309bce69c34738ede2f7895.zip
TODO list update
Diffstat (limited to 'TODO')
-rw-r--r--TODO21
1 files changed, 21 insertions, 0 deletions
diff --git a/TODO b/TODO
index b1778e57..3a95956e 100644
--- a/TODO
+++ b/TODO
@@ -53,6 +53,17 @@ Core
Complexity: C4
+- VPN service
+
+ Priority: Medium
+ Complexity: C2
+
+ Create a service for every VPN and link it to the topmost one for
+ now.
+ The default route should be set accordingly when UIs move the
+ topmost service up and down.
+
+
- OpenVPN
Priority: Low
@@ -90,6 +101,16 @@ Core
Priority: Medium
Complexity: C1
+
+- PAC export
+
+ Priority: Low
+ Complexity: C1
+
+ When receiving an automatic configuration URL, we should set the
+ service proxy dictionary accordingly (method and URL).
+
+
- Moving DNS proxy code to ConnMan core
Priority: Medium