[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110717211158.GA3352722@jupiter.n2.diac24.net>
Date: Sun, 17 Jul 2011 23:11:59 +0200
From: David Lamparter <equinox@...c24.net>
To: David Lamparter <equinox@...c24.net>
Cc: netdev@...r.kernel.org, Patrick McHardy <kaber@...sh.net>
Subject: Re: iproute2: Add 802.1ad / QinQ support
probably should've put "iproute2" in the subject line... sorry.
-David
On Sun, Jul 17, 2011 at 11:08:23PM +0200, David Lamparter wrote:
> + } else if (matches(*argv, "protocol") == 0) {
> + NEXT_ARG();
> + if (strcmp(*argv, "802.1Q") == 0)
> + proto = 0x8100;
> + else if (strcmp(*argv, "802.1ad") == 0)
> + proto = 0x88a8;
> + else if (strcmp(*argv, "9100") == 0)
> + proto = 0x9100;
> + else if (strcmp(*argv, "9200") == 0)
> + proto = 0x9200;
> + else if (strcmp(*argv, "9300") == 0)
> + proto = 0x9300;
> + else
> + invarg("protocol is invalid", *argv);
> + addattr_l(n, 1024, IFLA_VLAN_PROTOCOL, &proto, 2);
--
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