[IPV6]: Replace using the magic constant "1024" with IP6_RT_PRIO_USER for fc_metric.

This patch replaces the explicit usage of the magic constant "1024"
with IP6_RT_PRIO_USER in the IPV6 tree.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Rami Rosen and committed by David S. Miller 238fc7ea da219b7c

+2 -2
+2 -2
net/ipv6/route.c
··· 1620 1620 { 1621 1621 struct fib6_config cfg = { 1622 1622 .fc_table = RT6_TABLE_INFO, 1623 - .fc_metric = 1024, 1623 + .fc_metric = IP6_RT_PRIO_USER, 1624 1624 .fc_ifindex = ifindex, 1625 1625 .fc_dst_len = prefixlen, 1626 1626 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | ··· 1670 1670 { 1671 1671 struct fib6_config cfg = { 1672 1672 .fc_table = RT6_TABLE_DFLT, 1673 - .fc_metric = 1024, 1673 + .fc_metric = IP6_RT_PRIO_USER, 1674 1674 .fc_ifindex = dev->ifindex, 1675 1675 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | 1676 1676 RTF_UP | RTF_EXPIRES | RTF_PREF(pref),