mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
febf018d22
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>
11 lines
90 B
Plaintext
11 lines
90 B
Plaintext
config STP
|
|
tristate
|
|
select LLC
|
|
|
|
config GARP
|
|
tristate
|
|
select STP
|
|
|
|
config MRP
|
|
tristate
|