Skip to content

Commit 220f782

Browse files
authored
Merge pull request #39536 from jboxman-rh/adjust-ptp-parameters
fix issue in file networking/using-ptp.adoc #39115
2 parents 3ac52be + 20c915a commit 220f782

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/nw-ptp-configuring-linuxptp-services-as-boundary-clock.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
profile: <2>
3030
- name: "profile1" <3>
3131
interface: "" <4>
32-
ptp4lOpts: "-s -2" <5>
32+
ptp4lOpts: "-2" <5>
3333
ptp4lConf: | <6>
3434
[ens1f0] <7>
3535
masterOnly 0
@@ -148,7 +148,7 @@ spec:
148148
<2> Specify an array of one or more `profile` objects.
149149
<3> Specify the name of a profile object which uniquely identifies a profile object.
150150
<4> This field should remain empty for boundary clock.
151-
<5> Specify system config options for the `ptp4l` service, for example `-s -2`. The options should not include the network interface name `-i <interface>` and service config file `-f /etc/ptp4l.conf` because the network interface name and the service config file are automatically appended.
151+
<5> Specify system config options for the `ptp4l` service, for example `-2`. The options should not include the network interface name `-i <interface>` and service config file `-f /etc/ptp4l.conf` because the network interface name and the service config file are automatically appended.
152152
<6> Specify the needed configuration to start `ptp4l` as boundary clock. For example, `ens1f0` synchronizes from a grandmaster clock and `ens1f3` synchronizes connected devices.
153153
<7> The interface name to synchronize from.
154154
<8> The interface to synchronize devices connected to the interface.
@@ -202,7 +202,7 @@ I1115 09:41:17.117604 4143292 daemon.go:109] updating NodePTPProfile to:
202202
I1115 09:41:17.117607 4143292 daemon.go:110] ------------------------------------
203203
I1115 09:41:17.117612 4143292 daemon.go:102] Profile Name: profile1
204204
I1115 09:41:17.117616 4143292 daemon.go:102] Interface:
205-
I1115 09:41:17.117620 4143292 daemon.go:102] Ptp4lOpts: -s -2
205+
I1115 09:41:17.117620 4143292 daemon.go:102] Ptp4lOpts: -2
206206
I1115 09:41:17.117623 4143292 daemon.go:102] Phc2sysOpts: -a -r
207207
I1115 09:41:17.117626 4143292 daemon.go:116] ------------------------------------
208208
----

0 commit comments

Comments
 (0)