[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6c039e090908040128l7bdaf45j3305e5e392562b85@mail.gmail.com>
Date: Tue, 4 Aug 2009 16:28:34 +0800
From: Chia-chi Yeh (葉家齊) <chiachi@...roid.com>
To: Badalian Vyacheslav <slavon@...telecom.ru>
Cc: David Miller <davem@...emloft.net>, john.dykstra1@...il.com,
akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org
Subject: Re: [PATCH] net: Keep interface binding when sending packets with
ipi_ifindex = 0
On Tue, Aug 4, 2009 at 3:57 PM, Badalian Vyacheslav<slavon@...telecom.ru> wrote:
>
> Hello
> Sorry if its my mistake or i someone not understand :)
>
> if (ipc->oif && info->ipi_ifindex != ipc->oif)
> // if match: info->ipi_ifindex != ipc->oif
> return ...
> else
> // else match: info->ipi_ifindex == ipc->oif
> // but you do
> ipc->oif = info->ipi_ifindex;
> // why if you else match allready check for it?
>
> Thanks
Hi Badalian,
Consider ipc->oif = 0 before the if-condition. :)
Chia-chi
--
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