summaryrefslogtreecommitdiffstats
path: root/net/802/Kconfig
diff options
context:
space:
mode:
authorDavid Ward2013-02-08 18:17:06 +0100
committerDavid S. Miller2013-02-11 02:37:22 +0100
commitfebf018d22347b5df94066bca05d0c11a84e839d (patch)
tree726ff7c7ee289736d6c36996d4340928f9594298 /net/802/Kconfig
parentMerge branch 'vsock' (diff)
downloadkernel-qcow2-linux-febf018d22347b5df94066bca05d0c11a84e839d.tar.gz
kernel-qcow2-linux-febf018d22347b5df94066bca05d0c11a84e839d.tar.xz
kernel-qcow2-linux-febf018d22347b5df94066bca05d0c11a84e839d.zip
net/802: Implement Multiple Registration Protocol (MRP)
Initial implementation of the Multiple Registration Protocol (MRP) from IEEE 802.1Q-2011, based on the existing implementation of the Generic Attribute Registration Protocol (GARP). Signed-off-by: David Ward <david.ward@ll.mit.edu> Acked-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/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/802/Kconfig b/net/802/Kconfig
index be33d27c8e69..80d4bf78905d 100644
--- a/net/802/Kconfig
+++ b/net/802/Kconfig
@@ -5,3 +5,6 @@ config STP
config GARP
tristate
select STP
+
+config MRP
+ tristate