From 1e1a03cbb24cdef744cdda57dce942e96019344d Mon Sep 17 00:00:00 2001 From: Aryansharma9917 Date: Mon, 2 Oct 2023 22:47:38 +0530 Subject: [PATCH] Improved indentation Signed-off-by: Aryan Sharma --- modules/cnf-configuring-the-ptp-fast-event-publisher.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/cnf-configuring-the-ptp-fast-event-publisher.adoc b/modules/cnf-configuring-the-ptp-fast-event-publisher.adoc index 9e3b898c8c..f630f8c155 100644 --- a/modules/cnf-configuring-the-ptp-fast-event-publisher.adoc +++ b/modules/cnf-configuring-the-ptp-fast-event-publisher.adoc @@ -63,10 +63,10 @@ spec: ptp4lOpts: "-2 -s --summary_interval -4" <1> phc2sysOpts: "-a -r -m -n 24 -N 8 -R 16" <2> ptp4lConf: "" <3> - ptpClockThreshold: <4> - holdOverTimeout: 5 - maxOffsetThreshold: 100 - minOffsetThreshold: -100 + ptpClockThreshold: <4> + holdOverTimeout: 5 + maxOffsetThreshold: 100 + minOffsetThreshold: -100 ---- <1> Append `--summary_interval -4` to use PTP fast events. <2> Required `phc2sysOpts` values. `-m` prints messages to `stdout`. The `linuxptp-daemon` `DaemonSet` parses the logs and generates Prometheus metrics.