]> asedeno.scripts.mit.edu Git - linux.git/commit
mlxsw: spectrum_router: Return an error for non-default FIB rules
authorIdo Schimmel <idosch@mellanox.com>
Wed, 2 May 2018 07:17:34 +0000 (10:17 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 May 2018 17:15:17 +0000 (13:15 -0400)
commit6290182b2b3bda119ecb243fb3d6bcc98a74344f
treebd1df58b5b4055cf7050885bcb5396abbe5f86bb
parent794451c1b57fa3871f51b62c0e430f44073e7cfc
mlxsw: spectrum_router: Return an error for non-default FIB rules

Since commit 9776d32537d2 ("net: Move call_fib_rule_notifiers up in
fib_nl_newrule") it is possible to forbid the installation of
unsupported FIB rules.

Have mlxsw return an error for non-default FIB rules in addition to the
existing extack message.

Example:
# ip rule add from 198.51.100.1 table 10
Error: mlxsw_spectrum: FIB rules not supported.

Note that offload is only aborted when non-default FIB rules are already
installed and merely replayed during module initialization.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Acked-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c