]> asedeno.scripts.mit.edu Git - linux.git/commit
ipv4: Rename fib_nh entries
authorDavid Ahern <dsahern@gmail.com>
Thu, 28 Mar 2019 03:53:55 +0000 (20:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Mar 2019 17:48:04 +0000 (10:48 -0700)
commitb75ed8b1aa9c3a99702159c3be8b0c1d54972ae5
tree2e2bdeed02ac9433ae71cafe1383525743e15424
parent572bf4dd7186584991019a258285432f0d9a7cea
ipv4: Rename fib_nh entries

Rename fib_nh entries that will be moved to a fib_nh_common struct.
Specifically, the device, oif, gateway, flags, scope, lwtstate,
nh_weight and nh_upper_bound are common with all nexthop definitions.
In the process shorten fib_nh_lwtstate to fib_nh_lws to avoid really
long lines.

Rename only; no functional change intended.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/lag_mp.c
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
drivers/net/ethernet/rocker/rocker_ofdpa.c
include/net/ip_fib.h
include/trace/events/fib.h
net/core/filter.c
net/ipv4/fib_frontend.c
net/ipv4/fib_semantics.c
net/ipv4/fib_trie.c
net/ipv4/route.c