From owner-freebsd-net@FreeBSD.ORG Wed Apr 6 11:09:04 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 62F941065672 for ; Wed, 6 Apr 2011 11:09:04 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 398438FC26 for ; Wed, 6 Apr 2011 11:09:03 +0000 (UTC) Received: by pvg11 with SMTP id 11so618942pvg.13 for ; Wed, 06 Apr 2011 04:09:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=vI6zh6pHfRdpFwhv5CnDHmyaa+TXk8UijhFS8gGbo28=; b=dA9yYcLIJxl3wuhFVSAtIoICQEKo5Kz2j8rNDrWIx2ECy2OaiDnNrmFO32Fs9sA6vv xhrQqQ3TYzrKFazYEIeoxF0V1tyNoSI78/0ZBWLQ3xRvq+ytKFYXeC2uc2NI4AmAze88 HlRBTW6H380dRXEiUQKPj7cEMpldDswYcCB7o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=vXH7nMnR6AaYul7iQ/ftu3meR5Rawp1X/ICKXRSKcU0QnMcZfcXNnQF6erp9Cu+HAN v9twa82BDnAo3RmJMHZ8+RIjSuq5RyAV24tPpImuD5iV/peyHr4klwsx1AFxdmQ3nCiQ wAHet6nZRNQFzz/EEgn1OHCM7cTdVoBjG6kMM= MIME-Version: 1.0 Received: by 10.143.153.18 with SMTP id f18mr825542wfo.114.1302088143521; Wed, 06 Apr 2011 04:09:03 -0700 (PDT) Received: by 10.142.141.5 with HTTP; Wed, 6 Apr 2011 04:09:03 -0700 (PDT) In-Reply-To: References: Date: Wed, 6 Apr 2011 15:09:03 +0400 Message-ID: From: Sergey Kandaurov To: Dominique Goncalves Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-net@freebsd.org Subject: Re: 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 11:09:04 -0000 On 6 April 2011 15:05, Sergey Kandaurov wrote: > On 6 April 2011 11:35, Dominique Goncalves > wrote: >> 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 wir= eless ? >> > > I see this too with a dumb test: > > vlan5: flags=3D8003 metric 0 mtu 1500 > =A0 =A0 =A0 =A0ether 00:00:00:00:00:00 > =A0 =A0 =A0 =A0inet6 fe80::21a:64ff:fe68:d005%vlan5 prefixlen 64 scopeid = 0xa > =A0 =A0 =A0 =A0inet 192.168.13.13 netmask 0xffffffff broadcast 192.168.13= .13 > =A0 =A0 =A0 =A0nd6 options=3D3 > =A0 =A0 =A0 =A0vlan: 0 parent interface: > > On 8.1 ifconfig vlan5 up gives: > ifa_add_loopback_route: insertion failed > > On head ifconfig vlan5 down gives: > interface address is missing from cache =3D 0 =A0in delete > On more thing: on head ifconfig vlan5 destroy gives: if_delmulti_ifma: ifnet 0xfffffe006b38c000 disappeared --=20 wbr, pluknet