Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2004 10:30:22 -0800 (PST)
From:      Yar Tikhiy <yar@comp.chem.msu.su>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/63700: Double configuration of cloned_interfaces if network_interfaces=auto
Message-ID:  <200403031830.i23IUMGu062913@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/63700; it has been noted by GNATS.

From: Yar Tikhiy <yar@comp.chem.msu.su>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: conf/63700: Double configuration of cloned_interfaces if network_interfaces=auto
Date: Wed, 3 Mar 2004 21:24:39 +0300

 Oops, I anonymized the example in a bogus way, by having forgotten
 to change the addresses in the output section as well.  Now I've
 got relief of my paranoia and so I'm able to say, in order to prevent
 confusion, that the rc.conf snippet should have read:
 
 %%% rc.conf snippet %%%
 
 ### network_interfaces="lo0 fxp0"
 cloned_interfaces="vlan99"
 ifconfig_fxp0="inet 158.250.32.111 netmask 255.255.255.224"
 ifconfig_vlan99="inet 169.254.1.1 netmask 255.255.0.0 vlan 99 vlandev fxp1"
 
 %%% end %%%
 
 However, that doesn't really matter for the issue raised in this PR.
 
 -- 
 Yar



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