commit | 6eba87c781aaa02f6bf1b64df2f8b12833eee521 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Wed Oct 18 11:39:13 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 20 13:29:26 2017 +0100 |
tree | 1cb2a33f0183083aba0e54d1f618ed75bf1e8492 | |
parent | 1fba70e5b6bed53496ba1f1f16127f5be01b5fb6 [diff] |
net: ipv4: Change fib notifiers to take a fib_alias All of the notifier data (fib_info, tos, type and table id) are contained in the fib_alias. Pass it to the notifier instead of each data separately shortening the argument list by 3. Signed-off-by: David Ahern <dsahern@gmail.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>