]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/fib_semantics.c
Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6
[karo-tx-linux.git] / net / ipv4 / fib_semantics.c
index a72c62d03106c5ad3d89ff59fc41fd6abcb39a64..9aff11d7278f5bf31305b4582ee5e0eff75ffd4a 100644 (file)
@@ -563,12 +563,8 @@ static int fib_check_nh(struct fib_config *cfg, struct fib_info *fi,
                rcu_read_lock();
                {
                        struct flowi fl = {
-                               .nl_u = {
-                                       .ip4_u = {
-                                               .daddr = nh->nh_gw,
-                                               .scope = cfg->fc_scope + 1,
-                                       },
-                               },
+                               .fl4_dst = nh->nh_gw,
+                               .fl4_scope = cfg->fc_scope + 1,
                                .oif = nh->nh_oif,
                        };