Loading net/ipv4/route.c +1 −1 Original line number Diff line number Diff line Loading @@ -2236,7 +2236,7 @@ static struct rtable *__mkroute_output(const struct fib_result *res, if (!rth) return ERR_PTR(-ENOBUFS); rth->rt_iif = orig_oif ? : 0; rth->rt_iif = orig_oif; if (res->table) rth->rt_table_id = res->table->tb_id; Loading Loading
net/ipv4/route.c +1 −1 Original line number Diff line number Diff line Loading @@ -2236,7 +2236,7 @@ static struct rtable *__mkroute_output(const struct fib_result *res, if (!rth) return ERR_PTR(-ENOBUFS); rth->rt_iif = orig_oif ? : 0; rth->rt_iif = orig_oif; if (res->table) rth->rt_table_id = res->table->tb_id; Loading