lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 26 Dec 2011 22:48:41 -0500
From:	Rahul Kumar <mailforgroup@...il.com>
To:	netdev@...r.kernel.org
Subject: ipip6_tunnel_xmit

Hi,

I'm trying to understand the sit driver code net/ipv6/sit.c
(2.6.35.12). I'm trying to forward incoming packet from another
interface (eth0) to ISATAP tunnel interface (is0) by calling
dev_queue_xmit (dev) with dev set to is0. Eventually ipip6_tunnel_xmit
routine is getting called, skb_dst()->neighbor is returning null. (I
think this is returning null since the dest ip(v6) is incorrectly
set). I would like to know what should be the header fields that needs
to be set when passing down to tunnel, in order to forward it to
isatap router. Please let me know
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ