summaryrefslogtreecommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-08 16:34:47 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-08 16:34:47 +0200
commit87c962c47189cac2f9954c94a55e36770accfb70 (patch)
treee717cc737e5c892790752cfa6c7dc96b761db60a /todo.txt
parent379ae9173874ebe7d3811f0fde9b75221c349386 (diff)
Add FAQ Dialog, will be filled with more Items later
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 0b58dc57..69338c5f 100644
--- a/todo.txt
+++ b/todo.txt
@@ -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