Files
bitcoin/test/functional/test_framework/netutil.py
Hennadii Stepanov 70352fda03 qa: Strip prefix length from NetBSD ifconfig output
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.
2026-06-29 15:44:41 +01:00

8.3 KiB