ptp4l: update the configuration files
this patch updates the default.cfg and gPTP.cfg to show the new defaults Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>master
parent
b8160f2760
commit
a15a0a0221
|
@ -30,8 +30,13 @@ tx_timestamp_retries 2
|
||||||
rx_timestamp_l2only 0
|
rx_timestamp_l2only 0
|
||||||
use_syslog 1
|
use_syslog 1
|
||||||
verbose 0
|
verbose 0
|
||||||
|
#
|
||||||
|
# Servo Options
|
||||||
|
#
|
||||||
pi_proportional_const 0.0
|
pi_proportional_const 0.0
|
||||||
pi_integral_const 0.0
|
pi_integral_const 0.0
|
||||||
|
pi_offset_const 0.0
|
||||||
|
clock_servo pi
|
||||||
#
|
#
|
||||||
# Transport options
|
# Transport options
|
||||||
#
|
#
|
||||||
|
|
5
gPTP.cfg
5
gPTP.cfg
|
@ -30,8 +30,13 @@ tx_timestamp_retries 2
|
||||||
rx_timestamp_l2only 1
|
rx_timestamp_l2only 1
|
||||||
use_syslog 1
|
use_syslog 1
|
||||||
verbose 0
|
verbose 0
|
||||||
|
#
|
||||||
|
# Servo options
|
||||||
|
#
|
||||||
pi_proportional_const 0.0
|
pi_proportional_const 0.0
|
||||||
pi_integral_const 0.0
|
pi_integral_const 0.0
|
||||||
|
pi_offset_const 0.0
|
||||||
|
clock_servo pi
|
||||||
#
|
#
|
||||||
# Transport options
|
# Transport options
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue