I am trying to send ptp frames from ptp4l (version 4.3) using the following command
sudo ptp4l -i eth0 -m -2 -S -P --logSyncInterval=-1 --transportSpecific=0x1 --follow_up_info=1 --ptp_dst_mac=01:80:C2:00:00:0E --p2p_dst_mac=01:80:C2:00:00:0E --domainNumber=0
(not mandatory , default is 0) works as expected
sudo ptp4l -i eth0 -m -2 -S -P --logSyncInterval=-1 --transportSpecific=0x1 --follow_up_info=1 --ptp_dst_mac=01:80:C2:00:00:0E --p2p_dst_mac=01:80:C2:00:00:0E --domainNumber=1
(does not work)
only Pdelay_request is sent no sync and followup message
one more observation
sudo ptp4l -i eth 0 -m -2 -S -P --logSyncInterval=-1 --transportSpecific=0x1 --ptp_dst_mac=01:80:C2:00:00:0E --p2p_dst_mac=01:80:C2:00:00:0E --domainNumber=1
removing --follow_up_info=1
works also..
can i know what is happening here?
sudo ptp4l -i eth0 -m -2 -S -P --logSyncInterval=-1 --transportSpecific=0x1 --follow_up_info=1 --ptp_dst_mac=01:80:C2:00:00:0E --p2p_dst_mac=01:80:C2:00:00:0E --domainNumber=1
(does not work)
only Pdelay_request
is sent no sync and followup message
New contributor
Shriram Sivakumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1