Bug #10694
closedFirewall Alias does not allow an ipv6 network alias in the format x:x:x:x:x:x:d.d.d.d where the 'd's are the decimal values of the four low-order 8-bit pieces of the address (standard IPv4 representation)
100%
Description
Firewall Alias does not allow an ipv6 network alias in the format described by RFC4291 par 2.2.2 in the format x:x:x:x:x:x:d.d.d.d where the 'd's are the decimal values of the four low-order 8-bit pieces of the address (standard IPv4 representation).
Example:
If I was using NAT64 I would like to create an alias for network 64:ff9b::10.11.12.0/120 to correspond to 10.11.12.0/24
The Error I get is:
The following input errors were detected:
64:ff9b::10.11.12.0/120 is not a valid subnet.
I can add individual hosts (64:ff9b::10.11.12.13) as an alias but not the network alias.
Updated by Viktor Gurov over 4 years ago
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho over 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
Updated by Rick Coats about 4 years ago
Feedback:
I loaded a 2.5.0-Development on a VM
2.5.0-DEVELOPMENT (amd64)
built on Wed Sep 09 19:46:45 EDT 2020
FreeBSD 12.2-PRERELEASE
I can verify that this change fixes the issue.
Updated by Jim Pingle about 4 years ago
- Status changed from Feedback to Resolved