Re: [Roll] [roll] #89: Spec is limited to single interface intermediate routers

"roll issue tracker" <trac+roll@trac.tools.ietf.org> Fri, 13 April 2012 13:41 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 0D4DC21F87DB for <roll@ietfa.amsl.com>; Fri, 13 Apr 2012 06:41:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.493
X-Spam-Level:
X-Spam-Status: No, score=-102.493 tagged_above=-999 required=5 tests=[AWL=0.106, 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 hOx8ak9vWqYp for <roll@ietfa.amsl.com>; Fri, 13 Apr 2012 06:41:24 -0700 (PDT)
Received: from gamay.tools.ietf.org (gamay.tools.ietf.org [208.66.40.242]) by ietfa.amsl.com (Postfix) with ESMTP id 4519221F87D8 for <roll@ietf.org>; Fri, 13 Apr 2012 06:41:24 -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 1SIgkd-0007aL-Gt; Fri, 13 Apr 2012 09:41:23 -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: Fri, 13 Apr 2012 13:41:23 -0000
X-URL: http://tools.ietf.org/wg/roll/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/wg/roll/trac/ticket/89#comment:1
Message-ID: <070.50649f02d4c9fcf20a0cd7d1aafb041c@trac.tools.ietf.org>
References: <055.221455d39fc20c241b942c0dcb13bc22@trac.tools.ietf.org>
X-Trac-Ticket-ID: 89
In-Reply-To: <055.221455d39fc20c241b942c0dcb13bc22@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] #89: Spec is limited to single interface intermediate routers
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: Fri, 13 Apr 2012 13:41:25 -0000

#89: Spec is limited to single interface intermediate routers

Changes (by jpv@…):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 #89: Spec is limited to single interface intermediate routers

 Problem
 ------------------------------
 The spec does not allow for routers with multiple interfaces. It expects
 that an address is usable downwards and upwards.

 Resolution:
 -----------------------------
 Add the following text to the Applicability section:

 "The participation in a P2P-RPL route discovery is currently limited to
 the routers with IPv6 addresses that are reachable in both forward and
 backward directions, which it quite typical in usual LLN routers with a
 single radio"

 Discussion
 -------------

 [Pascal]
 "When an
 intermediate router adds itself to a route, it MUST ensure that the
 IPv6 address added to the route is reachable in both forward and  backward
 directions."
 This is written with the vision that the router has a single interface
 and acts as a repeater.
 But really a router could have 2 interfaces on a same subnet in which
 case that clause does not fly.

 [Mukul]
 All I mean is that the accumulated route MUST NOT have an address that
 cannot be accessed in one of the directions. If the address cannot be
 accessed in the backward direction, then the DRO would not be able to
 travel to the origin.

 [Pascal2] Then you're preventing a router with 2 interfaces. That's sad.
 I'm fine for an experimental draft   but for standard track that will
 have to be changed.

 [Mukul2] OK, I am keeping it the way it is.

 [Pascal3] This also need to be logged as a last call issue and its
 proposed resolution. Nothing wrong with having limitations, yet I think
 we must have specific text to indicate that the spec so far is limited  to
 devices with a single interface. When we make the Standard Track  version,
 I expect we'll have to go beyond that limitation. The drawback  is for
 experimental  implementations that may not be interoperable with  the
 final solution.

 [Mukul3] Could you please explain how does the requirement regarding
 addresses to be accessible in both forward and backward directions  limits
 P2P-RPL to only single interface devices? I think this  requirement means
 that P2P-RPL cannot be used across link layers. Is  that what you mean? I
 think allowing operation across link layers would  require P2P-RDO to
 accumulate additional information (backward address  to be used for
 forward addresses not accessible in backward direction).
 I think at the moment we want to avoid this complexity.

 [Pascal4] Because an IP address is associated to an interface. If you
 have 2 interfaces, even in a same subnet, there should be 2 addresses.

 [Mukul4] But, why would the two IP addresses the device has on the same
 subnet wont be accessible in both forward and backward directions?

 [Mukul5]
 I propose the following text to be placed inside the Applicability
 section:

 "The participation in a P2P-RPL route discovery is currently limited to
 the routers with IPv6 addresses that are reachable in both incoming and
 outgoing directions, which it quite typical in usual LLN routers with a
 single radio"

 Can we close this ticket?

 [Pascal5]

 I'd prefer to use upward and downward which are the terms that RPL
 traditionally uses....

 Is that OK with you? Otherwise yes, this text addresses my issue.

 [Mukul6]
 Should we use forward and backward terms? I already define them in the
 draft.

 [Pascal6]
 Yes, that would be perfect


 _______________________________________________
 Roll mailing list
 Roll@ietf.org
 https://www.ietf.org/mailman/listinfo/roll

-- 
-----------------------------------+----------------------
 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/89#comment:1>
roll <http://tools.ietf.org/wg/roll/>