From owner-freebsd-net@FreeBSD.ORG Wed Apr 6 08:06:26 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FD9F1065670 for ; Wed, 6 Apr 2011 08:06:26 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 089688FC18 for ; Wed, 6 Apr 2011 08:06:25 +0000 (UTC) Received: by qyk35 with SMTP id 35so2367403qyk.13 for ; Wed, 06 Apr 2011 01:06:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=//kiQOoufSDFcmTEaBP8m8I5NefaI8bYLzsc7F4aap8=; b=WYqNW2/VW/I9CObUUcalm6GqwzAoh6uDF/l5txdL1faCINIwDyB9JQWhlQaslTT0z8 DoZq/6rF0BDycf4IBjVE9aDaEtmRNaMUn+kFShwoXQRLe6W3v0rNKKoaJYoPIuSMqiwT XSdR8xZy/EckpP6n2BU8U87t0Ai8i+pUNZ6C4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=K1MnZ3qv6RM3y371Rzm/QL+rDjxL8uU/LDHnlFULZg5E+KR/483XCg3UQ4EtCgTUNm h4dT0YiW43UFldyc1wP5q7XWcxzlND6kReSj4kjDm1zxbdgaYmzQ7t9yTxWWagIuwAhG SU8ZwpuZkOHVVKsjfgb5Fss3Kn4znF44J05mc= MIME-Version: 1.0 Received: by 10.229.28.68 with SMTP id l4mr504137qcc.93.1302075334300; Wed, 06 Apr 2011 00:35:34 -0700 (PDT) Received: by 10.229.102.81 with HTTP; Wed, 6 Apr 2011 00:35:34 -0700 (PDT) Date: Wed, 6 Apr 2011 09:35:34 +0200 Message-ID: From: Dominique Goncalves To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: ifa_add_loopback_route: insertion failed with ifconfig wlan0 up X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 08:06:26 -0000 Hi, I've installed FreeBSD 8.2-RELEASE on soekris net4801 with Atheros 9280 (mini pci card) as an access point using hostapd, so far it works . Sometimes I need to disable wireless with ifconfig wlan0 down but each times I run ifconfig wlan0 up, the kernel produces this error ifa_add_loopback_route: insertion failed is this a problem ? or maybe there is a better way to disable/enable wireless ? TIA, Regards.