netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Missing iproute2 support for 802.1ad
@ 2013-06-20 21:17 Michael Leun
       [not found] ` <CAKoUArm0w70TZvaZSMa1C9vAj+UXsMkza7XTBX0Vq-7B3xrFLA@mail.gmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Leun @ 2013-06-20 21:17 UTC (permalink / raw)
  To: kaber, shemminger; +Cc: netdev, linux-kernel



2013-04-19 12:04:31 GMT kaber@trash.net wrote:

> Add support for 802.1ad VLAN devices. This mainly consists of checking
> for
> ETH_P_8021AD in addition to ETH_P_8021Q in a couple of places and check
> offloading capabilities based on the used protocol.

> Configuration is done using "ip link":

> # ip link add link eth0 eth0.1000 \
> 	type vlan proto 802.1ad id 1000
> # ip link add link eth0.1000 eth0.1000.1000 \
>	type vlan proto 802.1q id 1000

I fear, that does not work:

lara:/home/ml # ip link add link eth0 eth0.1000 type vlan proto 802.1ad id 1000
vlan: what is "proto"?
Usage: ... vlan id VLANID [ FLAG-LIST ]
                          [ ingress-qos-map QOS-MAP ] [ egress-qos-map QOS-MAP ]
[...]

ip does not seem to know about proto. This does not  have changed in
git either.

I've seen there was an patch to add this around somewhen in 2011, but
it does not seem to have made it.

Or did I miss something?

-- 
MfG,

Michael Leun

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

end of thread, other threads:[~2013-06-21 19:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20 21:17 Missing iproute2 support for 802.1ad Michael Leun
     [not found] ` <CAKoUArm0w70TZvaZSMa1C9vAj+UXsMkza7XTBX0Vq-7B3xrFLA@mail.gmail.com>
2013-06-21 13:52   ` Rami Rosen
2013-06-21 15:37     ` Michael Leun
2013-06-21 19:57       ` Michael Leun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).