Andrew Morton a écrit : > net/ipv4/multipath_rr.c: In function 'rr_select_route': > net/ipv4/multipath_rr.c:60: error: 'union ' has no member named 'rt_next' > net/ipv4/multipath_rr.c:60: warning: type defaults to 'int' in declaration of '_________p1' > net/ipv4/multipath_rr.c:60: error: 'union ' has no member named 'rt_next' > net/ipv4/multipath_rr.c:60: warning: assignment makes pointer from integer without a cast > make[2]: *** [net/ipv4/multipath_rr.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > net/ipv4/multipath_random.c: In function 'random_select_route': > net/ipv4/multipath_random.c:76: error: 'union ' has no member named 'rt_next' > net/ipv4/multipath_random.c:76: warning: type defaults to 'int' in declaration of '_________p1' > net/ipv4/multipath_random.c:76: error: 'union ' has no member named 'rt_next' > net/ipv4/multipath_random.c:76: warning: assignment makes pointer from integer without a cast > net/ipv4/multipath_random.c:92: error: 'union ' has no member named 'rt_next' > > [PATCH] : NET : restore multipath routing after rt_next changes I forgot to test build this part of the networking code... Sorry guys. This patch renames u.rt_next to u.dst.rt_next Signed-off-by: Eric Dumazet