Skip to content

Commit 9a0e997

Browse files
authored
Merge pull request #91420 from rohennes/TELCODOCS-2150
TELCODOCS-2150: Removing redundant flag
2 parents 702f3eb + bd8e52c commit 9a0e997

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

modules/ptp-configuring-dynamic-leap-seconds-handling-for-tgm.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ Set the following options:
3636
+
3737
[source,yaml]
3838
----
39-
phc2sysOpts: -r -u 0 -m -w -N 8 -R 16 -S 2 -s ens2f0 -n 24 <1>
39+
phc2sysOpts: -r -u 0 -m -N 8 -R 16 -S 2 -s ens2f0 -n 24 <1>
4040
----
41-
<1> Set `-w` to force `phc2sys` to wait until `ptp4l` has synchronized the system hardware clock before starting its own synchronization process.
4241
+
4342
[NOTE]
4443
====

snippets/ptp_PtpConfigDualCardGmWpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
profile:
1111
- name: "grandmaster"
1212
ptp4lOpts: "-2 --summary_interval -4"
13-
phc2sysOpts: -r -u 0 -m -w -N 8 -R 16 -s $iface_nic1 -n 24
13+
phc2sysOpts: -r -u 0 -m -N 8 -R 16 -s $iface_nic1 -n 24
1414
ptpSchedulingPolicy: SCHED_FIFO
1515
ptpSchedulingPriority: 10
1616
ptpSettings:

snippets/ptp_PtpConfigGmWpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
profile:
99
- name: "grandmaster"
1010
ptp4lOpts: "-2 --summary_interval -4"
11-
phc2sysOpts: -r -u 0 -m -w -N 8 -R 16 -s $iface_master -n 24
11+
phc2sysOpts: -r -u 0 -m -N 8 -R 16 -s $iface_master -n 24
1212
ptpSchedulingPolicy: SCHED_FIFO
1313
ptpSchedulingPriority: 10
1414
ptpSettings:

0 commit comments

Comments
 (0)