Closed vdukhovni closed 3 weeks ago
The fix to ensure trailing junk is not ignored IPv4 addresses broke parsing of ranges with embedded IPv4 addresses, such as:
::ffff:192.0.2.0/120
This commit restores the lost functionality.
Merged and released. Thank you for your contribution!
The fix to ensure trailing junk is not ignored IPv4 addresses broke parsing of ranges with embedded IPv4 addresses, such as:
This commit restores the lost functionality.