Project

General

Profile

Actions

Bug #2852

closed

interfaces.php static route check too strict

Added by Chris Buechler about 11 years ago. Updated about 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Interfaces
Target version:
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.

Actions #1

Updated by Renato Botelho about 11 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100
Actions #2

Updated by Chris Buechler about 11 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF