From: David S. Miller Date: Mon, 11 Feb 2013 01:37:27 +0000 (-0500) Subject: Merge branch 'mvrp' X-Git-Tag: v3.9-rc1~139^2~120 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=715448ff52e71ed055f352ffcba1ab8e4455ff99;p=profile%2Fivi%2Fkernel-x86-ivi.git Merge branch 'mvrp' David Ward says: ==================== The Linux kernel currently implements the GARP VLAN Registration Protocol (GVRP) from IEEE 802.1Q-1998 (applicant-only participant). When the GVRP flag is set for a VLAN interface on a Linux host, the host advertises its membership in the VLAN to the attached bridge/ switch, so that it is not necessary to manually configure the bridge/ switch port to participate in the VLAN. GVRP has been superseded by the Multiple VLAN Registration Protocol (MVRP) in IEEE 802.1Q-2011, which addresses scalability concerns about the earlier protocol. The following patches add support for MVRP to the Linux kernel and iproute2 utility. They are based largely off of the existing implementation of GVRP, but have been modified for the new PDU structure and state machine. This implementation was tested with two Juniper EX4200 switches. ==================== Signed-off-by: David Ward Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- 715448ff52e71ed055f352ffcba1ab8e4455ff99