diff options
| author | Wensong Zhang <wensong@linux-vs.org> | 2003-07-15 16:32:36 -0700 |
|---|---|---|
| committer | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2003-07-15 16:32:36 -0700 |
| commit | fb582038943f629fea504cd5807779021f49dedd (patch) | |
| tree | a8a13e501e40009a558f793b7b3402bb6b205657 /net | |
| parent | b27faa23cb7c1340b54f9048afaa476e9fa91d3f (diff) | |
[IPV4]: Do not use proto for route output in IPVS.
Diffstat (limited to 'net')
| -rw-r--r-- | net/ipv4/ipvs/ip_vs_xmit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/ipvs/ip_vs_xmit.c b/net/ipv4/ipvs/ip_vs_xmit.c index 0207a3f3f8d0..e9643bfe2d3a 100644 --- a/net/ipv4/ipvs/ip_vs_xmit.c +++ b/net/ipv4/ipvs/ip_vs_xmit.c @@ -78,7 +78,6 @@ __ip_vs_get_out_rt(struct ip_vs_conn *cp, u32 rtos) .daddr = dest->addr, .saddr = 0, .tos = rtos, } }, - .proto = cp->protocol, }; if (ip_route_output_key(&rt, &fl)) { @@ -102,7 +101,6 @@ __ip_vs_get_out_rt(struct ip_vs_conn *cp, u32 rtos) .daddr = dest->addr, .saddr = 0, .tos = rtos, } }, - .proto = cp->protocol, }; if (ip_route_output_key(&rt, &fl)) { |
