]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/ipv4/fib_semantics.c
net: Put flowi_* prefix on AF independent members of struct flowi
[mirror_ubuntu-artful-kernel.git] / net / ipv4 / fib_semantics.c
index b5d523b911e6575fefe13e7d68c25b8d0ce1478c..79179ade529491e611c32d4d40b31ca270e24e58 100644 (file)
@@ -563,7 +563,7 @@ static int fib_check_nh(struct fib_config *cfg, struct fib_info *fi,
                        struct flowi fl = {
                                .fl4_dst = nh->nh_gw,
                                .fl4_scope = cfg->fc_scope + 1,
-                               .oif = nh->nh_oif,
+                               .flowi_oif = nh->nh_oif,
                        };
 
                        /* It is not necessary, but requires a bit of thinking */