Re: tcp/ip stack question

2007-06-07 Thread Lee Revell
On 6/7/07, kernel coder <[EMAIL PROTECTED]> wrote: hi, I am recieveing the packet on eth1 and want to send it through eth2. I've written code in netif_recieve_skb function .This code changes the mac header in sk_buff structure so that it can be send through other interface card.But when i

tcp/ip stack question

2007-06-07 Thread kernel coder
hi, I am recieveing the packet on eth1 and want to send it through eth2. I've written code in netif_recieve_skb function .This code changes the mac header in sk_buff structure so that it can be send through other interface card.But when i call ip_dev_find fucntion to get the second interfac