Re: [Linuxptp-users] PTP1 and PTP2 in LEADER and both remain ACTIVE
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2022-10-06 15:01:43
|
On Thu, Oct 06, 2022 at 02:32:18PM +0530, Gururaj Badiger wrote: > Used two commands on two terminls: > > TERMINAL:~# ptp4l -i eth1 -m -f > /home/root/ptp-manager/source/linuxptp_config_0.conf > TERMINAL:~# ptp4l -i eth2 -m -f > /home/root/ptp-manager/source/linuxptp_config_1.conf You are running two instances on two network ports in two different networks. So both ports will assume the PTP "master" role. This is both correct and expected. HTH, Richard |