[Linuxptp-devel] [PATCH] timemaster: Allow ptp4l-specific sections in [ptp4l.conf].

2018-09-25 Thread Miroslav Lichvar
Remove > from beginning of lines specified in the *.conf sections in order to allow a ptp4l-specific section (e.g. [unicast_master_table]) to be included there. After inserting the lines to the generated ptp4l.conf, switch back to the [global] section. Signed-off-by: Miroslav Lichvar --- timema

[Linuxptp-devel] [PATCH] unicast: Process timeouts equal to current time.

2018-09-25 Thread Miroslav Lichvar
Don't postpone processing of a timeout if it is equal to the current time. This prevents an infinite loop with a simulated clock. Signed-off-by: Miroslav Lichvar --- unicast_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicast_service.c b/unicast_service.c index