]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Notify newly added route if should be offloaded
authorIdo Schimmel <idosch@mellanox.com>
Sat, 14 Dec 2019 15:53:10 +0000 (17:53 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2019 00:14:42 +0000 (16:14 -0800)
commit223e264d55a1de19549bea8fbf3bd6130284493b
treeb5f938697199be8aa7ef675c275a0f7b3c4a8bd0
parent0be4cf26a1fa22892627f9f7a183e29623bab3e4
ipv4: Notify newly added route if should be offloaded

When a route is added, it should only be notified in case it is the
first route in the FIB alias list with the given {prefix, prefix length,
table ID}. Otherwise, it is not used in the data path and should not be
considered by switch drivers.

v2:
* Convert to use fib_find_alias() instead of fib_find_first_alias()

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_trie.c