From owner-freebsd-current@FreeBSD.ORG Fri Aug 16 13:19:41 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D6F5E1EA for ; Fri, 16 Aug 2013 13:19:41 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B0CF2658 for ; Fri, 16 Aug 2013 13:19:41 +0000 (UTC) Received: by mail-qc0-f177.google.com with SMTP id e11so1062557qcx.36 for ; Fri, 16 Aug 2013 06:19:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=5xYTRVjx1osRTqRiL3NaqDYp8WsnO3jAhEkosI1OUNg=; b=un1LDLFsqy4AbX7mvMY1S83oLQ7E6rw8xLoESwWYP/z2JSMdzBIoZqCIdmQzQTowtq i0rKlDV4YyUgkKA6XVxHXVo8ZNeRqxd1GoS+sxi2kPkbO0xda3OXRyvhiOUI8PoI5ns9 075xiOCN7ho2vF3inN6Su2bkvk9jeWMPaVTGsAypa9JWCF6N0ElF8ss+z3rujaTJP/nD yqOKhD2DFM8vvU8lu0Uh6/2acRszwo5m8SbrOVpYsFhrs5NZT8IPBkjp2b8+ltBrSc78 OdwQpQVLOWTLO40jkUO6gSJIrbWt6tMamFzbZqqQw9kgI7yXydj/dlZbCNXb172Wz3HS m9XQ== MIME-Version: 1.0 X-Received: by 10.224.3.197 with SMTP id 5mr3309333qao.25.1376659180741; Fri, 16 Aug 2013 06:19:40 -0700 (PDT) Received: by 10.224.5.195 with HTTP; Fri, 16 Aug 2013 06:19:40 -0700 (PDT) In-Reply-To: <1376632058.1841.6.camel@localhost> References: <1376632058.1841.6.camel@localhost> Date: Fri, 16 Aug 2013 16:19:40 +0300 Message-ID: Subject: Re: ipv6_activate_all_interfaces doesn't work on wireless interface. From: Kimmo Paasiala To: Eric L Camachat Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 13:19:41 -0000 On Fri, Aug 16, 2013 at 8:47 AM, Eric L Camachat wrote: > Here is my /etc/rc.conf > ipv6_enable="YES" > #ip6addrctl_enable="YES" > #ip6addrctl_policy="ipv6_prefer" > #ipv6_activate_all_interfaces="YES" > wlans_iwn0="wlan0" > ifconfig_wlan0="WPA DHCP" > > rc.d system said ipv6_enable is obsoleted by > ipv6_activate_all_interfaces. > So, I tried to replaced ipv6_enable with ipv6_activate_all_interfaces > and ip6addrctl_*, interface wlan0 will not get ipv6 address from router. > > After investigated, that's because of wlan0 didn't add 'accept_rtadv' > ipv6 option. > > -- > Eric > As far as I know, not enabling accept_rtadv is a reasonable default and it has been like that always. Just like DHCP is not a default configuration method for IPv4 addresses. -Kimmo