]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: spectrum_router: Allow more route types to be programmed
authorIdo Schimmel <idosch@mellanox.com>
Fri, 10 Mar 2017 07:53:38 +0000 (08:53 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Mar 2017 17:36:06 +0000 (09:36 -0800)
commit1fdb1232cf3829046f9931fb92e8c646fb1d0163
tree433354ccdd89d432a1ccd448f7659c73eb5d35a4
parentb31dc22d04aa0827cb889849f823c08596e15763
mlxsw: spectrum_router: Allow more route types to be programmed

Allow 'unreachable', 'blackhole' and 'prohibit' route types to be
programmed into the device by sending any packet hitting them to the
CPU.

This is needed so that users will be able to program a default route
into the VRF's table, thereby preventing lookup from leaking to other
tables.

Audit the code paths to make sure we don't rely on the presence of a
nexthop netdev, as it doesn't exist for above mentioned route types.

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>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c