doc: elaborate on release notes wrt netmasks
A minor followup from #19628 (comment).
doc: elaborate on release notes wrt netmasks
A minor followup from #19628 (comment).
140 | @@ -141,7 +141,8 @@ Updated settings 141 | 142 | - Netmasks that contain 1-bits after 0-bits (the 1-bits are not contiguous on 143 | the left side, e.g. 255.0.255.255) are no longer accepted. They are invalid 144 | - according to RFC 4632. 145 | + according to RFC 4632. Netmasks are used in the `-rpcallowip` parameter and
perhaps s/parameter/option|configuration option/ (Usage: bitcoind [options])
per bitcoind -help-debug | grep -C3 -i cidr and git grep -ni netmask, maybe verify if netmasks are also used for the -whitelist option
Updated, thanks!
LGTM, thanks for the changes per git diff 04921cd 8de51d1
ACK https://github.com/bitcoin/bitcoin/pull/19802/commits/8de51d1513ada6d96b80f164da48088e5cdcbe3f The travis lint run error seems like soms kind of unrelated network corruption issue, but running it again just in case.
ACK 8de51d1513ada6d96b80f164da48088e5cdcb
Checked where in the code subnet parsing happens via git grep LookupSubNet.
ACK 8de51d1513ada6d96b80f164da48088e5cdcbe3f