All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] iproute2: bridge vlan range support
@ 2015-01-26  2:26 roopa
  2015-02-05 18:48 ` Stephen Hemminger
  0 siblings, 1 reply; 4+ messages in thread
From: roopa @ 2015-01-26  2:26 UTC (permalink / raw)
  To: netdev, shemminger, vyasevic; +Cc: wkok, sfeldma

From: Roopa Prabhu <roopa@cumulusnetworks.com>

This series adds support for vlan ranges in iproute2 bridge add
and show commands.

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: Wilson Kok <wkok@cumulusnetworks.com>

Roopa Prabhu (2):
  iproute2: bridge: support vlan range for adds
  iproute2: bridge vlan show new option to print ranges

 bridge/br_common.h        |    1 +
 bridge/bridge.c           |    6 ++++-
 bridge/vlan.c             |   55 ++++++++++++++++++++++++++++++++++++++++-----
 include/linux/if_bridge.h |    2 ++
 include/linux/rtnetlink.h |    1 +
 5 files changed, 58 insertions(+), 7 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next v3 0/2] iproute2: bridge vlan range support
  2015-01-26  2:26 [PATCH net-next v3 0/2] iproute2: bridge vlan range support roopa
@ 2015-02-05 18:48 ` Stephen Hemminger
  2015-02-20  2:08   ` roopa
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Hemminger @ 2015-02-05 18:48 UTC (permalink / raw)
  To: roopa; +Cc: netdev, shemminger, vyasevic, wkok, sfeldma

On Sun, 25 Jan 2015 18:26:23 -0800
roopa@cumulusnetworks.com wrote:

> From: Roopa Prabhu <roopa@cumulusnetworks.com>
> 
> This series adds support for vlan ranges in iproute2 bridge add
> and show commands.
> 
> Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
> Signed-off-by: Wilson Kok <wkok@cumulusnetworks.com>
> 
> Roopa Prabhu (2):
>   iproute2: bridge: support vlan range for adds
>   iproute2: bridge vlan show new option to print ranges
> 
>  bridge/br_common.h        |    1 +
>  bridge/bridge.c           |    6 ++++-
>  bridge/vlan.c             |   55 ++++++++++++++++++++++++++++++++++++++++-----
>  include/linux/if_bridge.h |    2 ++
>  include/linux/rtnetlink.h |    1 +
>  5 files changed, 58 insertions(+), 7 deletions(-)
> 

Applied to net-next branch of iproute2
Go ahead and send more patches if you decide on different output format.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next v3 0/2] iproute2: bridge vlan range support
  2015-02-05 18:48 ` Stephen Hemminger
@ 2015-02-20  2:08   ` roopa
  2015-02-20  5:09     ` Scott Feldman
  0 siblings, 1 reply; 4+ messages in thread
From: roopa @ 2015-02-20  2:08 UTC (permalink / raw)
  To: Stephen Hemminger
  Cc: netdev, shemminger, vyasevic, wkok, sfeldma, Jamal Hadi Salim,
	Andy Gospodarek

On 2/5/15, 10:48 AM, Stephen Hemminger wrote:
> On Sun, 25 Jan 2015 18:26:23 -0800
> roopa@cumulusnetworks.com wrote:
>
>> From: Roopa Prabhu <roopa@cumulusnetworks.com>
>>
>> This series adds support for vlan ranges in iproute2 bridge add
>> and show commands.
>>
>> Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
>> Signed-off-by: Wilson Kok <wkok@cumulusnetworks.com>
>>
>> Roopa Prabhu (2):
>>    iproute2: bridge: support vlan range for adds
>>    iproute2: bridge vlan show new option to print ranges
>>
>>   bridge/br_common.h        |    1 +
>>   bridge/bridge.c           |    6 ++++-
>>   bridge/vlan.c             |   55 ++++++++++++++++++++++++++++++++++++++++-----
>>   include/linux/if_bridge.h |    2 ++
>>   include/linux/rtnetlink.h |    1 +
>>   5 files changed, 58 insertions(+), 7 deletions(-)
>>
> Applied to net-next branch of iproute2
> Go ahead and send more patches if you decide on different output format.

Thanks stephen.

Maybe too late, but wanted to add a note.
I would have loved to have the default output print vlan ranges if the 
iproute2 version is capable and is talking to the kernel which has vlan 
range support. The netlink msg handling takes care of back ward 
compatibility.

I think, I was being too cautious to not break users who might be doing 
screen scraping.
In general should i be too worried about breaking such users ?.
If not, I would love to resubmit the patch to make the default output 
print ranges.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next v3 0/2] iproute2: bridge vlan range support
  2015-02-20  2:08   ` roopa
@ 2015-02-20  5:09     ` Scott Feldman
  0 siblings, 0 replies; 4+ messages in thread
From: Scott Feldman @ 2015-02-20  5:09 UTC (permalink / raw)
  To: roopa
  Cc: Stephen Hemminger, Netdev, shemminger, vyasevic, Wilson Kok,
	Jamal Hadi Salim, Andy Gospodarek

On Thu, Feb 19, 2015 at 9:08 PM, roopa <roopa@cumulusnetworks.com> wrote:
> On 2/5/15, 10:48 AM, Stephen Hemminger wrote:
>>
>> On Sun, 25 Jan 2015 18:26:23 -0800
>> roopa@cumulusnetworks.com wrote:
>>
>>> From: Roopa Prabhu <roopa@cumulusnetworks.com>
>>>
>>> This series adds support for vlan ranges in iproute2 bridge add
>>> and show commands.
>>>
>>> Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
>>> Signed-off-by: Wilson Kok <wkok@cumulusnetworks.com>
>>>
>>> Roopa Prabhu (2):
>>>    iproute2: bridge: support vlan range for adds
>>>    iproute2: bridge vlan show new option to print ranges
>>>
>>>   bridge/br_common.h        |    1 +
>>>   bridge/bridge.c           |    6 ++++-
>>>   bridge/vlan.c             |   55
>>> ++++++++++++++++++++++++++++++++++++++++-----
>>>   include/linux/if_bridge.h |    2 ++
>>>   include/linux/rtnetlink.h |    1 +
>>>   5 files changed, 58 insertions(+), 7 deletions(-)
>>>
>> Applied to net-next branch of iproute2
>> Go ahead and send more patches if you decide on different output format.
>
>
> Thanks stephen.
>
> Maybe too late, but wanted to add a note.
> I would have loved to have the default output print vlan ranges if the
> iproute2 version is capable and is talking to the kernel which has vlan
> range support. The netlink msg handling takes care of back ward
> compatibility.
>
> I think, I was being too cautious to not break users who might be doing
> screen scraping.
> In general should i be too worried about breaking such users ?.
> If not, I would love to resubmit the patch to make the default output print
> ranges.

+1, if not worried about breaking such users.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-20  5:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26  2:26 [PATCH net-next v3 0/2] iproute2: bridge vlan range support roopa
2015-02-05 18:48 ` Stephen Hemminger
2015-02-20  2:08   ` roopa
2015-02-20  5:09     ` Scott Feldman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.