summaryrefslogtreecommitdiffstats
path: root/net/802/Kconfig
diff options
context:
space:
mode:
authorPatrick McHardy2008-07-06 06:26:13 +0200
committerDavid S. Miller2008-07-06 06:26:13 +0200
commiteca9ebac651f774d8b10fce7c5d173c3c3d3394f (patch)
tree58b4117a0820dff43d4faa7fdcae5cd7723674c7 /net/802/Kconfig
parentbridge: Use STP demux (diff)
downloadkernel-qcow2-linux-eca9ebac651f774d8b10fce7c5d173c3c3d3394f.tar.gz
kernel-qcow2-linux-eca9ebac651f774d8b10fce7c5d173c3c3d3394f.tar.xz
kernel-qcow2-linux-eca9ebac651f774d8b10fce7c5d173c3c3d3394f.zip
net: Add GARP applicant-only participant
Add an implementation of the GARP (Generic Attribute Registration Protocol) applicant-only participant. This will be used by the following patch to add GVRP support to the VLAN code. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/802/Kconfig')
-rw-r--r--net/802/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/802/Kconfig b/net/802/Kconfig
index 01cb0943626b..be33d27c8e69 100644
--- a/net/802/Kconfig
+++ b/net/802/Kconfig
@@ -1,3 +1,7 @@
config STP
tristate
select LLC
+
+config GARP
+ tristate
+ select STP