commit | 685fb6a40ddace10a0bc8a680ab6ba65c6cdfdaf | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Fri May 19 17:00:53 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon May 22 19:37:32 2017 -0400 |
tree | 258dc0f599d0e3ae686ce59ba7c5b84655328a7b | |
parent | 1faabf7440f17999f41973e91878c13ad9f080b2 [diff] |
net: dsa: add FDB notifier Add two new DSA_NOTIFIER_FDB_ADD and DSA_NOTIFIER_FDB_DEL events to notify not only a single switch, but all switches of a the fabric when an FDB entry is added or removed. For the moment, keep the current behavior and ignore other switches. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>