diff options
author | Amit Cohen <amcohen@nvidia.com> | 2021-12-14 16:25:47 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-12-15 15:05:44 +0000 |
commit | 1fd85416e3b5c9e53bf729c9d2a3922cdf3e3267 (patch) | |
tree | c748c4c12b3a0854d246791d20752bf9185e7f18 /drivers/w1 | |
parent | 720d683cbe8b14bbdb00ea65354a77a8e80a2844 (diff) |
mlxsw: Split handling of FDB tunnel entries between address families
Currently, the function which adds/removes unicast tunnel FDB entries is
shared between IPv4 and IPv6, while for IPv6 it warns because there is
no support for it.
The code for IPv6 will be more complicated because it needs to
allocate/release a KVDL pointer for the underlay IPv6 address.
As a preparation for IPv6 underlay support, split the code according to
address family.
Signed-off-by: Amit Cohen <amcohen@nvidia.com>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/w1')
0 files changed, 0 insertions, 0 deletions