You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a new InterfaceDevice property in the Pinger struct that specifies the device that needs to be used to send and receive ICMP echo requests and response.
This allows usage of `pro-bing` with linux VRFs, and IPv6 link-local addresses.
Squashed commit of the following:
commit 7385672
Author: Matthieu Pignolet <[email protected]>
Date: Tue Oct 29 16:11:33 2024 +0400
Renaming the `Interface` Pinger property to `InterfaceDevice` to avoid conflict with the `interface` keyword.
Signed-off-by: Matthieu Pignolet <[email protected]>
commit 978c60e
Author: Matthieu Pignolet <[email protected]>
Date: Tue Oct 29 15:59:36 2024 +0400
Add the `Interface` option to `Pinger`
This allows using `pro-bing` to use VRFs interfaces and IPv6 link-local addresses.
Originally from @ilolicon in prometheus-community#32.
commit 16f9286
Author: Matthieu Pignolet <[email protected]>
Date: Tue Oct 29 15:46:13 2024 +0400
Remove the un-used function in te `packetConn` interface that did not get removed during the merging process
commit 88bb1f5
Author: ilolicon <[email protected]>
Date: Wed Apr 12 16:23:06 2023 +0800
Refactoring the variable name `Iface` to `Interface` and `ifaceIndex` to `ifIndex`(keeping it consistent with `ControlMessage`)
Signed-off-by: ilolicon <[email protected]>
commit 887b4e2
Author: ilolicon <[email protected]>
Date: Wed Apr 12 10:39:36 2023 +0800
feat: interface binding
Signed-off-by: ilolicon <[email protected]>
Signed-off-by: Matthieu Pignolet <[email protected]>
0 commit comments