Skip to content

Commit

Permalink
Fix indentation in example configs.
Browse files Browse the repository at this point in the history
Use tabs consistently for indenting values in the example configs.

Signed-off-by: Miroslav Lichvar <mlichvar@redhat.com>
  • Loading branch information
mlichvar authored and richardcochran committed Apr 19, 2024
1 parent 838cc50 commit f1bbd40
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions configs/G.8275.1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ logSyncInterval -4
logMinDelayReqInterval -4
serverOnly 0
G.8275.portDS.localPriority 128
ptp_dst_mac 01:80:C2:00:00:0E
network_transport L2
ptp_dst_mac 01:80:C2:00:00:0E
network_transport L2
domainNumber 24
4 changes: 2 additions & 2 deletions configs/automotive-master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ delay_mechanism P2P
BMCA noop
serverOnly 1
inhibit_announce 1
asCapable true
inhibit_delay_req 1
asCapable true
inhibit_delay_req 1
12 changes: 6 additions & 6 deletions configs/automotive-slave.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ inhibit_announce 1
asCapable true
ignore_source_id 1
# Required to quickly correct Time Jumps in master
step_threshold 1
operLogSyncInterval 0
operLogPdelayReqInterval 2
msg_interval_request 1
servo_offset_threshold 30
servo_num_offset_values 10
step_threshold 1
operLogSyncInterval 0
operLogPdelayReqInterval 2
msg_interval_request 1
servo_offset_threshold 30
servo_num_offset_values 10
20 changes: 10 additions & 10 deletions configs/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ logSyncInterval 0
operLogSyncInterval 0
logMinDelayReqInterval 0
logMinPdelayReqInterval 0
operLogPdelayReqInterval 0
operLogPdelayReqInterval 0
announceReceiptTimeout 3
syncReceiptTimeout 0
delay_response_timeout 0
Expand All @@ -37,17 +37,17 @@ neighborPropDelayThresh 20000000
serverOnly 0
G.8275.portDS.localPriority 128
allowedLostResponses 3
asCapable auto
BMCA ptp
inhibit_announce 0
inhibit_delay_req 0
ignore_source_id 0
asCapable auto
BMCA ptp
inhibit_announce 0
inhibit_delay_req 0
ignore_source_id 0
power_profile.2011.grandmasterTimeInaccuracy -1
power_profile.2011.networkTimeInaccuracy -1
power_profile.2017.totalTimeInaccuracy -1
power_profile.grandmasterID 0
power_profile.version none
ptp_minor_version 1
ptp_minor_version 1
#
# Run time options
#
Expand Down Expand Up @@ -88,8 +88,8 @@ sanity_freq_limit 200000000
refclock_sock_address /var/run/refclock.ptp.sock
ntpshm_segment 0
msg_interval_request 0
servo_num_offset_values 10
servo_offset_threshold 0
servo_num_offset_values 10
servo_offset_threshold 0
write_phase_mode 0
#
# Transport options
Expand All @@ -107,7 +107,7 @@ udp6_scope 0x0E
uds_address /var/run/ptp4l
uds_file_mode 0660
uds_ro_address /var/run/ptp4lro
uds_ro_file_mode 0666
uds_ro_file_mode 0666
#
# Default interface options
#
Expand Down

0 comments on commit f1bbd40

Please sign in to comment.