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: Mario M. <Mar...@we...> - 2012-11-26 22:22:26
|
----- Original Message ----- From: "Richard Cochran" <ric...@gm...> To: "Mario Molitor" <mar...@we...> Cc: <lin...@li...> Sent: Sunday, November 25, 2012 8:36 PM Subject: Re: [Linuxptp-users] PTP4L daemon seems to have a problem with to a link local address for IPv6 > 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 Richard, Sorry for the late response, but now I will send my result. Many thanks for your great job, now it works as expected and I am also very happy that the user can modify the scope of address in configuration file. I have also made same observation as you with scope-id by link local communication and my googling was with same result. Thanks and have nice day tommorw, Mario |