commit | 70e7341673a47fb1525cfc7d6651cc98b5348928 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Jun 28 03:21:41 2012 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 28 03:21:41 2012 -0700 |
tree | dfab978a554b6badff83381bf03c42543cd37eb6 | |
parent | 160eb5a6b14ca2eab5c598bdbbb24c24624bad34 [diff] |
ipv4: Show that ip_send_reply() is purely unicast routine. Rename it to ip_send_unicast_reply() and add explicit 'saddr' argument. This removed one of the few users of rt->rt_spec_dst. Signed-off-by: David S. Miller <davem@davemloft.net>