From owner-freebsd-questions@FreeBSD.ORG Sat Sep 16 07:19:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 963A916A40F for ; Sat, 16 Sep 2006 07:19:27 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C4443D49 for ; Sat, 16 Sep 2006 07:19:26 +0000 (GMT) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at inter-sonic.com Message-ID: <450BA57A.7000007@intersonic.se> Date: Sat, 16 Sep 2006 09:19:22 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: how to add flags to ifconfig at boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Sep 2006 07:19:27 -0000 Hi, How can I add flags to ifconfig at boot time, i.e. I want it to start with 'ifconfig em0 -tso' ? Thanks,