From: Patrick McHardy Date: Sun, 6 Jul 2008 04:26:57 +0000 (-0700) Subject: vlan: Add GVRP support X-Git-Tag: v2.6.27-rc1~969^2~225 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70c03b49b80ba3634958acc31853771019c0ebd3;p=pandora-kernel.git vlan: Add GVRP support Add GVRP support for dynamically registering VLANs with switches. By default GVRP is disabled because we only support the applicant-only participant model, which means it should not be enabled on vlans that are members of a bridge. Since there is currently no way to cleanly determine that, the user is responsible for enabling it. The code is pretty small and low impact, its wrapped in a config option though because it depends on the GARP implementation and the STP core. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed