commit | 767a2217533fed696af0d06bee7746d34c4e00aa | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Thu Oct 04 20:07:51 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 04 21:54:03 2018 -0700 |
tree | 345d862ce8fe8019b15deb0c591dc7760b3d554c | |
parent | d26d4b194e582c6f2070cc5f7f74a72124ad41ef [diff] |
net: common metrics init helper for FIB entries Consolidate initialization of ipv4 and ipv6 metrics when fib entries are created into a single helper, ip_fib_metrics_init, that handles the call to ip_metrics_convert. If no metrics are defined for the fib entry, then the metrics is set to dst_default_metrics. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>