Skip to content

slapos node boot: test if network available using hostname of master_url instead of google.com

Alain Takoudjou requested to merge boot-test into master

Testing if network is available by pinging google.com is not good. We now test if SlapOS Master is accessible by testing ping or ping6 on master_url hostname.

No need to do ping in both ipv4 and ipv6 as master_url can be ipv4 only or ipv6 only.

Merge request reports