The default initial value for logAnnounceInterval should be 0 (once per second).
See chapter 10.6.2.2 of IEEE 802.1AS standard.

Signed-off-by: Christoph Seifert <christoph.seif...@posteo.me>
---
 configs/gPTP.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/gPTP.cfg b/configs/gPTP.cfg
index 997b3c1..61c2fca 100644
--- a/configs/gPTP.cfg
+++ b/configs/gPTP.cfg
@@ -1,12 +1,13 @@
 #
 # 802.1AS example configuration containing those attributes which
-# differ from the defaults.  See the file, default.cfg, for the
+# differ from the defaults. See the file, default.cfg, for the
 # complete list of available options.
 #
 [global]
 gmCapable              1
 priority1              248
 priority2              248
+logAnnounceInterval    0
 logSyncInterval                -3
 syncReceiptTimeout     3
 neighborPropDelayThresh        800
-- 
2.18.0


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to