[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150122225106.569d4b92@urahara>
Date: Thu, 22 Jan 2015 22:51:06 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: roopa@...ulusnetworks.com
Cc: davem@...emloft.net, netdev@...r.kernel.org, vyasevic@...hat.com,
wkok@...ulusnetworks.com, sfeldma@...il.com
Subject: Re: [PATCH net-next v2] iproute2: bridge: support vlan range
On Thu, 22 Jan 2015 22:25:10 -0800
roopa@...ulusnetworks.com wrote:
> From: Roopa Prabhu <roopa@...ulusnetworks.com>
>
> This patch adds vlan range support to bridge command
> using the newly added vinfo flags BRIDGE_VLAN_INFO_RANGE_BEGIN and
> BRIDGE_VLAN_INFO_RANGE_END.
>
> $bridge vlan show
> port vlan ids
> br0 1 PVID Egress Untagged
>
> dummy0 1 PVID Egress Untagged
>
> $bridge vlan add vid 10-15 dev dummy0
> port vlan ids
> br0 1 PVID Egress Untagged
>
> dummy0 1 PVID Egress Untagged
> 10
> 11
> 12
> 13
> 14
> 15
Doing on vlan id per line gets ridiculous with 1000 vlan's
how about something more compact?
--
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