[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1b9338490909070835t3517bc36o396539e7ea1721fc@mail.gmail.com>
Date: Mon, 7 Sep 2009 18:35:41 +0300
From: "Ilia K." <mail4ilia@...il.com>
To: David Miller <davem@...emloft.net>
Cc: opurdila@...acom.com, netdev@...r.kernel.org
Subject: Re: multicast routing and multiple interfaces with same IP
Hi,
I'm attaching a new patch. The changes:
mroute.h:
- consistent name for interface index: vifc_lcl_ifindex
- union of vifc_lcl_addr and vifc_lcl_ifindex since either one of them
can be used
ipmr.c:
- case VIFF_USE_IFINDEX and case 0 had almost the same code, so using
fall through and if to eliminate code duplication
Regards,
Ilia.
On Sat, Aug 29, 2009 at 10:01 AM, David Miller<davem@...emloft.net> wrote:
> From: Octavian Purdila <opurdila@...acom.com>
> Date: Thu, 27 Aug 2009 02:53:18 +0300
>
>> I don't have context on multicast routing, but this caught my attention:
>>
>>>@@ -61,11 +61,13 @@
>>> unsigned int vifc_rate_limit; /* Rate limiter values (NI) */
>>> struct in_addr vifc_lcl_addr; /* Our address */
>>> struct in_addr vifc_rmt_addr; /* IPIP tunnel addr */
>>>+ int ifindex; /* Local interface index */
>>> };
>>>
>>
>> Wouldn't this break userspace ABI?
>>
>> Perhaps you could use a union between vifc_lcl_addr and vifc_ifindex, they seem
>> to be exclusive.
>
> Indeed, this will need to be fixed up.
>
View attachment "vif_add.patch" of type "text/x-diff" (1587 bytes)
Powered by blists - more mailing lists