commit | 2a778e1b58990e15de5cba4badec1fa7ecb87e80 | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Mon Aug 10 09:09:49 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 11 12:03:19 2015 -0700 |
tree | 574827e465061bb9ca63255176b756fc13e3a60f | |
parent | c5723ac51f2a1eaa69d831b919129a3c2b7efeee [diff] |
net: dsa: change FDB routines prototypes Change the prototype of port_getnext to include a vid parameter. This is necessary to introduce the support for VLAN. Also rename the fdb_{add,del,getnext} function pointers to port_fdb_{add,del,getnext} since they are specific to a given port. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>