prometheus-community / pro-bing

A library for creating continuous probers
MIT License
309 stars 52 forks source link

Ping broadcast address, the original address is displayed instead of the actual reply address. #15

Open ak1ra24 opened 1 year ago

ak1ra24 commented 1 year ago

When ping is performed to broadcast address, the original destination address is provided in the callback. However, in this case, the actual reply is sent from different address. I want to provide the actual reply address in the callback, not the original address.

The following PR seems to fix the problem. https://github.com/go-ping/ping/pull/187.

eugercek commented 1 year ago

Can I pick this up?