v2: - renamed servo to "refclock_sock" This patchset fixes a bug in man page, adds a new servo for the chrony SOCK refclock protocol as a more secure alternative to the NTP SHM, and updates timemaster to use it.
Miroslav Lichvar (4): Remove obsolete statement in ptp4l man page. Add refclock_sock servo. timemaster: Replace shm_segment with refclock_id. timemaster: Use refclock_sock servo with chrony. config.c | 2 + configs/default.cfg | 1 + makefile | 2 +- phc2sys.8 | 9 ++- phc2sys.c | 3 + ptp4l.8 | 12 ++-- refclock_sock.c | 163 ++++++++++++++++++++++++++++++++++++++++++++ refclock_sock.h | 26 +++++++ servo.c | 4 ++ servo.h | 1 + timemaster.8 | 10 +-- timemaster.c | 92 +++++++++++++++++-------- 12 files changed, 285 insertions(+), 40 deletions(-) create mode 100644 refclock_sock.c create mode 100644 refclock_sock.h -- 2.39.0 _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel