Project

General

Profile

Actions

Bug #543

closed

IP alias input validation problem

Added by Chris Buechler almost 14 years ago. Updated over 13 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
Virtual IP Addresses
Target version:
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

Also available in: Atom PDF