]> git.baikalelectronics.ru Git - kernel.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)
commitb5ff1c8e1a1de3d9fd8c7e7072b5d49706ee5d26
tree2e2bdeed02ac9433ae71cafe1383525743e15424
parente4db0f443e3992f512e4ae2befec5d64d73c8cda
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