commit | 66a5763ac180d43f4a16770791669dc1e085cd5d | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Thu Aug 03 13:28:26 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 03 15:36:00 2017 -0700 |
tree | 857f1ff2665a20c82859702a8c319ef879972dfd | |
parent | a460aa83963b185a32a6377eb486b6e613ac8e38 [diff] |
mlxsw: spectrum_router: Demultiplex FIB event based on family The FIB notification block currently only handles IPv4 events, but we want to start handling IPv6 events soon, so lay the groundwork now. Do that by preparing the work item and process it according to the notified address family. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>