Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2003 08:18:13 +0100
From:      dom@happygiraffe.net (Dominic Mitchell)
To:        Martin Blapp <mb@imp.ch>
Cc:        "Matthew N. Dodd" <mdodd@FreeBSD.ORG>
Subject:   Re: STEP 2, fixing dhclient behaviour with multiple interfaces
Message-ID:  <20030730071813.GA52968@ppe.happygiraffe.net>
In-Reply-To: <20030730084949.O25188@cvs.imp.ch>
References:  <Pine.NEB.3.96L.1030729173653.78063D-100000@fledge.watson.org> <20030730013027.D25188@cvs.imp.ch> <20030729210514.K15326@sasami.jurai.net> <20030730084949.O25188@cvs.imp.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 30, 2003 at 08:52:19AM +0200, Martin Blapp wrote:
> But the interface adding does still not work. Maybe a different
> syntax than this ?
> 
> connect
> new interface
> open
> set rl0 = "up";
> update
> close

I think you want this syntax (although I still couldn't get it to work):

connect
new interface
set name = "rl0"
open
set state = "up"
update
close

-Dom



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