Re: [v6ops] IPv6-Only Preferred DHCPv4 option

Philip Homburg <pch-v6ops-9@u-1.phicoh.com> Fri, 06 December 2019 10:10 UTC

Return-Path: <pch-b9D3CB0F5@u-1.phicoh.com>
X-Original-To: v6ops@ietfa.amsl.com
Delivered-To: v6ops@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2C5EA12009C for <v6ops@ietfa.amsl.com>; Fri, 6 Dec 2019 02:10:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.198
X-Spam-Level:
X-Spam-Status: No, score=-4.198 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=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 XYMnUJ_DhPvy for <v6ops@ietfa.amsl.com>; Fri, 6 Dec 2019 02:10:45 -0800 (PST)
Received: from stereo.hq.phicoh.net (stereo.hq.phicoh.net [130.37.15.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3720F12008A for <v6ops@ietf.org>; Fri, 6 Dec 2019 02:10:45 -0800 (PST)
Received: from stereo.hq.phicoh.net (localhost [::ffff:127.0.0.1]) by stereo.hq.phicoh.net with esmtp (TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384) (Smail #157) id m1idAZO-0000GcC; Fri, 6 Dec 2019 11:10:42 +0100
Message-Id: <m1idAZO-0000GcC@stereo.hq.phicoh.net>
To: v6ops@ietf.org
From: Philip Homburg <pch-v6ops-9@u-1.phicoh.com>
Sender: pch-b9D3CB0F5@u-1.phicoh.com
References: <CAO42Z2wd03gf2_LBd+Bb3N=KUer2yYue9TMhZffNtHPy_yG9Zg@mail.gmail.com> <5876B53D-01D1-4689-8FFA-25320EA265DD@fugue.com> <CAO42Z2xDi5dNiVJ_DMEWBfX5fk-1FTVMq6B1njQVVzOEGcc+9g@mail.gmail.com>
In-reply-to: Your message of "Fri, 6 Dec 2019 12:57:48 +1100 ." <CAO42Z2xDi5dNiVJ_DMEWBfX5fk-1FTVMq6B1njQVVzOEGcc+9g@mail.gmail.com>
Date: Fri, 06 Dec 2019 11:10:42 +0100
Archived-At: <https://mailarchive.ietf.org/arch/msg/v6ops/sb6L0eTaPco8HysVINgxXfoDsZM>
Subject: Re: [v6ops] IPv6-Only Preferred DHCPv4 option
X-BeenThere: v6ops@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: v6ops discussion list <v6ops.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/v6ops>, <mailto:v6ops-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/v6ops/>
List-Post: <mailto:v6ops@ietf.org>
List-Help: <mailto:v6ops-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/v6ops>, <mailto:v6ops-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Dec 2019 10:10:46 -0000

> >From RFC 3493:
> 
> For example, to create an IPv6/TCP socket, applications make the
>    call:
> 
>       s = socket(AF_INET6, SOCK_STREAM, 0);

Technically that does not create an IPv6/TCP socket.

See Section 3.7, in RFC 3493.