From 87c962c47189cac2f9954c94a55e36770accfb70 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 8 May 2012 16:34:47 +0200 Subject: Add FAQ Dialog, will be filled with more Items later --- todo.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'todo.txt') 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 -- cgit v1.2.3