ipv4: Show that ip_send_reply() is purely unicast routine.
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 Jun 2012 10:21:41 +0000 (03:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jun 2012 10:21:41 +0000 (03:21 -0700)
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>

No differences found