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>
This commit is contained in:

committed by
David S. Miller

parent
5b815b52f6
commit
febf018d22
@@ -1290,6 +1290,8 @@ struct net_device {
|
||||
};
|
||||
/* GARP */
|
||||
struct garp_port __rcu *garp_port;
|
||||
/* MRP */
|
||||
struct mrp_port __rcu *mrp_port;
|
||||
|
||||
/* class/net/name entry */
|
||||
struct device dev;
|
||||
|
Reference in New Issue
Block a user