blob: 04d898dfef0045e0c7821a85f48d8582a142096d [file] [log] [blame]
Daryl Walleck6b9b2882012-04-08 21:43:39 -05001PING_IPV4_COMMAND = 'ping -c 3 '
2PING_IPV6_COMMAND = 'ping6 -c 3 '
3PING_PACKET_LOSS_REGEX = '(\d{1,3})\.?\d*\% packet loss'