Files
lightning/lightningd
Rusty Russell af065417e1 gossipd: handle wildcard addresses correctly.
If we're given a wildcard address, we can't announce it like that: we need
to try to turn it into a real address (using guess_address).  Then we
use that address.  As a side-effect of this cleanup, we only announce
*any* '--addr' if it's routable.

This fix means that our tests have to force '--announce-addr' because
otherwise localhost isn't routable.

This means that gossipd really controls the addresses now, and breaks
them into two arrays: what we bind to, and what we announce.  That is
now what we return to the master for json_getinfo(), which prints them
as 'bindings' and 'addresses' respectively.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-05-07 22:37:28 +02:00
..
2018-05-05 17:55:10 +02:00
2017-10-20 18:31:32 +02:00
2018-04-15 17:42:24 +02:00
2018-05-05 17:55:10 +02:00
2018-05-05 17:55:10 +02:00
2018-05-05 17:55:10 +02:00
2018-02-16 13:08:29 +01:00