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 | 87c962c47189cac2f9954c94a55e36770accfb70 (patch) | |
tree | e717cc737e5c892790752cfa6c7dc96b761db60a /todo.txt | |
parent | 379ae9173874ebe7d3811f0fde9b75221c349386 (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 |