From owner-freebsd-net@freebsd.org Sat Oct 20 01:15:43 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54642FEE72C for ; Sat, 20 Oct 2018 01:15:43 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [IPv6:2001:19f0:300:2185:a:dead:bad:faff]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07BCD763F8 for ; Sat, 20 Oct 2018 01:15:42 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [104.207.135.49]) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id w9K1FfDI043522; Sat, 20 Oct 2018 02:15:41 +0100 (BST) (envelope-from jamie@donotpassgo.dyslexicfish.net) Received: (from jamie@localhost) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5/Submit) id w9K1FefW043507; Sat, 20 Oct 2018 02:15:40 +0100 (BST) (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <201810200115.w9K1FefW043507@donotpassgo.dyslexicfish.net> Date: Sat, 20 Oct 2018 02:15:39 +0100 Organization: Dyslexic Fish To: vas@mpeks.tomsk.su, bu7cher@yandex.ru Cc: freebsd-net@freebsd.org Subject: Re: get rid of the eui64 address References: <20181017094554.GA65055@admin.sibptus.ru> <4b2d7329-e1e0-e8dc-4b25-6c8823a9fdd1@yandex.ru> <20181018155606.GA87405@admin.sibptus.ru> <1c57ecfc-d31d-7958-239d-7e7970af3807@yandex.ru> <20181019093504.GA509@admin.sibptus.ru> <20181019124151.GA2160@admin.sibptus.ru> <03f88da6-6441-d68e-b359-911977f0a664@yandex.ru> <20181019133053.GA2619@admin.sibptus.ru> In-Reply-To: <20181019133053.GA2619@admin.sibptus.ru> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (donotpassgo.dyslexicfish.net [104.207.135.49]); Sat, 20 Oct 2018 02:15:41 +0100 (BST) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 01:15:43 -0000 Victor Sudakov wrote: > Andrey V. Elsukov wrote: > > > > Seems your ifconfig(8) is a bit out of day. > > My ifconfig(8) is from 11.2-RELEASE. > > My manual says: > > autoconf > > Set the IPv6 autoconfigured address bit. > > > > -autoconf > > Clear the IPv6 autoconfigured address bit. > > > > I have no idea when setting the autoconfigured address bit manually > could be necessary, but at least it makes sense. It was changed post 11.2-release: https://svnweb.freebsd.org/base?view=revision&revision=335732 Author: trasz Date: Wed Jun 27 19:28:37 2018 UTC (3 months, 3 weeks ago) Changed paths: 1 Log Message: Fix description for the "autoconf" ifconfig(8) flag; it's an address property, not something you set for an interface. MFC after: 2 weeks cheers