From: Ang Way Chuang Date: Wed, 18 Jun 2008 04:10:33 +0000 (-0700) Subject: tun: Proper handling of IPv6 header in tun driver when TUN_NO_PI is set X-Git-Tag: v2.6.26-rc7~20^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f09f7ee20c867818bacf79426cf491b2749e7eff;p=pandora-kernel.git tun: Proper handling of IPv6 header in tun driver when TUN_NO_PI is set By default, tun.c running in TUN_TUN_DEV mode will set the protocol of packet to IPv4 if TUN_NO_PI is set. My program failed to work when I assumed that the driver will check the first nibble of packet, determine IP version and set the appropriate protocol. Signed-off-by: Ang Way Chuang Acked-by: Max Krasnyansky Signed-off-by: David S. Miller --- Reading git-diff-tree failed