Re: [Linuxptp-users] Configuration for boundary clock with on two-port NIC
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Miroslav L. <mli...@re...> - 2023-10-03 12:38:26
|
On Tue, Oct 03, 2023 at 02:33:32PM +0200, Nils Fuerste wrote: > Thanks for your help! Unfortunately, setting those values doesn't work for > me. I get the following errors: > > sudo ptp4l -2 -i enp1s0f1 -f ./default-new-master.cfg -m > -1.0 is an out of range value for option pi_proportional_const at line 73 > failed to parse configuration file ./default-new-master.cfg It should be pi_proportional_exponent, not pi_proportional_const. > $ sudo ptp4l -2 -i enp1s0f1 -f ./default-new-master.cfg -m > P is a malformed value for option pi_proportional_scale at line 75 > failed to parse configuration file ./default-new-master.cfg P and I should be replaced with the values from the table. -- Miroslav Lichvar |