Commit e05281b
authored
Fix IPv6 node connections (munin-monitoring#1661)
Commit 012b33a 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 munin-monitoring#14021 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments