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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to