diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-08 16:34:47 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-08 16:34:47 +0200 |
commit | b187f57a026110ef0b0f1d6b6414c868922cab46 (patch) | |
tree | e717cc737e5c892790752cfa6c7dc96b761db60a /todo.txt | |
parent | 271a9073948f1a47786ae40f5af6e58e7992a767 (diff) |
Add FAQ Dialog, will be filled with more Items later
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -20,9 +20,21 @@ IPv6 support: - Implementing/testing IPv6 route/ifconfig/DNS Server +Tap support: +- People still ask how to do tap support. :( +- Put statements that tap is not supported everywhere. +- Actually it is possible to emulate tap with tun device, a minimal implementation would have to do: + - generate random mac + - strip macs header on receive + - append mac header on send + - implement arp, possible the most difficult task ... + - need to chose right mac of receiver + + + Requested by users: cipher -mtu-link auth +mtu-link |