Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  2 Oct 2000 02:38:28 -0700 (PDT)
From:      pekkas@netcore.fi
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/21695: ifconfig_XXX_aliasY in rc.conf; Y must be in sequential order
Message-ID:  <20001002093828.B26F137B502@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         21695
>Category:       conf
>Synopsis:       ifconfig_XXX_aliasY in rc.conf; Y must be in sequential order
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 02 02:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Pekka Savola
>Release:        FreeBSD-4.1-STABLE
>Organization:
Netcore
>Environment:
>Description:
ifconfig_fxp0_aliasX definitions in /etc/rc.conf must be in 
sequential order.  Also, if one (here 'X-1') is missing, all aliases
from X onwards will be ignored.

This could be viewed as a configuration issue (which it is, strictly 
speaking), but as some poeple have a lot of aliases, this kind of
mechanism could be optimized.

>How-To-Repeat:
Put the following in rc.conf:

ifconfig_fxp0="inet x.y.129.194 netmask 255.255.255.240"
ifconfig_fxp0_alias0="inet x.y.129.195 netmask 255.255.255.255"
#ifconfig_fxp0_alias1="inet x.y.129.196 netmask 255.255.255.255"
ifconfig_fxp0_alias2="inet x.y.129.198 netmask 255.255.255.255"

alias2 will not be configured.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001002093828.B26F137B502>