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
git diff 04921cd 8de51d1
git grep LookupSubNet
.