]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
rxrpc: Don't assume anything about the address in an ICMP packet
authorDavid Howells <dhowells@redhat.com>
Mon, 4 Apr 2016 13:00:33 +0000 (14:00 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 15 Jun 2016 09:15:08 +0000 (10:15 +0100)
commit1c1df86fad68dd7188ea498e796c9d2ede679421
treefb55a51870f2fd71ba9fa551e207dadf7a7aec9e
parent1a70c05bad1383fdda95e713baee5f76c4726d24
rxrpc: Don't assume anything about the address in an ICMP packet

Don't assume anything about the address in an ICMP packet in
rxrpc_error_report() as the address may not be IPv4 in future, especially
since we're just printing these details.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/peer_event.c