We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157cda7 commit 5a849d4Copy full SHA for 5a849d4
comitup/states.py
@@ -296,7 +296,9 @@ def connected_timeout(dummy: int) -> None:
296
log.error("AP is holding default route while CONNECTED, kicking")
297
nm.disconnect(link_dev)
298
299
- mdns.check_mdns(dns_names)
+ # Leave this out for now. Disabling dhcpcd may have fixed the instability
300
+ # problem.
301
+ # mdns.check_mdns(dns_names)
302
303
304
#
0 commit comments