ipv6: Kill rt6i_dev and rt6i_expires defines.
[deliverable/linux.git] / net / ipv6 / ndisc.c
index 538a61960a24791d2ad899def392ec9ed2b275d3..3b1fe4b3f3c65793ef72db9f19941edd287558d7 100644 (file)
@@ -1258,7 +1258,7 @@ static void ndisc_router_discovery(struct sk_buff *skb)
        }
 
        if (rt)
-               rt->rt6i_expires = jiffies + (HZ * lifetime);
+               rt->dst.expires = jiffies + (HZ * lifetime);
 
        if (ra_msg->icmph.icmp6_hop_limit) {
                in6_dev->cnf.hop_limit = ra_msg->icmph.icmp6_hop_limit;
This page took 0.034172 seconds and 5 git commands to generate.