Skip to content

Better bulk ping

Gleb requested to merge gleber:better-bulk-ping into master

Hello Michael

I have a need to make gen_icmp:ping/1 a bit more robust and came up with the following changes:

  1. Include both Hostname and Address in results to be able to associate input and output
  2. Add option to not deduplicate IP addresses in the list
  3. Add option to include all IPs associated with given hostname, instead of just one.

Are those changes good enough to be pulled upstream?

Cheers, Gleb

Merge request reports