commit | b75ed8b1aa9c3a99702159c3be8b0c1d54972ae5 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Wed Mar 27 20:53:55 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 29 10:48:04 2019 -0700 |
tree | 2e2bdeed02ac9433ae71cafe1383525743e15424 | |
parent | 572bf4dd7186584991019a258285432f0d9a7cea [diff] |
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>