[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <54762CB3.4090101@cumulusnetworks.com>
Date: Wed, 26 Nov 2014 14:40:35 -0500
From: Jonathan Toppins <jtoppins@...ulusnetworks.com>
To: Stephen Hemminger <stephen@...workplumber.org>,
roopa@...ulusnetworks.com
CC: vyasevich@...il.com, netdev@...r.kernel.org,
wkok@...ulusnetworks.com, gospo@...ulusnetworks.com,
sashok@...ulusnetworks.com
Subject: Re: [PATCH net-next] bridge: add vlan id to mdb notifications
On 11/26/14 1:56 PM, Stephen Hemminger wrote:
> On Wed, 26 Nov 2014 05:53:33 -0800
> roopa@...ulusnetworks.com wrote:
>
>> diff --git a/include/uapi/linux/if_bridge.h b/include/uapi/linux/if_bridge.h
>> index da17e45..db061fd 100644
>> --- a/include/uapi/linux/if_bridge.h
>> +++ b/include/uapi/linux/if_bridge.h
>> @@ -185,6 +185,7 @@ struct br_mdb_entry {
>> struct in6_addr ip6;
>> } u;
>> __be16 proto;
>> + __be16 vid;
>> } addr;
>> };
>>
>
> You can't add fields to existing binary API
>
Roopa, maybe a description of what use case this is trying to solve
would better justify the addition to the UAPI?
-Jon
--
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