* ipip6_tunnel_xmit
[not found] <CACLebouGT4FU2RJkEY0RkHr53Znp=TmA1=cPE7mgh14whhGa4g@mail.gmail.com>
@ 2011-12-27 3:53 ` Rahul Kumar
2011-12-29 4:10 ` ipip6_tunnel_xmit Rahul Kumar
0 siblings, 1 reply; 2+ messages in thread
From: Rahul Kumar @ 2011-12-27 3:53 UTC (permalink / raw)
To: kernelnewbies
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* ipip6_tunnel_xmit
2011-12-27 3:53 ` ipip6_tunnel_xmit Rahul Kumar
@ 2011-12-29 4:10 ` Rahul Kumar
0 siblings, 0 replies; 2+ messages in thread
From: Rahul Kumar @ 2011-12-29 4:10 UTC (permalink / raw)
To: kernelnewbies
Can you please let me know your comments on this.
On Mon, Dec 26, 2011 at 10:53 PM, Rahul Kumar <mailforgroup@gmail.com> wrote:
> ?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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-29 4:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CACLebouGT4FU2RJkEY0RkHr53Znp=TmA1=cPE7mgh14whhGa4g@mail.gmail.com>
2011-12-27 3:53 ` ipip6_tunnel_xmit Rahul Kumar
2011-12-29 4:10 ` ipip6_tunnel_xmit Rahul Kumar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).