diff --git a/snippets/pg-ztp-configuring-ptp-fast-events-linuxptp.adoc b/snippets/pg-ztp-configuring-ptp-fast-events-linuxptp.adoc index a93404d2fc..a49a065c5c 100644 --- a/snippets/pg-ztp-configuring-ptp-fast-events-linuxptp.adoc +++ b/snippets/pg-ztp-configuring-ptp-fast-events-linuxptp.adoc @@ -128,7 +128,7 @@ maxOffsetThreshold: 100 # nano seconds minOffsetThreshold: -100 ---- -<1> Can be one of `PtpConfigMaster.yaml`, `PtpConfigSlave.yaml`, or `PtpConfigSlaveCvl.yaml` depending on your requirements. `PtpConfigSlaveCvl.yaml` configures `linuxptp` services for an Intel E810 Columbiaville NIC. For configurations based on `{policy-prefix}group-du-sno-ranGen.yaml` or `{policy-prefix}group-du-3node-ranGen.yaml`, use `PtpConfigSlave.yaml`. +<1> Can be `PtpConfigMaster.yaml` or `PtpConfigSlave.yaml` depending on your requirements. For configurations based on `{policy-prefix}group-du-sno-ranGen.yaml` or `{policy-prefix}group-du-3node-ranGen.yaml`, use `PtpConfigSlave.yaml`. <2> Device specific interface name. <3> You must append the `--summary_interval -4` value to `ptp4lOpts` in `.spec.sourceFiles.spec.profile` to enable PTP fast events. <4> Required `phc2sysOpts` values. `-m` prints messages to `stdout`. The `linuxptp-daemon` `DaemonSet` parses the logs and generates Prometheus metrics. diff --git a/snippets/pgt-ztp-configuring-ptp-fast-events-linuxptp.adoc b/snippets/pgt-ztp-configuring-ptp-fast-events-linuxptp.adoc index a9a8637ca4..b613e2509e 100644 --- a/snippets/pgt-ztp-configuring-ptp-fast-events-linuxptp.adoc +++ b/snippets/pgt-ztp-configuring-ptp-fast-events-linuxptp.adoc @@ -16,7 +16,7 @@ maxOffsetThreshold: 100 # nano seconds minOffsetThreshold: -100 ---- -<1> Can be one of `PtpConfigMaster.yaml`, `PtpConfigSlave.yaml`, or `PtpConfigSlaveCvl.yaml` depending on your requirements. `PtpConfigSlaveCvl.yaml` configures `linuxptp` services for an Intel E810 Columbiaville NIC. For configurations based on `{policy-prefix}group-du-sno-ranGen.yaml` or `{policy-prefix}group-du-3node-ranGen.yaml`, use `PtpConfigSlave.yaml`. +<1> Can be `PtpConfigMaster.yaml` or `PtpConfigSlave.yaml` depending on your requirements. For configurations based on `{policy-prefix}group-du-sno-ranGen.yaml` or `{policy-prefix}group-du-3node-ranGen.yaml`, use `PtpConfigSlave.yaml`. <2> Device specific interface name. <3> You must append the `--summary_interval -4` value to `ptp4lOpts` in `.spec.sourceFiles.spec.profile` to enable PTP fast events. <4> Required `phc2sysOpts` values. `-m` prints messages to `stdout`. The `linuxptp-daemon` `DaemonSet` parses the logs and generates Prometheus metrics.