Skip to content

dhcp-4: fallback to CLOCK_MONOTONIC for timerfd

Thomas Haller requested to merge th/n-dhcp4-timerfd-monotonic into master

RHEL7 supports clock_gettime(CLOCK_BOOTIME), but it does not support timerfd_create(CLOCK_BOOTIME). Fallback to CLOCK_MONOTONIC.

Merge request reports