[manet] #7: Top level document organization

"manet issue tracker" <trac+manet@trac.tools.ietf.org> Mon, 05 November 2012 20:15 UTC

Return-Path: <trac+manet@trac.tools.ietf.org>
X-Original-To: manet@ietfa.amsl.com
Delivered-To: manet@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A373E21F84F3 for <manet@ietfa.amsl.com>; Mon, 5 Nov 2012 12:15:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.599
X-Spam-Level:
X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[AWL=0.000, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id haTf5S1rcv1Q for <manet@ietfa.amsl.com>; Mon, 5 Nov 2012 12:15:30 -0800 (PST)
Received: from grenache.tools.ietf.org (grenache.tools.ietf.org [77.72.230.30]) by ietfa.amsl.com (Postfix) with ESMTP id E6DFB21F87F1 for <manet@ietf.org>; Mon, 5 Nov 2012 12:15:29 -0800 (PST)
Received: from localhost ([127.0.0.1]:48971 helo=grenache.tools.ietf.org ident=www-data) by grenache.tools.ietf.org with esmtp (Exim 4.77) (envelope-from <trac+manet@trac.tools.ietf.org>) id 1TVT4i-00072b-Qy; Mon, 05 Nov 2012 21:15:19 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
From: manet issue tracker <trac+manet@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: charliep@computer.org
X-Trac-Project: manet
Date: Mon, 05 Nov 2012 20:15:12 -0000
X-URL: http://tools.ietf.org/manet/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/wg/manet/trac/ticket/7
Message-ID: <061.f6d9e0fa28b46c77085c2605af4906fb@trac.tools.ietf.org>
X-Trac-Ticket-ID: 7
X-SA-Exim-Connect-IP: 127.0.0.1
X-SA-Exim-Rcpt-To: charliep@computer.org, manet@ietf.org
X-SA-Exim-Mail-From: trac+manet@trac.tools.ietf.org
X-SA-Exim-Scanned: No (on grenache.tools.ietf.org); SAEximRunCond expanded to false
Cc: manet@ietf.org
Subject: [manet] #7: Top level document organization
X-BeenThere: manet@ietf.org
X-Mailman-Version: 2.1.12
Reply-To: manet@ietf.org
List-Id: Mobile Ad-hoc Networks <manet.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/manet>, <mailto:manet-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/manet>
List-Post: <mailto:manet@ietf.org>
List-Help: <mailto:manet-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/manet>, <mailto:manet-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 05 Nov 2012 20:15:31 -0000

#7: Top level document organization

 Previous revisions have collected together various sections describing
 base protocol features into a top-level section entitled "Detailed
 Operation for the Base Protocol".  However, this does not seem to provide
 very much guidance for finding appropriate sections of the document, and
 some of the subsections seem better suited to be described in their own
 high-level sections.  There is another section devoted to Optional
 Features, and it seems that already provides a pretty good way to separate
 Base features from Optional features.  It is proposed to eliminate the
 abovementioned top-level section and promote its subsections to be top-
 level sections.

 Here is a snapshot of the Table of Contents, still subject to minor
 changes:

 {{{
 Table of Contents

    1.  Overview . . . . . . . . . . . . . . . . . . . . . . . . . . .  4
    2.  Terminology  . . . . . . . . . . . . . . . . . . . . . . . . .  5
    3.  Applicability Statement  . . . . . . . . . . . . . . . . . . .  7
    4.  Data Structures  . . . . . . . . . . . . . . . . . . . . . . .  8
      4.1.  Route Table Entry  . . . . . . . . . . . . . . . . . . . .  8
      4.2.  AODVv2 Message Structure and Information Elements  . . . . 10
      4.3.  RteMsg-specific Protocol Elements  . . . . . . . . . . . . 13
      4.4.  Route Error (RERR)-specific Protocol Elements  . . . . . . 14
    5.  AODVv2 Sequence Numbers  . . . . . . . . . . . . . . . . . . . 14
    6.  AODVv2 Operations on Route Table Entries . . . . . . . . . . . 15
      6.1.  Evaluating Incoming Routing Information  . . . . . . . . . 15
      6.2.  Creating or Updating Route Table Entries . . . . . . . . . 17
      6.3.  Route Table Entry Timeouts . . . . . . . . . . . . . . . . 17
    7.  Routing Messages . . . . . . . . . . . . . . . . . . . . . . . 18
      7.1.  RREQ Creation  . . . . . . . . . . . . . . . . . . . . . . 18
      7.2.  RREP Creation  . . . . . . . . . . . . . . . . . . . . . . 19
      7.3.  Handling a Received RteMsg . . . . . . . . . . . . . . . . 19
    8.  Route Discovery, Retries, and Buffering  . . . . . . . . . . . 21
    9.  Route Maintenance  . . . . . . . . . . . . . . . . . . . . . . 22
      9.1.  Active Next-hop Router Adjacency Monitoring  . . . . . . . 22
      9.2.  Handling Route Lifetimes During Packet Forwarding  . . . . 23
      9.3.  RERR Generation  . . . . . . . . . . . . . . . . . . . . . 23
      9.4.  Receiving and Handling RERR Messages . . . . . . . . . . . 24
    10. Unknown Message and TLV Types  . . . . . . . . . . . . . . . . 25
    11. Advertising Network Addresses  . . . . . . . . . . . . . . . . 25
    12. Simple Internet Attachment . . . . . . . . . . . . . . . . . . 25
    13. Multiple Interfaces  . . . . . . . . . . . . . . . . . . . . . 27
    14. AODVv2 Control Packet/Message Generation Limits  . . . . . . . 27
    15. Optional Features  . . . . . . . . . . . . . . . . . . . . . . 27
      15.1. Expanding Rings Multicast  . . . . . . . . . . . . . . . . 28
      15.2. Intermediate RREP  . . . . . . . . . . . . . . . . . . . . 28
      15.3. Precursor Notification . . . . . . . . . . . . . . . . . . 28
        15.3.1.  Overview  . . . . . . . . . . . . . . . . . . . . . . 28
        15.3.2.  Precursor Notification  . . . . . . . . . . . . . . . 28
      15.4. Reporting Multiple Unreachable Nodes . . . . . . . . . . . 30
      15.5. Message Aggregation  . . . . . . . . . . . . . . . . . . . 30
      15.6. Adding Additional Routing Information to a RteMsg  . . . . 30
    16. Administratively Configured Parameters and Timer Values  . . . 32
    17. IANA Considerations  . . . . . . . . . . . . . . . . . . . . . 34
      17.1. AODVv2 Message Types Specification . . . . . . . . . . . . 35
      17.2. Message and Address Block TLV Type Specification . . . . . 35
      17.3. Address Block TLV Specification  . . . . . . . . . . . . . 36
    18. Security Considerations  . . . . . . . . . . . . . . . . . . . 36
    19. Acknowledgments  . . . . . . . . . . . . . . . . . . . . . . . 38
    20. References . . . . . . . . . . . . . . . . . . . . . . . . . . 38
      20.1. Normative References . . . . . . . . . . . . . . . . . . . 38
      20.2. Informative References . . . . . . . . . . . . . . . . . . 39
    Appendix A.  Changes since the Previous Version  . . . . . . . . . 40
    Appendix B.  Shifting Network Prefix Advertisement Between
                 AODVv2 Routers  . . . . . . . . . . . . . . . . . . . 41
    Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . 41
 }}}

-- 
--------------------------------+-----------------------------
 Reporter:  charliep@…          |      Owner:  Charlie Perkins
     Type:  enhancement         |     Status:  new
 Priority:  minor               |  Milestone:
Component:  dymo                |    Version:
 Severity:  Active WG Document  |   Keywords:
--------------------------------+-----------------------------

Ticket URL: <http://trac.tools.ietf.org/wg/manet/trac/ticket/7>
manet <http://tools.ietf.org/manet/>