Actions
Bug #5546
closed$bindip(0.0.0.0) returns wrong value
Start date:
04/17/2022
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
It seems $bindip(<ip>) should return the best network adapter for connecting to that ip address, but returns $null on adiirc.
Example:
$bindip(::) = network adapter ipv6 address
$bindip(0.0.0.0) = network adapter ipv4 address
- Thanks!
Updated by Per Amundsen over 2 years ago
- Subject changed from $bindip(0.0.0.0) and $bindip(::) seems not working to $bindip(0.0.0.0) returns wrong value
- Status changed from New to Resolved
I fixed 0.0.0.0, but $bindip currently does not support ipv6 addresses and I don't have ipv6 so I can add it.
Actions