Re: New Version Notification for draft-troan-6man-universal-ra-option-03.txt

Philip Homburg <pch-ipv6-ietf-6@u-1.phicoh.com> Thu, 08 October 2020 14:03 UTC

Return-Path: <pch-b9D3CB0F5@u-1.phicoh.com>
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 AA4E83A084A for <ipv6@ietfa.amsl.com>; Thu, 8 Oct 2020 07:03:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.624
X-Spam-Level:
X-Spam-Status: No, score=-1.624 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.274, SPF_HELO_NONE=0.001, SPF_NONE=0.001] autolearn=no 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 h-qqFZMgdaIy for <ipv6@ietfa.amsl.com>; Thu, 8 Oct 2020 07:03:24 -0700 (PDT)
Received: from stereo.hq.phicoh.net (stereo6-tun.hq.phicoh.net [IPv6:2001:888:1044:10:2a0:c9ff:fe9f:17a9]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BA2553A03EC for <ipv6@ietf.org>; Thu, 8 Oct 2020 07:03:22 -0700 (PDT)
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-CHACHA20-POLY1305) (Smail #157) id m1kQWVq-0000GLC; Thu, 8 Oct 2020 16:03:18 +0200
Message-Id: <m1kQWVq-0000GLC@stereo.hq.phicoh.net>
To: ipv6@ietf.org
Subject: Re: New Version Notification for draft-troan-6man-universal-ra-option-03.txt
From: Philip Homburg <pch-ipv6-ietf-6@u-1.phicoh.com>
Sender: pch-b9D3CB0F5@u-1.phicoh.com
References: <160201571921.22183.2288394613501535041@ietfa.amsl.com> <FAA42031-FAF9-4F1E-A702-3B4F27375F4F@employees.org> <m1kQ8qM-0000FiC@stereo.hq.phicoh.net> <066A5931-E009-4610-B679-86A8F495A131@employees.org> <m1kQ9tr-0000KEC@stereo.hq.phicoh.net> <9FB26236-5D9F-433C-8B79-B17F6D337664@employees.org> <818fb13b-5ddd-be02-40f4-e7f395c0bcca@gmail.com>
In-reply-to: Your message of "Thu, 8 Oct 2020 09:01:37 +1300 ." <818fb13b-5ddd-be02-40f4-e7f395c0bcca@gmail.com>
Date: Thu, 08 Oct 2020 16:03:18 +0200
Archived-At: <https://mailarchive.ietf.org/arch/msg/ipv6/sq7FYi45WNzvor1Oa9A8a3MAObw>
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: Thu, 08 Oct 2020 14:03:26 -0000

>(I happen to have written a Python package to simulate loads() and dumps() 
>for TLVs. That made it possible to play with a direct comparison between
>coding a CBOR application or a TLV application for the same purpose.
>If you care, https://github.com/becarpenter/tlv )

I'm confused. Do you feel this code is typical for an RA implementation on
an embedded system?

I.e., does a typical embedded system implement RA in python? Does a 
typical embedded system parse RAs using a generic load dump mechanism?