Update the configuration files for gPTP and default so that they show more of
the options as well as use suitable defaults for each style.
-v2
* Add [global] to gPTP.cfg
[ RC - also add logging_level, verbose, and use_syslog
- use time_stamping, not timestamping ]
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
45 lines
709 B
INI
45 lines
709 B
INI
[global]
|
|
#
|
|
# Default Data Set
|
|
#
|
|
twoStepFlag 1
|
|
slaveOnly 0
|
|
priority1 248
|
|
priority2 248
|
|
domainNumber 0
|
|
clockClass 248
|
|
clockAccuracy 0xFE
|
|
offsetScaledLogVariance 0xFFFF
|
|
#
|
|
# Port Data Set
|
|
#
|
|
logAnnounceInterval 1
|
|
logSyncInterval -3
|
|
logMinPdelayReqInterval 0
|
|
announceReceiptTimeout 3
|
|
#
|
|
# Run time options
|
|
#
|
|
assume_two_step 1
|
|
logging_level 6
|
|
path_trace_enabled 1
|
|
follow_up_info 1
|
|
tx_timestamp_retries 2
|
|
rx_timestamp_l2only 1
|
|
use_syslog 1
|
|
verbose 0
|
|
pi_proportional_const 0.0
|
|
pi_integral_const 0.0
|
|
#
|
|
# Transport options
|
|
#
|
|
transportSpecific 0x1
|
|
ptp_dst_mac 01:80:C2:00:00:0E
|
|
p2p_dst_mac 01:80:C2:00:00:0E
|
|
#
|
|
# Default interface options
|
|
#
|
|
network_transport L2
|
|
delay_mechanism P2P
|
|
time_stamping hardware
|