[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CACLebovyJhHMV5Nz+rEtm0sj7QeXcjXz8-D+bfTQx70x8+nsJw@mail.gmail.com>
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