mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 18:25:07 -05:00
test: fix 111-knownclient
The new NTPv4 loop synchronization check fails as clknetsim doesn't support IP_PKTINFO yet. Use the noselect option to prevent the server to synchronize to the client.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
test_start "reply to client configured as server"
|
test_start "reply to client configured as server"
|
||||||
|
|
||||||
server_conf="server 192.168.123.2
|
server_conf="server 192.168.123.2 noselect
|
||||||
acquisitionport 123"
|
acquisitionport 123"
|
||||||
client_conf="acquisitionport 123"
|
client_conf="acquisitionport 123"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user