commit | 7cc482634f1f1e1db5401007658c8e8d6cf1617d | [log] [tgz] |
---|---|---|
author | Eric Dumazet <dada1@cosmosbay.com> | Fri Feb 09 16:22:57 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Feb 10 23:20:40 2007 -0800 |
tree | c79f22adc08cd76c2c211a0120fe19d726b8c225 | |
parent | 093c2ca4167cf66f69020329d14138da0da8599b [diff] |
[IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointer This patch removes the next pointer from 'struct rt6_info.u' union, and renames u.next to u.dst.rt6_next. Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>