Re: about violation of standards

Nick Hilliard <nick@foobar.org> Wed, 24 April 2019 15:39 UTC

Return-Path: <nick@foobar.org>
X-Original-To: ipv6@ietfa.amsl.com
Delivered-To: ipv6@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4CA0712006B for <ipv6@ietfa.amsl.com>; Wed, 24 Apr 2019 08:39:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.201
X-Spam-Level:
X-Spam-Status: No, score=-4.201 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QSnyTqp6zgoh for <ipv6@ietfa.amsl.com>; Wed, 24 Apr 2019 08:39:18 -0700 (PDT)
Received: from mail.netability.ie (mail.netability.ie [IPv6:2a03:8900:0:100::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CC172120019 for <ipv6@ietf.org>; Wed, 24 Apr 2019 08:39:17 -0700 (PDT)
X-Envelope-To: ipv6@ietf.org
Received: from cupcake.local (089-101-195156.ntlworld.ie [89.101.195.156] (may be forged)) (authenticated bits=0) by mail.netability.ie (8.15.2/8.15.2) with ESMTPSA id x3OFdDDb083076 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 24 Apr 2019 16:39:14 +0100 (IST) (envelope-from nick@foobar.org)
X-Authentication-Warning: cheesecake.ibn.ie: Host 089-101-195156.ntlworld.ie [89.101.195.156] (may be forged) claimed to be cupcake.local
Subject: Re: about violation of standards
To: Alexandre Petrescu <alexandre.petrescu@gmail.com>
Cc: IPv6 <ipv6@ietf.org>
References: <bb7f7606-2adf-e669-8bcd-e41f17800782@gmail.com> <CAJE_bqd9frqX5-yeVPj8MYXpZ4737HqK1gmfD9cQV3A-Ea5HrQ@mail.gmail.com> <CAKQ4NaWLGh3f_dN6WVNnYs9fKL8=vfpnShAK8AczPo8LE8LjFA@mail.gmail.com> <a7ef29b1-09ff-d4da-d802-6f0ccfc2d4f3@gmail.com> <4786ccac-9633-932b-badb-ca89ab15cd73@foobar.org> <7c416dde-f2f7-9e25-dd52-f5ec9071a948@gmail.com>
From: Nick Hilliard <nick@foobar.org>
Message-ID: <fb0387d3-2ce4-6463-aa14-b120811b467e@foobar.org>
Date: Wed, 24 Apr 2019 16:39:12 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:52.0) Gecko/20100101 PostboxApp/6.1.14
MIME-Version: 1.0
In-Reply-To: <7c416dde-f2f7-9e25-dd52-f5ec9071a948@gmail.com>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/ipv6/0pJEolK9NsWwkF_8WQXt5f5fmQQ>
X-BeenThere: ipv6@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "IPv6 Maintenance Working Group \(6man\)" <ipv6.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ipv6>, <mailto:ipv6-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ipv6/>
List-Post: <mailto:ipv6@ietf.org>
List-Help: <mailto:ipv6-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ipv6>, <mailto:ipv6-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 24 Apr 2019 15:39:20 -0000

Alexandre Petrescu wrote on 24/04/2019 15:31:
> YEt the link-local addresses should have the ability to be manually 
> configured too, I guess.
> 
> Or are the LLs forbidden to be manually configured?

on bsd, you can't manually configure fe80::/10 link-local addresses. 
You configure the auto_linklocal flag, and then the kernel does 
everything else.  The auto_linklocal flag does not work on bsd loopback 
interfaces.  This is all a local implementation detail: other operating 
systems have different approaches, equally valid.

Nick