Re: [Roll] [roll] #91: Is it possible for an origin to get an error message in case the P2P-RPL route discovery fails.
"roll issue tracker" <trac+roll@trac.tools.ietf.org> Thu, 12 April 2012 07:52 UTC
Return-Path: <trac+roll@trac.tools.ietf.org>
X-Original-To: roll@ietfa.amsl.com
Delivered-To: roll@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2235021F859A for <roll@ietfa.amsl.com>; Thu, 12 Apr 2012 00:52:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.504
X-Spam-Level:
X-Spam-Status: No, score=-102.504 tagged_above=-999 required=5 tests=[AWL=0.095, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XUKZI8+Asr6d for <roll@ietfa.amsl.com>; Thu, 12 Apr 2012 00:52:47 -0700 (PDT)
Received: from gamay.tools.ietf.org (gamay.tools.ietf.org [208.66.40.242]) by ietfa.amsl.com (Postfix) with ESMTP id 77F2B21F8599 for <roll@ietf.org>; Thu, 12 Apr 2012 00:52:45 -0700 (PDT)
Received: from localhost ([::1] helo=gamay.tools.ietf.org) by gamay.tools.ietf.org with esmtp (Exim 4.77) (envelope-from <trac+roll@trac.tools.ietf.org>) id 1SIEpc-0004JB-2o; Thu, 12 Apr 2012 03:52:40 -0400
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
From: roll issue tracker <trac+roll@trac.tools.ietf.org>
X-Trac-Version: 0.12.2
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.2, by Edgewall Software
To: mukul@UWM.EDU, jpv@cisco.com
X-Trac-Project: roll
Date: Thu, 12 Apr 2012 07:52:40 -0000
X-URL: http://tools.ietf.org/wg/roll/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/wg/roll/trac/ticket/91#comment:1
Message-ID: <070.69271f424556ec822b0501319e162ced@trac.tools.ietf.org>
References: <055.920233a6500cd12143f61f93f9b312dd@trac.tools.ietf.org>
X-Trac-Ticket-ID: 91
In-Reply-To: <055.920233a6500cd12143f61f93f9b312dd@trac.tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: mukul@UWM.EDU, jpv@cisco.com, roll@ietf.org
X-SA-Exim-Mail-From: trac+roll@trac.tools.ietf.org
X-SA-Exim-Scanned: No (on gamay.tools.ietf.org); SAEximRunCond expanded to false
Cc: roll@ietf.org
Subject: Re: [Roll] [roll] #91: Is it possible for an origin to get an error message in case the P2P-RPL route discovery fails.
X-BeenThere: roll@ietf.org
X-Mailman-Version: 2.1.12
Reply-To: roll@ietf.org
List-Id: Routing Over Low power and Lossy networks <roll.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/roll>, <mailto:roll-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/roll>
List-Post: <mailto:roll@ietf.org>
List-Help: <mailto:roll-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/roll>, <mailto:roll-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 12 Apr 2012 07:52:51 -0000
#91: Is it possible for an origin to get an error message in case the P2P-RPL route discovery fails. Changes (by jpv@…): * status: new => closed * resolution: => fixed Comment: Resolution: ------------- No. Because no intermediate router knows whether a DIO reached the target or not. Discussion: -------------- [Cedric] On big question that rise my mind is, what happened if the route discovery fail ? Some protocols sends out an error message when the route discovery fails or get stuck. Do authors think that it could be relevant to add a "discovery-error" message as defined in other route discovery protocols ? [Mukul] I dont think it is possible to detect the failure of a P2P-RPL route discovery. No node knows if a P2P-RPL route discovery has failed. P2P-RPL forms a temporary DAG and the route discovery (well, at least the first half) succeeds when a target joins the DAG. Only the target knows whether it joined the DAG or not. So, no node knows if the (first half of the) route discovery failed. Second half involves the target sending DRO to the origin. If the DRO does not reach the origin, (the second half of) the route discovery fails. The target can ensure (or at least increase the probability of) success by asking for DRO-ACK and retransmitting the DRO if the DRO-ACK is not received within certain time duration. DRO message travels by multicast, so an intermediate router, that forwards a DRO further, has no idea whether the next hop on the route received the DRO or not. Again, no node knows if the (second half of the) there is no one to generate the discovery-error message. I think an origin might infer the route discovery to have failed, if the DAG's life time has expired but no DRO is received. But I am not sure we should mandate this to be the way failure is inferred. We have just 4 values for the DAG life time. So, I think we should leave it to origin how much to wait for a DRO before admitting failure. [Cedric2] I was thinking about an error message if the delivery of a message fails when using a route established by the P2P-RPL mechanism. When a node included in the discovered route cannot be reached, then an error message could initiate a new route discovery using the P2P-RPL mechanism. [Mukul2] P2P-RPL routes are used in exactly the same manner as core RPL routes, that is you use an RPL Source Routing Header (RFC6554) or an RPL Option (RFC6553) to send a packet to its destination. These RFCs specify what ICMP error messages could be generated if the route is broken. [Cedric3] Ok. If the route error detection is alredy handled, I think an additional error message is not necessary. -- -----------------------------------+---------------------- Reporter: jpv@… | Owner: mukul@… Type: defect | Status: closed Priority: major | Milestone: Component: p2p-rpl | Version: Severity: Submitted WG Document | Resolution: fixed Keywords: | -----------------------------------+---------------------- Ticket URL: <http://trac.tools.ietf.org/wg/roll/trac/ticket/91#comment:1> roll <http://tools.ietf.org/wg/roll/>
- [Roll] [roll] #91: Is it possible for an origin t… roll issue tracker
- Re: [Roll] [roll] #91: Is it possible for an orig… C Chauvenet
- Re: [Roll] [roll] #91: Is it possible for an orig… Mukul Goyal
- Re: [Roll] [roll] #91: Is it possible for an orig… C Chauvenet
- Re: [Roll] [roll] #91: Is it possible for an orig… Mukul Goyal
- [Roll] Closure text for ticket #91 Mukul Goyal
- Re: [Roll] [roll] #91: Is it possible for an orig… roll issue tracker