Actions
Bug #2852
closedinterfaces.php static route check too strict
Start date:
03/03/2013
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:
Description
interfaces.php checks for "This IPv4/IPv6 address conflicts with a Static Route" are too strict. Rather than only checking ip_in_subnet, it needs to check whether the IP is in the subnet and the subnet mask is exactly the same.
For instance, with a static route of 10.0.0.0/8, an interface with 10.0.0.1/24 configured as an IP is valid (but is currently rejected). A static route of 10.0.0.0/24 with an interface IP of 10.0.0.1/24 is not valid.
Same for IPv6.
Updated by Renato Botelho over 11 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset e480d64bc5eb7a9accaad93b8845df1bf8bbb2f3.
Updated by Chris Buechler over 11 years ago
- Status changed from Feedback to Resolved
Actions