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

Reply via email to