mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +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>
10 lines
90 B
Text
10 lines
90 B
Text
config STP
|
|
tristate
|
|
select LLC
|
|
|
|
config GARP
|
|
tristate
|
|
select STP
|
|
|
|
config MRP
|
|
tristate
|