Bug #7665
closedHost range validation for Aliases is not strict enough
0%
Description
Steps to reproduce:
1. Enter an invalid host range for an IP alias, such as 192.168.1.1-10, and click Save.
The host range will be accepted, but does not function as one might expect. In fact, the syntax is invalid and only the first host in the range will be matched by this alias.
Desired behaviour:
The host range should be rejected by the form validation. The correct syntax for the example above would be 192.168.1.1-192.168.1.10
Updated by Jim Pingle almost 7 years ago
- Category changed from Web Interface to Rules / NAT
Updated by Jim Pingle almost 7 years ago
- Category changed from Rules / NAT to Aliases / Tables
Updated by Bryan Allen 26 days ago
- Status changed from New to Resolved
Attempted this on 26.03 and the set the aliases to block 192.168.1.0/24 on a 192.168.0.0/16 network and then set a manual ip for a device as 192.168.1.10 and it is being blocked as expected. Deleting the rule automatically restores internet to the device as expected. Looks like this was fixed with in updated versions.