]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: dsa: Add basic framework to support ndo_fdb functions
authorGuenter Roeck <linux@roeck-us.net>
Fri, 27 Mar 2015 01:36:37 +0000 (18:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Mar 2015 20:23:54 +0000 (13:23 -0700)
commit339d82626d225e9b876665e4e89b7eb123e96b3d
tree03ef0d816547cd8423c6c2e89c651926fb228bb8
parent3f244abb53665bf1ae0a762bb452d33b6648b7df
net: dsa: Add basic framework to support ndo_fdb functions

Provide callbacks for ndo_fdb_add, ndo_fdb_del, and ndo_fdb_dump.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dsa.h
net/dsa/slave.c