commit | 8308f3ff1753d001f7a73f9bb0f02292b5400557 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Sun May 27 08:09:58 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 29 10:12:45 2018 -0400 |
tree | c6858bda7b0260b1db15fdb4132ffd8245fe90c5 | |
parent | af4d768ad28cbf6542ba70dba10b49127b31b762 [diff] |
net/ipv6: Add support for specifying metric of connected routes Add support for IFA_RT_PRIORITY to ipv6 addresses. If the metric is changed on an existing address then the new route is inserted before removing the old one. Since the metric is one of the route keys, the prefix route can not be atomically replaced. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>