[Linuxptp-devel] [PATCH RFC v1 3/4] Use the standardized low level socket address format.

2015-08-29 Thread Richard Cochran
The raw Ethernet transport code invented its own way of storing the MAC address into our struct address data structure. However, this private format is incompatible with the sockaddr_ll returned from the networking stack. This patch converts the code to use the proper format. Signed-off-by:

[Linuxptp-devel] [PATCH RFC v1 2/4] udp6: set the destination port unconditionally.

2015-08-29 Thread Richard Cochran
Even if the caller provides the destination address, still the port must depend on the passed 'event' value for correct delivery. Signed-off-by: Richard Cochran richardcoch...@gmail.com --- udp6.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/udp6.c b/udp6.c index