commit | bdb3289f739e94bcae8b51972ae844ec66c2f4df | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <dlezcano@fr.ibm.com> | Tue Mar 04 13:48:10 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 04 13:48:10 2008 -0800 |
tree | 2ffffce475a82a69bbe8092be3d3f260fe83b003 | |
parent | 5578689a4e3c04f2d43ea39736fd3fa396d80c6e [diff] |
[NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer This patch make mindless changes and prepares the code to use dynamic allocation for rt6_info structure. The code accesses the rt6_info structure as a pointer instead of a global static variable. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: Benjamin Thery <benjamin.thery@bull.net> Signed-off-by: David S. Miller <davem@davemloft.net>