[Linuxptp-devel] [PATCH] config: Fix value range for tc_spanning_tree option

2018-05-17 Thread Christoph Seifert
This fix allows disabling tc_spanning_tree explicitly. Signed-off-by: Christoph Seifert --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index 57c239b..98e8f1c 100644 --- a/config.c +++ b/config.c @@ -254,7 +254,7 @@ struct config_item

[Linuxptp-devel] [PATCH] config: logAnnounceInterval for 802.1AS

2018-07-31 Thread Christoph Seifert
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 --- configs/gPTP.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/gPTP.cfg b/configs/gPTP.cfg index