|
Ran
|
Files
20
|
Run time
0s
|
Badge
README BADGES
|
push
github
Fix IPv6 node connections (#1661) Commit 012b33a70 changed `from IO::Socket::INET6` to `IO::Socket::IP` but that silently changed the meaning of our default `local_address 0` from `::` to `0.0.0.0` which made IPv6-connections fail by default. By explicitly defaulting to `::` we fix IPv6 connections to munin-node. Fixes #1402
1043 of 2255 relevant lines covered (46.25%)
275.02 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|