Re: [Linuxptp-users] PTP4L daemon seems to have a problem with to a link local address for IPv6
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2012-11-25 19:36:28
|
On Fri, Nov 23, 2012 at 03:33:03PM +0100, Mario Molitor wrote: > Hallo Richard, > I have make a observation that the PTP4L daemon seems to have a problem with to a link local address for IPv6 . > For IPV6 tests I have changed PTP_PRIMARY_MCAST_IP6ADDR to a link local address. > (#define PTP_PRIMARY_MCAST_IP6ADDR "FF02:0:0:0:0:0:0:181") > After this change I have saw that the communication and explicit the udp6_send didn't work. Mario, I just pushed out a few changes for IPv6 transport. Now you can set the scope in the configuration file. Please give the new code a try. Thanks, Richard |