commit | efc42879ec9ea85d5d17019536f2f8c5da455498 | [log] [tgz] |
---|---|---|
author | Amit Cohen <amcohen@nvidia.com> | Mon Feb 01 21:47:54 2021 +0200 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Feb 02 17:45:59 2021 -0800 |
tree | 7d813fde7ad46d5fe360c246b779267f07174a81 | |
parent | fbaca8f895a6855b0b442227bc21da2d4cf77a01 [diff] |
net: Do not call fib6_info_hw_flags_set() when IPv6 is disabled With the next patch mlxsw and netdevsim will fail in compilation if CONFIG_IPV6 is disabled. Do not call fib6_info_hw_flags_set() when IPv6 is disabled. Signed-off-by: Amit Cohen <amcohen@nvidia.com> Signed-off-by: Ido Schimmel <idosch@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>