~ubuntu-branches/ubuntu/saucy/openvpn/saucy-proposed

« back to all changes in this revision

Viewing changes to TODO.ipv6

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2013-05-24 17:42:45 UTC
  • mfrom: (1.1.19) (10.2.22 sid)
  • Revision ID: package-import@ubuntu.com-20130524174245-g9y6wlforycufqy5
Tags: 2.3.1-2ubuntu1
* Merge from Debian unstable. Remaining changes:
  - debian/openvpn.init.d:
    + Do not use start-stop-daemon and </dev/null to avoid blocking boot.
    + Show per-VPN result messages.
    + Add "--script-security 2" by default for backwards compatabliity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[ Last updated: 11-Nov-2009. ]
2
 
 
3
 
* All platforms:
4
 
  o mgmt console: as currently passes straight in_addr_t bits around
5
 
 
6
 
  o make possible to get AF from getaddrinfo() answer, ie allow openvpn to
7
 
    use ipv4/6 if DNS returns A/AAAA without specifying protocol.
8
 
    Hard: requires deep changes in initialization/calling logic
9
 
 
10
 
  o use AI_PASSIVE
11
 
 
12
 
  o the getaddr()/getaddr6() interface is not prepared for handling socktype
13
 
    "tagging", currently I abuse the sockflags bits for getting the ai_socktype
14
 
    downstream.
15
 
 
16
 
  o implement comparison for mapped addesses: server in dual stack
17
 
    listening IPv6 must permit incoming streams from allowed IPv4 peer,
18
 
    currently you need to pass eg:  --remote ffff::1.2.3.4
19
 
 
20
 
  o do something with multi mode learn routes, for now just ignoring
21
 
    ipv6 addresses seems the most sensible thing to do, because there's
22
 
    no support for intra-tunnel ipv6 stuff.
23
 
 
24
 
* win32:
25
 
  o find out about mapped addresses, as I can't make it work
26
 
    with bound at ::1 and connect to 127.0.0.1
27
 
 
28
 
* N/A:
29
 
  o this is ipv6 *endpoint* support, so don't expect "ifconfig6"-like
30
 
    support in this patch