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

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

Hi,

> Odd:
>
> %%%
> # cat /etc/sleep_dhclient
> #!/bin/sh
>
> omshell > /dev/null << EOF
> connect
> new control
> open
> set state = 3
> update
> close
> EOF
> # cat /etc/wakeup_dhclient
> #!/bin/sh
>
> omshell > /dev/null << EOF
> connect
> new control
> open
> set state = 4
> update
> close
> EOF
> %%%
>
> This was working fine for me a few months ago.

It still does - my fault. Looks like I forgot "update" :P
and with state 2 I did that.

But the interface adding does still not work. Maybe a different
syntax than this ?

connect
new interface
open
set rl0 = "up";
update
close

Martin



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