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
#5344 will disable ip discovery when autobind finds a usable address.
However for nodes with dynamic ipv4 and ipv6 addresses this breaks the functionality, since the (dynamic) ipv6 address is a global adress, and autobind picks it up at start.
This results in: no ipv4 address picked up and announced. And when the ipv6 address changes while cln is running, it will not pick that up either.
As mentioned in the pr, a --ip-discovery=true/false(/auto) switch could solve this issue, as i could explicity set it to true.
The text was updated successfully, but these errors were encountered:
Issue and Steps to Reproduce
#5344 will disable ip discovery when autobind finds a usable address.
However for nodes with dynamic ipv4 and ipv6 addresses this breaks the functionality, since the (dynamic) ipv6 address is a global adress, and autobind picks it up at start.
This results in: no ipv4 address picked up and announced. And when the ipv6 address changes while cln is running, it will not pick that up either.
As mentioned in the pr, a
--ip-discovery=true/false(/auto)
switch could solve this issue, as i could explicity set it to true.The text was updated successfully, but these errors were encountered: