-
6e541afb
by Shachar Raindel at 2025-05-05T12:19:17+02:00
refclock_phc: support ethernet ifname as specifier
This commit allows the user to select a PHC refclock associated with
an Ethernet interface by specifying the interface name. This allows
the user to handle situations where multiple NICs are exposing PHC
devices (or non-NIC PHC device files exist in the system) in a more
streamline manner.
-
8140feb4
by Miroslav Lichvar at 2025-05-05T12:21:03+02:00
test: fix 110-chronyc for disabled SW timestamping
-
c17f481a
by Miroslav Lichvar at 2025-05-05T12:21:03+02:00
socket: fix compiler warning on macOS
Disable get_default_inet_domain() together with check_socket_flag() to
avoid a warning about unused function.
Reported-by: Bryan Christianson <bryan@xxxxxxxxxxxxx>