Re: [Anima-bootstrap] Anima bootstrap: discover protocol multicast notes
Michael Richardson <mcr+ietf@sandelman.ca> Sun, 12 February 2017 22:02 UTC
Return-Path: <mcr+ietf@sandelman.ca>
X-Original-To: anima-bootstrap@ietfa.amsl.com
Delivered-To: anima-bootstrap@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8975F128824 for <anima-bootstrap@ietfa.amsl.com>; Sun, 12 Feb 2017 14:02:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.902
X-Spam-Level:
X-Spam-Status: No, score=-1.902 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.001, 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 y929O2rzzgXC for <anima-bootstrap@ietfa.amsl.com>; Sun, 12 Feb 2017 14:02:50 -0800 (PST)
Received: from tuna.sandelman.ca (tuna.sandelman.ca [209.87.249.19]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4E0D51279EB for <anima-bootstrap@ietf.org>; Sun, 12 Feb 2017 14:02:50 -0800 (PST)
Received: from sandelman.ca (obiwan.sandelman.ca [IPv6:2607:f0b0:f:2::247]) by tuna.sandelman.ca (Postfix) with ESMTP id B5308E033; Sun, 12 Feb 2017 17:24:09 -0500 (EST)
Received: from obiwan.sandelman.ca (localhost [IPv6:::1]) by sandelman.ca (Postfix) with ESMTP id 81AB76381A; Sun, 12 Feb 2017 17:02:49 -0500 (EST)
From: Michael Richardson <mcr+ietf@sandelman.ca>
To: Brian E Carpenter <brian.e.carpenter@gmail.com>
In-Reply-To: <c5daca2c-2c33-ee33-3415-7ce01a49715f@gmail.com>
References: <20170117171732.GA14606@faui40p.informatik.uni-erlangen.de> <20170117172824.GB14606@faui40p.informatik.uni-erlangen.de> <c5daca2c-2c33-ee33-3415-7ce01a49715f@gmail.com>
X-Mailer: MH-E 8.6; nmh 1.6+dev; GNU Emacs 24.5.1
X-Face: $\n1pF)h^`}$H>Hk{L"x@)JS7<%Az}5RyS@k9X%29-lHB$Ti.V>2bi.~ehC0; <'$9xN5Ub# z!G,p`nR&p7Fz@^UXIn156S8.~^@MJ*mMsD7=QFeq%AL4m<nPbLgmtKK-5dC@#:k
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-="; micalg="pgp-sha256"; protocol="application/pgp-signature"
Date: Sun, 12 Feb 2017 17:02:49 -0500
Message-ID: <12728.1486936969@obiwan.sandelman.ca>
Archived-At: <https://mailarchive.ietf.org/arch/msg/anima-bootstrap/OoEvNi8jFFpiYyBjY48Ysfj-738>
Cc: anima-bootstrap@ietf.org
Subject: Re: [Anima-bootstrap] Anima bootstrap: discover protocol multicast notes
X-BeenThere: anima-bootstrap@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: Mailing list for the bootstrap design team of the ANIMA WG <anima-bootstrap.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/anima-bootstrap>, <mailto:anima-bootstrap-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/anima-bootstrap/>
List-Post: <mailto:anima-bootstrap@ietf.org>
List-Help: <mailto:anima-bootstrap-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/anima-bootstrap>, <mailto:anima-bootstrap-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 12 Feb 2017 22:02:51 -0000
Brian E Carpenter <brian.e.carpenter@gmail.com> wrote: >> This information is typically ignored in existing network protocol >> stacks >> and is also typically unavailable on the socket-API. This IMHO makes >> it highly beneficial to >> use a very lightweight protocol (like the subset of GRASP dedicate to >> this) that can specifically >> be implemented to do this security check. > Presumably you have to use a raw socket. I don't see any other way to get the > destination address out of the packet. With recvmsg(), you can can as for IPV6_RECVPKTINFO in the auxiliary messages in IPV6_PKTINFO. You get the destination IPv6 address as well as the ifindex. (ifindex is pretty essential if you are receiving multicast messages) -- Michael Richardson <mcr+IETF@sandelman.ca>, Sandelman Software Works -= IPv6 IoT consulting =-
- [Anima-bootstrap] Anima bootstrap: discover proto… Toerless Eckert
- Re: [Anima-bootstrap] Anima bootstrap: discover p… Toerless Eckert
- Re: [Anima-bootstrap] Anima bootstrap: discover p… Brian E Carpenter
- Re: [Anima-bootstrap] Anima bootstrap: discover p… Michael Richardson
- Re: [Anima-bootstrap] Anima bootstrap: discover p… Michael Richardson
- Re: [Anima-bootstrap] Anima bootstrap: discover p… Brian E Carpenter
- Re: [Anima-bootstrap] Anima bootstrap: discover p… peter van der Stok
- [Anima-bootstrap] M_FLOOD and mDNS (was Re: Anima… Michael Richardson
- Re: [Anima-bootstrap] M_FLOOD and mDNS (was Re: A… Brian E Carpenter
- Re: [Anima-bootstrap] M_FLOOD and mDNS (was Re: A… Michael Richardson
- Re: [Anima-bootstrap] M_FLOOD and mDNS (was Re: A… peter van der Stok
- Re: [Anima-bootstrap] M_FLOOD and mDNS (was Re: A… Michael Richardson
- Re: [Anima-bootstrap] M_FLOOD and mDNS (was Re: A… Brian E Carpenter
- Re: [Anima-bootstrap] M_FLOOD and mDNS (was Re: A… peter van der Stok
- Re: [Anima-bootstrap] M_FLOOD and mDNS (was Re: A… peter van der Stok
- Re: [Anima-bootstrap] M_FLOOD and mDNS (was Re: A… Michael Richardson
- Re: [Anima-bootstrap] M_FLOOD and mDNS (was Re: A… peter van der Stok
- Re: [Anima-bootstrap] M_FLOOD and mDNS (was Re: A… Michael Richardson