Re: [Linuxptp-devel] [PATCH 1/1] Restore the peer addresses in P2P mode.

2014-10-09 Thread Jiri Benc
On Thu, 9 Oct 2014 22:09:06 +0200, Richard Cochran wrote: > Commit ea7a7882 removed the calls to transport_peer(), inadvertently > substituting them with transport_send(), resulting in PDelay messages > being sent with an incorrect destination address. > > This patch fixes the issue by introducin

[Linuxptp-devel] [PATCH 1/1] Restore the peer addresses in P2P mode.

2014-10-09 Thread Richard Cochran
Commit ea7a7882 removed the calls to transport_peer(), inadvertently substituting them with transport_send(), resulting in PDelay messages being sent with an incorrect destination address. This patch fixes the issue by introducing peer_prepare_and_send(), analogous to the port_prepare_and_send() f