mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-12 05:32:22 +02:00
Modern NetBSD `ifconfig` prints interface addresses in CIDR notation (e.g. `inet 127.0.0.1/8`), unlike the other supported platforms which print the netmask as a separate field. The trailing prefix length breaks functional tests that expect a plain IP address. This change is a no-op on other platforms.