Actions
Bug #543
closedIP alias input validation problem
Start date:
04/24/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
When you have an interface with IP "none" configured, and have an IP alias on that interface, after adding the IP alias you can no longer edit that IP alias. It triggers input validation "The $interface IP address may not be used in a virtual entry."
Interface config:
<opt2>
<descr>OPT2</descr>
<if>em3</if>
<enable/>
<alias-address/>
<alias-subnet>32</alias-subnet>
<spoofmac/>
</opt2>
VIP config:
<vip>
<mode>ipalias</mode>
<interface>opt2</interface>
<descr/>
<type>single</type>
<subnet_bits>24</subnet_bits>
<subnet>192.168.4.5</subnet>
</vip>
It's initially added fine, but if you go in and edit it, you cannot save it.
Actions