commit | 44e3125ccd521585e73e6dd228b283ab26993c68 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon May 09 14:38:06 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 12 18:23:23 2011 -0400 |
tree | 8d573e59fd982deacb93b3b6101c24e1c2854ad8 | |
parent | e58b34425bfcb08c6bc8c520b82c37ffcec87072 [diff] |
ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt(). We can simply track what destination address is used based upon which code block is taken at the top of the function. Signed-off-by: David S. Miller <davem@davemloft.net>