diff options
| author | <jgarzik@pretzel.yyz.us> | 2005-06-04 00:40:40 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-06-04 00:40:40 -0400 |
| commit | ae20ea8525a80a863f70d332cf47b71bd9f54c1f (patch) | |
| tree | 9d3cedeb65db521a8436b545bd91641549a18d24 /include/net/route.h | |
| parent | f497ba735fc9ff4e35a19641143708b3be1c7061 (diff) | |
| parent | 8be3de3fd8469154a2b3e18a4712032dac5b4a53 (diff) | |
Automatic merge of /spare/repo/linux-2.6/.git branch HEAD
Diffstat (limited to 'include/net/route.h')
| -rw-r--r-- | include/net/route.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/route.h b/include/net/route.h index efe92b239ef1..d34ca8fc6756 100644 --- a/include/net/route.h +++ b/include/net/route.h | |||
| @@ -181,9 +181,6 @@ static inline int ip_route_newports(struct rtable **rp, u16 sport, u16 dport, | |||
| 181 | memcpy(&fl, &(*rp)->fl, sizeof(fl)); | 181 | memcpy(&fl, &(*rp)->fl, sizeof(fl)); |
| 182 | fl.fl_ip_sport = sport; | 182 | fl.fl_ip_sport = sport; |
| 183 | fl.fl_ip_dport = dport; | 183 | fl.fl_ip_dport = dport; |
| 184 | #if defined(CONFIG_IP_ROUTE_MULTIPATH_CACHED) | ||
| 185 | fl.flags |= FLOWI_FLAG_MULTIPATHOLDROUTE; | ||
| 186 | #endif | ||
| 187 | ip_rt_put(*rp); | 184 | ip_rt_put(*rp); |
| 188 | *rp = NULL; | 185 | *rp = NULL; |
| 189 | return ip_route_output_flow(rp, &fl, sk, 0); | 186 | return ip_route_output_flow(rp, &fl, sk, 0); |
