Actions
Bug #2291
closedInput validation problem with VIPs and "none" type interfaces
Start date:
03/14/2012
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1-IPv6
Affected Architecture:
Description
When trying to set an interface to "none" type IP and you have a VIP, it spits out:
This interface is referenced by VIPs please delete those before setting the interface to 'none' configuration.
Which is fine, except it has to check address family. You currently can't set IPv6 to "none" when you have an IPv4 VIP, and vice versa, where that's perfectly valid.
Updated by Chris Buechler over 12 years ago
- Description updated (diff)
- Status changed from New to Assigned
- Assignee set to Darren Embry
Updated by Darren Embry over 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Updated by Darren Embry over 12 years ago
Note that the messages were modified slightly to be one of the following:
This interface is referenced by IPv4 VIPs. Please delete those before setting the interface to 'none' configuration.
This interface is referenced by IPv6 VIPs. Please delete those before setting the interface to 'none' configuration.
Actions