Re: [Linuxptp-devel] [PATCH 1/4] clock: Accept new UTC offset after leap second.

2021-09-29 Thread Miroslav Lichvar
On Mon, Sep 27, 2021 at 10:34:30AM -0700, Richard Cochran wrote: > On Wed, Sep 15, 2021 at 12:08:01PM +0200, Miroslav Lichvar wrote: > > When the master updated the UTC offset and leap flags in an announce > > message after a leap second, only the new flags were accepted for > > synchronization of

Re: [Linuxptp-devel] [PATCH 1/4] clock: Accept new UTC offset after leap second.

2021-09-27 Thread Richard Cochran
On Wed, Sep 15, 2021 at 12:08:01PM +0200, Miroslav Lichvar wrote: > When the master updated the UTC offset and leap flags in an announce > message after a leap second, only the new flags were accepted for > synchronization of the local clock, which caused a one-second error to > appear until a stat

[Linuxptp-devel] [PATCH 1/4] clock: Accept new UTC offset after leap second.

2021-09-15 Thread Miroslav Lichvar
When the master updated the UTC offset and leap flags in an announce message after a leap second, only the new flags were accepted for synchronization of the local clock, which caused a one-second error to appear until a state decision event updated the UTC offset. Before commit 14a97dc5da47 ("Remo