home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc1883 < prev    next >
Text File  |  1996-01-03  |  82KB  |  2,076 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                             S. Deering, Xerox PARC
  8. Request for Comments: 1883                  R.  Hinden, Ipsilon Networks
  9. Category: Standards Track                                  December 1995
  10.  
  11.  
  12.  
  13.  
  14.                   Internet Protocol, Version 6 (IPv6)
  15.                              Specification
  16.  
  17.  
  18.  
  19.  
  20.  
  21. Status of this Memo
  22.  
  23.    This document specifies an Internet standards track protocol for the
  24.    Internet community, and requests discussion and suggestions for
  25.    improvements.  Please refer to the current edition of the "Internet
  26.    Official Protocol Standards" (STD 1) for the standardization state
  27.    and status of this protocol.  Distribution of this memo is unlimited.
  28.  
  29.  
  30. Abstract
  31.  
  32.  
  33.    This document specifies version 6 of the Internet Protocol (IPv6),
  34.    also sometimes referred to as IP Next Generation or IPng.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Deering & Hinden            Standards Track                     [Page 1]
  59.  
  60. RFC 1883                   IPv6 Specification              December 1995
  61.  
  62.  
  63. Table of Contents
  64.  
  65.    1. Introduction..................................................3
  66.  
  67.    2. Terminology...................................................4
  68.  
  69.    3. IPv6 Header Format............................................5
  70.  
  71.    4. IPv6 Extension Headers........................................6
  72.        4.1 Extension Header Order...................................8
  73.        4.2 Options..................................................9
  74.        4.3 Hop-by-Hop Options Header...............................11
  75.        4.4 Routing Header..........................................13
  76.        4.5 Fragment Header.........................................19
  77.        4.6 Destination Options Header..............................24
  78.        4.7 No Next Header..........................................25
  79.  
  80.    5. Packet Size Issues...........................................26
  81.  
  82.    6. Flow Labels..................................................28
  83.  
  84.    7. Priority.....................................................30
  85.  
  86.    8. Upper-Layer Protocol Issues..................................31
  87.        8.1 Upper-Layer Checksums...................................31
  88.        8.2 Maximum Packet Lifetime.................................32
  89.        8.3 Maximum Upper-Layer Payload Size........................32
  90.  
  91.    Appendix A. Formatting Guidelines for Options...................33
  92.  
  93.    Security Considerations.........................................36
  94.  
  95.    Acknowledgments.................................................36
  96.  
  97.    Authors' Addresses..............................................36
  98.  
  99.    References......................................................37
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Deering & Hinden            Standards Track                     [Page 2]
  115.  
  116. RFC 1883                   IPv6 Specification              December 1995
  117.  
  118.  
  119. 1.  Introduction
  120.  
  121.    IP version 6 (IPv6) is a new version of the Internet Protocol,
  122.    designed as a successor to IP version 4 (IPv4) [RFC-791].  The
  123.    changes from IPv4 to IPv6 fall primarily into the following
  124.    categories:
  125.  
  126.       o  Expanded Addressing Capabilities
  127.  
  128.          IPv6 increases the IP address size from 32 bits to 128 bits, to
  129.          support more levels of addressing hierarchy, a much greater
  130.          number of addressable nodes, and simpler auto-configuration of
  131.          addresses.  The scalability of multicast routing is improved by
  132.          adding a "scope" field to multicast addresses.  And a new type
  133.          of address called an "anycast address" is defined, used to send
  134.          a packet to any one of a group of nodes.
  135.  
  136.       o  Header Format Simplification
  137.  
  138.          Some IPv4 header fields have been dropped or made optional, to
  139.          reduce the common-case processing cost of packet handling and
  140.          to limit the bandwidth cost of the IPv6 header.
  141.  
  142.       o  Improved Support for Extensions and Options
  143.  
  144.          Changes in the way IP header options are encoded allows for
  145.          more efficient forwarding, less stringent limits on the length
  146.          of options, and greater flexibility for introducing new options
  147.          in the future.
  148.  
  149.       o  Flow Labeling Capability
  150.  
  151.          A new capability is added to enable the labeling of packets
  152.          belonging to particular traffic "flows" for which the sender
  153.          requests special handling, such as non-default quality of
  154.          service or "real-time" service.
  155.  
  156.       o  Authentication and Privacy Capabilities
  157.  
  158.          Extensions to support authentication, data integrity, and
  159.          (optional) data confidentiality are specified for IPv6.
  160.  
  161.    This document specifies the basic IPv6 header and the initially-
  162.    defined IPv6 extension headers and options.  It also discusses packet
  163.    size issues, the semantics of flow labels and priority, and the
  164.    effects of IPv6 on upper-layer protocols.  The format and semantics
  165.    of IPv6 addresses are specified separately in [RFC-1884].  The IPv6
  166.    version of ICMP, which all IPv6 implementations are required to
  167.    include, is specified in [RFC-1885].
  168.  
  169.  
  170. Deering & Hinden            Standards Track                     [Page 3]
  171.  
  172. RFC 1883                   IPv6 Specification              December 1995
  173.  
  174.  
  175. 2.  Terminology
  176.  
  177.    node        - a device that implements IPv6.
  178.  
  179.    router      - a node that forwards IPv6 packets not explicitly
  180.                  addressed to itself.  [See Note below].
  181.  
  182.    host        - any node that is not a router.  [See Note below].
  183.  
  184.    upper layer - a protocol layer immediately above IPv6.  Examples are
  185.                  transport protocols such as TCP and UDP, control
  186.                  protocols such as ICMP, routing protocols such as OSPF,
  187.                  and internet or lower-layer protocols being "tunneled"
  188.                  over (i.e., encapsulated in) IPv6 such as IPX,
  189.                  AppleTalk, or IPv6 itself.
  190.  
  191.    link        - a communication facility or medium over which nodes can
  192.                  communicate at the link layer, i.e., the layer
  193.                  immediately below IPv6.  Examples are Ethernets (simple
  194.                  or bridged); PPP links; X.25, Frame Relay, or ATM
  195.                  networks; and internet (or higher) layer "tunnels",
  196.                  such as tunnels over IPv4 or IPv6 itself.
  197.  
  198.    neighbors   - nodes attached to the same link.
  199.  
  200.    interface   - a node's attachment to a link.
  201.  
  202.    address     - an IPv6-layer identifier for an interface or a set of
  203.                  interfaces.
  204.  
  205.    packet      - an IPv6 header plus payload.
  206.  
  207.    link MTU    - the maximum transmission unit, i.e., maximum packet
  208.                  size in octets, that can be conveyed in one piece over
  209.                  a link.
  210.  
  211.    path MTU    - the minimum link MTU of all the links in a path between
  212.                  a source node and a destination node.
  213.  
  214.    Note: it is possible, though unusual, for a device with multiple
  215.    interfaces to be configured to forward non-self-destined packets
  216.    arriving from some set (fewer than all) of its interfaces, and to
  217.    discard non-self-destined packets arriving from its other interfaces.
  218.    Such a device must obey the protocol requirements for routers when
  219.    receiving packets from, and interacting with neighbors over, the
  220.    former (forwarding) interfaces.  It must obey the protocol
  221.    requirements for hosts when receiving packets from, and interacting
  222.    with neighbors over, the latter (non-forwarding) interfaces.
  223.  
  224.  
  225.  
  226. Deering & Hinden            Standards Track                     [Page 4]
  227.  
  228. RFC 1883                   IPv6 Specification              December 1995
  229.  
  230.  
  231. 3.  IPv6 Header Format
  232.  
  233.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  234.    |Version| Prio. |                   Flow Label                  |
  235.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  236.    |         Payload Length        |  Next Header  |   Hop Limit   |
  237.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  238.    |                                                               |
  239.    +                                                               +
  240.    |                                                               |
  241.    +                         Source Address                        +
  242.    |                                                               |
  243.    +                                                               +
  244.    |                                                               |
  245.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  246.    |                                                               |
  247.    +                                                               +
  248.    |                                                               |
  249.    +                      Destination Address                      +
  250.    |                                                               |
  251.    +                                                               +
  252.    |                                                               |
  253.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  254.  
  255.    Version              4-bit Internet Protocol version number = 6.
  256.  
  257.    Prio.                4-bit priority value.  See section 7.
  258.  
  259.    Flow Label           24-bit flow label.  See section 6.
  260.  
  261.    Payload Length       16-bit unsigned integer.  Length of payload,
  262.                         i.e., the rest of the packet following the
  263.                         IPv6 header, in octets.  If zero, indicates that
  264.                         the payload length is carried in a Jumbo Payload
  265.                         hop-by-hop option.
  266.  
  267.    Next Header          8-bit selector.  Identifies the type of header
  268.                         immediately following the IPv6 header.  Uses
  269.                         the same values as the IPv4 Protocol field
  270.                         [RFC-1700 et seq.].
  271.  
  272.    Hop Limit            8-bit unsigned integer.  Decremented by 1 by
  273.                         each node that forwards the packet. The packet
  274.                         is discarded if Hop Limit is decremented to
  275.                         zero.
  276.  
  277.    Source Address       128-bit address of the originator of the
  278.                         packet.  See [RFC-1884].
  279.  
  280.  
  281.  
  282. Deering & Hinden            Standards Track                     [Page 5]
  283.  
  284. RFC 1883                   IPv6 Specification              December 1995
  285.  
  286.  
  287.    Destination Address  128-bit address of the intended recipient
  288.                         of the packet (possibly not the ultimate
  289.                         recipient, if a Routing header is present).
  290.                         See [RFC-1884] and section 4.4.
  291.  
  292.  
  293.  
  294. 4.  IPv6 Extension Headers
  295.  
  296.    In IPv6, optional internet-layer information is encoded in separate
  297.    headers that may be placed between the IPv6 header and the upper-
  298.    layer header in a packet.  There are a small number of such extension
  299.    headers, each identified by a distinct Next Header value.  As
  300.    illustrated in these examples, an IPv6 packet may carry zero, one, or
  301.    more extension headers, each identified by the Next Header field of
  302.    the preceding header:
  303.  
  304.    +---------------+------------------------
  305.    |  IPv6 header  | TCP header + data
  306.    |               |
  307.    | Next Header = |
  308.    |      TCP      |
  309.    +---------------+------------------------
  310.  
  311.  
  312.    +---------------+----------------+------------------------
  313.    |  IPv6 header  | Routing header | TCP header + data
  314.    |               |                |
  315.    | Next Header = |  Next Header = |
  316.    |    Routing    |      TCP       |
  317.    +---------------+----------------+------------------------
  318.  
  319.  
  320.    +---------------+----------------+-----------------+-----------------
  321.    |  IPv6 header  | Routing header | Fragment header | fragment of TCP
  322.    |               |                |                 |  header + data
  323.    | Next Header = |  Next Header = |  Next Header =  |
  324.    |    Routing    |    Fragment    |       TCP       |
  325.    +---------------+----------------+-----------------+-----------------
  326.  
  327.  
  328.    With one exception, extension headers are not examined or processed
  329.    by any node along a packet's delivery path, until the packet reaches
  330.    the node (or each of the set of nodes, in the case of multicast)
  331.    identified in the Destination Address field of the IPv6 header.
  332.    There, normal demultiplexing on the Next Header field of the IPv6
  333.    header invokes the module to process the first extension header, or
  334.    the upper-layer header if no extension header is present.  The
  335.    contents and semantics of each extension header determine whether or
  336.  
  337.  
  338. Deering & Hinden            Standards Track                     [Page 6]
  339.  
  340. RFC 1883                   IPv6 Specification              December 1995
  341.  
  342.  
  343.    not to proceed to the next header.  Therefore, extension headers must
  344.    be processed strictly in the order they appear in the packet; a
  345.    receiver must not, for example, scan through a packet looking for a
  346.    particular kind of extension header and process that header prior to
  347.    processing all preceding ones.
  348.  
  349.    The exception referred to in the preceding paragraph is the Hop-by-
  350.    Hop Options header, which carries information that must be examined
  351.    and processed by every node along a packet's delivery path, including
  352.    the source and destination nodes.  The Hop-by-Hop Options header,
  353.    when present, must immediately follow the IPv6 header.  Its presence
  354.    is indicated by the value zero in the Next Header field of the IPv6
  355.    header.
  356.  
  357.    If, as a result of processing a header, a node is required to proceed
  358.    to the next header but the Next Header value in the current header is
  359.    unrecognized by the node, it should discard the packet and send an
  360.    ICMP Parameter Problem message to the source of the packet, with an
  361.    ICMP Code value of 2 ("unrecognized Next Header type encountered")
  362.    and the ICMP Pointer field containing the offset of the unrecognized
  363.    value within the original packet.  The same action should be taken if
  364.    a node encounters a Next Header value of zero in any header other
  365.    than an IPv6 header.
  366.  
  367.    Each extension header is an integer multiple of 8 octets long, in
  368.    order to retain 8-octet alignment for subsequent headers.  Multi-
  369.    octet fields within each extension header are aligned on their
  370.    natural boundaries, i.e., fields of width n octets are placed at an
  371.    integer multiple of n octets from the start of the header, for n = 1,
  372.    2, 4, or 8.
  373.  
  374.    A full implementation of IPv6 includes implementation of the
  375.    following extension headers:
  376.  
  377.            Hop-by-Hop Options
  378.            Routing (Type 0)
  379.            Fragment
  380.            Destination Options
  381.            Authentication
  382.            Encapsulating Security Payload
  383.  
  384.    The first four are specified in this document; the last two are
  385.    specified in [RFC-1826] and [RFC-1827], respectively.
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394. Deering & Hinden            Standards Track                     [Page 7]
  395.  
  396. RFC 1883                   IPv6 Specification              December 1995
  397.  
  398.  
  399. 4.1  Extension Header Order
  400.  
  401.    When more than one extension header is used in the same packet, it is
  402.    recommended that those headers appear in the following order:
  403.  
  404.            IPv6 header
  405.            Hop-by-Hop Options header
  406.            Destination Options header (note 1)
  407.            Routing header
  408.            Fragment header
  409.            Authentication header (note 2)
  410.            Encapsulating Security Payload header (note 2)
  411.            Destination Options header (note 3)
  412.            upper-layer header
  413.  
  414.            note 1: for options to be processed by the first destination
  415.                    that appears in the IPv6 Destination Address field
  416.                    plus subsequent destinations listed in the Routing
  417.                    header.
  418.  
  419.            note 2: additional recommendations regarding the relative
  420.                    order of the Authentication and Encapsulating
  421.                    Security Payload headers are given in [RFC-1827].
  422.  
  423.            note 3: for options to be processed only by the final
  424.                    destination of the packet.
  425.  
  426.    Each extension header should occur at most once, except for the
  427.    Destination Options header which should occur at most twice (once
  428.    before a Routing header and once before the upper-layer header).
  429.  
  430.    If the upper-layer header is another IPv6 header (in the case of IPv6
  431.    being tunneled over or encapsulated in IPv6), it may be followed by
  432.    its own extensions headers, which are separately subject to the same
  433.    ordering recommendations.
  434.  
  435.    If and when other extension headers are defined, their ordering
  436.    constraints relative to the above listed headers must be specified.
  437.  
  438.    IPv6 nodes must accept and attempt to process extension headers in
  439.    any order and occurring any number of times in the same packet,
  440.    except for the Hop-by-Hop Options header which is restricted to
  441.    appear immediately after an IPv6 header only.  Nonetheless, it is
  442.    strongly advised that sources of IPv6 packets adhere to the above
  443.    recommended order until and unless subsequent specifications revise
  444.    that recommendation.
  445.  
  446.  
  447.  
  448.  
  449.  
  450. Deering & Hinden            Standards Track                     [Page 8]
  451.  
  452. RFC 1883                   IPv6 Specification              December 1995
  453.  
  454.  
  455. 4.2  Options
  456.  
  457.    Two of the currently-defined extension headers -- the Hop-by-Hop
  458.    Options header and the Destination Options header -- carry a variable
  459.    number of type-length-value (TLV) encoded "options", of the following
  460.    format:
  461.  
  462.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- - - - - - - - -
  463.       |  Option Type  |  Opt Data Len |  Option Data
  464.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- - - - - - - - -
  465.  
  466.       Option Type          8-bit identifier of the type of option.
  467.  
  468.       Opt Data Len         8-bit unsigned integer.  Length of the Option
  469.                            Data field of this option, in octets.
  470.  
  471.       Option Data          Variable-length field.  Option-Type-specific
  472.                            data.
  473.  
  474.    The sequence of options within a header must be processed strictly in
  475.    the order they appear in the header; a receiver must not, for
  476.    example, scan through the header looking for a particular kind of
  477.    option and process that option prior to processing all preceding
  478.    ones.
  479.  
  480.    The Option Type identifiers are internally encoded such that their
  481.    highest-order two bits specify the action that must be taken if the
  482.    processing IPv6 node does not recognize the Option Type:
  483.  
  484.       00 - skip over this option and continue processing the header.
  485.  
  486.       01 - discard the packet.
  487.  
  488.       10 - discard the packet and, regardless of whether or not the
  489.            packets's Destination Address was a multicast address, send
  490.            an ICMP Parameter Problem, Code 2, message to the packet's
  491.            Source Address, pointing to the unrecognized Option Type.
  492.  
  493.       11 - discard the packet and, only if the packet's Destination
  494.            Address was not a multicast address, send an ICMP Parameter
  495.            Problem, Code 2, message to the packet's Source Address,
  496.            pointing to the unrecognized Option Type.
  497.  
  498.    The third-highest-order bit of the Option Type specifies whether or
  499.    not the Option Data of that option can change en-route to the
  500.    packet's final destination.  When an Authentication header is present
  501.    in the packet, for any option whose data may change en-route, its
  502.    entire Option Data field must be treated as zero-valued octets when
  503.    computing or verifying the packet's authenticating value.
  504.  
  505.  
  506. Deering & Hinden            Standards Track                     [Page 9]
  507.  
  508. RFC 1883                   IPv6 Specification              December 1995
  509.  
  510.  
  511.       0 - Option Data does not change en-route
  512.  
  513.       1 - Option Data may change en-route
  514.  
  515.    Individual options may have specific alignment requirements, to
  516.    ensure that multi-octet values within Option Data fields fall on
  517.    natural boundaries.  The alignment requirement of an option is
  518.    specified using the notation xn+y, meaning the Option Type must
  519.    appear at an integer multiple of x octets from the start of the
  520.    header, plus y octets.  For example:
  521.  
  522.        2n    means any 2-octet offset from the start of the header.
  523.        8n+2  means any 8-octet offset from the start of the header,
  524.              plus 2 octets.
  525.  
  526.    There are two padding options which are used when necessary to align
  527.    subsequent options and to pad out the containing header to a multiple
  528.    of 8 octets in length.  These padding options must be recognized by
  529.    all IPv6 implementations:
  530.  
  531.  
  532.    Pad1 option  (alignment requirement: none)
  533.  
  534.        +-+-+-+-+-+-+-+-+
  535.        |       0       |
  536.        +-+-+-+-+-+-+-+-+
  537.  
  538.        NOTE! the format of the Pad1 option is a special case -- it does
  539.              not have length and value fields.
  540.  
  541.        The Pad1 option is used to insert one octet of padding into the
  542.        Options area of a header.  If more than one octet of padding is
  543.        required, the PadN option, described next, should be used,
  544.        rather than multiple Pad1 options.
  545.  
  546.  
  547.    PadN option  (alignment requirement: none)
  548.  
  549.        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- - - - - - - - -
  550.        |       1       |  Opt Data Len |  Option Data
  551.        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- - - - - - - - -
  552.  
  553.        The PadN option is used to insert two or more octets of padding
  554.        into the Options area of a header.  For N octets of padding,
  555.        the Opt Data Len field contains the value N-2, and the Option
  556.        Data consists of N-2 zero-valued octets.
  557.  
  558.  
  559.    Appendix A contains formatting guidelines for designing new options.
  560.  
  561.  
  562. Deering & Hinden            Standards Track                    [Page 10]
  563.  
  564. RFC 1883                   IPv6 Specification              December 1995
  565.  
  566.  
  567. 4.3  Hop-by-Hop Options Header
  568.  
  569.    The Hop-by-Hop Options header is used to carry optional information
  570.    that must be examined by every node along a packet's delivery path.
  571.    The Hop-by-Hop Options header is identified by a Next Header value of
  572.    0 in the IPv6 header, and has the following format:
  573.  
  574.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  575.    |  Next Header  |  Hdr Ext Len  |                               |
  576.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
  577.    |                                                               |
  578.    .                                                               .
  579.    .                            Options                            .
  580.    .                                                               .
  581.    |                                                               |
  582.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  583.  
  584.    Next Header          8-bit selector.  Identifies the type of header
  585.                         immediately following the Hop-by-Hop Options
  586.                         header.  Uses the same values as the IPv4
  587.                         Protocol field [RFC-1700 et seq.].
  588.  
  589.    Hdr Ext Len          8-bit unsigned integer.  Length of the
  590.                         Hop-by-Hop Options header in 8-octet units,
  591.                         not including the first 8 octets.
  592.  
  593.    Options              Variable-length field, of length such that the
  594.                         complete Hop-by-Hop Options header is an integer
  595.                         multiple of 8 octets long.  Contains one or
  596.                         more TLV-encoded options, as described in
  597.                         section 4.2.
  598.  
  599.    In addition to the Pad1 and PadN options specified in section 4.2,
  600.    the following hop-by-hop option is defined:
  601.  
  602.    Jumbo Payload option  (alignment requirement: 4n + 2)
  603.  
  604.                                        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  605.                                        |      194      |Opt Data Len=4 |
  606.        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  607.        |                     Jumbo Payload Length                      |
  608.        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  609.  
  610.        The Jumbo Payload option is used to send IPv6 packets with
  611.        payloads longer than 65,535 octets.  The Jumbo Payload Length is
  612.        the length of the packet in octets, excluding the IPv6 header but
  613.        including the Hop-by-Hop Options header; it must be greater than
  614.        65,535.  If a packet is received with a Jumbo Payload option
  615.        containing a Jumbo Payload Length less than or equal to 65,535,
  616.  
  617.  
  618. Deering & Hinden            Standards Track                    [Page 11]
  619.  
  620. RFC 1883                   IPv6 Specification              December 1995
  621.  
  622.  
  623.        an ICMP Parameter Problem message, Code 0, should be sent to the
  624.        packet's source, pointing to the high-order octet of the invalid
  625.        Jumbo Payload Length field.
  626.  
  627.        The Payload Length field in the IPv6 header must be set to zero
  628.        in every packet that carries the Jumbo Payload option.  If a
  629.        packet is received with a valid Jumbo Payload option present and
  630.        a non-zero IPv6 Payload Length field, an ICMP Parameter Problem
  631.        message, Code 0, should be sent to the packet's source, pointing
  632.        to the Option Type field of the Jumbo Payload option.
  633.  
  634.        The Jumbo Payload option must not be used in a packet that
  635.        carries a Fragment header.  If a Fragment header is encountered
  636.        in a packet that contains a valid Jumbo Payload option, an ICMP
  637.        Parameter Problem message, Code 0, should be sent to the packet's
  638.        source, pointing to the first octet of the Fragment header.
  639.  
  640.        An implementation that does not support the Jumbo Payload option
  641.        cannot have interfaces to links whose link MTU is greater than
  642.        65,575 (40 octets of IPv6 header plus 65,535 octets of payload).
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674. Deering & Hinden            Standards Track                    [Page 12]
  675.  
  676. RFC 1883                   IPv6 Specification              December 1995
  677.  
  678.  
  679. 4.4  Routing Header
  680.  
  681.    The Routing header is used by an IPv6 source to list one or more
  682.    intermediate nodes to be "visited" on the way to a packet's
  683.    destination.  This function is very similar to IPv4's Source Route
  684.    options.  The Routing header is identified by a Next Header value of
  685.    43 in the immediately preceding header, and has the following format:
  686.  
  687.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  688.    |  Next Header  |  Hdr Ext Len  |  Routing Type | Segments Left |
  689.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  690.    |                                                               |
  691.    .                                                               .
  692.    .                       type-specific data                      .
  693.    .                                                               .
  694.    |                                                               |
  695.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  696.  
  697.    Next Header          8-bit selector.  Identifies the type of header
  698.                         immediately following the Routing header.
  699.                         Uses the same values as the IPv4 Protocol field
  700.                         [RFC-1700 et seq.].
  701.  
  702.    Hdr Ext Len          8-bit unsigned integer.  Length of the
  703.                         Routing header in 8-octet units, not including
  704.                         the first 8 octets.
  705.  
  706.    Routing Type         8-bit identifier of a particular Routing
  707.                         header variant.
  708.  
  709.    Segments Left        8-bit unsigned integer.  Number of route
  710.                         segments remaining, i.e., number of explicitly
  711.                         listed intermediate nodes still to be visited
  712.                         before reaching the final destination.
  713.  
  714.    type-specific data   Variable-length field, of format determined by
  715.                         the Routing Type, and of length such that the
  716.                         complete Routing header is an integer multiple
  717.                         of 8 octets long.
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730. Deering & Hinden            Standards Track                    [Page 13]
  731.  
  732. RFC 1883                   IPv6 Specification              December 1995
  733.  
  734.  
  735.    If, while processing a received packet, a node encounters a Routing
  736.    header with an unrecognized Routing Type value, the required behavior
  737.    of the node depends on the value of the Segments Left field, as
  738.    follows:
  739.  
  740.       If Segments Left is zero, the node must ignore the Routing header
  741.       and proceed to process the next header in the packet, whose type
  742.       is identified by the Next Header field in the Routing header.
  743.  
  744.       If Segments Left is non-zero, the node must discard the packet and
  745.       send an ICMP Parameter Problem, Code 0, message to the packet's
  746.       Source Address, pointing to the unrecognized Routing Type.
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786. Deering & Hinden            Standards Track                    [Page 14]
  787.  
  788. RFC 1883                   IPv6 Specification              December 1995
  789.  
  790.  
  791.    The Type 0 Routing header has the following format:
  792.  
  793.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  794.    |  Next Header  |  Hdr Ext Len  | Routing Type=0| Segments Left |
  795.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  796.    |   Reserved    |             Strict/Loose Bit Map              |
  797.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  798.    |                                                               |
  799.    +                                                               +
  800.    |                                                               |
  801.    +                           Address[1]                          +
  802.    |                                                               |
  803.    +                                                               +
  804.    |                                                               |
  805.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  806.    |                                                               |
  807.    +                                                               +
  808.    |                                                               |
  809.    +                           Address[2]                          +
  810.    |                                                               |
  811.    +                                                               +
  812.    |                                                               |
  813.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  814.    .                               .                               .
  815.    .                               .                               .
  816.    .                               .                               .
  817.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  818.    |                                                               |
  819.    +                                                               +
  820.    |                                                               |
  821.    +                           Address[n]                          +
  822.    |                                                               |
  823.    +                                                               +
  824.    |                                                               |
  825.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  826.  
  827.    Next Header          8-bit selector.  Identifies the type of header
  828.                         immediately following the Routing header.
  829.                         Uses the same values as the IPv4 Protocol field
  830.                         [RFC-1700 et seq.].
  831.  
  832.    Hdr Ext Len          8-bit unsigned integer.  Length of the
  833.                         Routing header in 8-octet units, not including
  834.                         the first 8 octets.  For the Type 0 Routing
  835.                         header, Hdr Ext Len is equal to two times the
  836.                         number of addresses in the header, and must
  837.                         be an even number less than or equal to 46.
  838.  
  839.    Routing Type         0.
  840.  
  841.  
  842. Deering & Hinden            Standards Track                    [Page 15]
  843.  
  844. RFC 1883                   IPv6 Specification              December 1995
  845.  
  846.  
  847.    Segments Left        8-bit unsigned integer.  Number of route
  848.                         segments remaining, i.e., number of explicitly
  849.                         listed intermediate nodes still to be visited
  850.                         before reaching the final destination.
  851.                         Maximum legal value = 23.
  852.  
  853.    Reserved             8-bit reserved field.  Initialized to zero for
  854.                         transmission; ignored on reception.
  855.  
  856.    Strict/Loose Bit Map
  857.                         24-bit bit-map, numbered 0 to 23, left-to-right.
  858.                         Indicates, for each segment of the route, whether
  859.                         or not the next destination address must be a
  860.                         neighbor of the preceding address: 1 means strict
  861.                         (must be a neighbor), 0 means loose (need not be
  862.                         a neighbor).
  863.  
  864.    Address[1..n]        Vector of 128-bit addresses, numbered 1 to n.
  865.  
  866.  
  867.    Multicast addresses must not appear in a Routing header of Type 0, or
  868.    in the IPv6 Destination Address field of a packet carrying a Routing
  869.    header of Type 0.
  870.  
  871.    If bit number 0 of the Strict/Loose Bit Map has value 1, the
  872.    Destination Address field of the IPv6 header in the original packet
  873.    must identify a neighbor of the originating node.  If bit number 0
  874.    has value 0, the originator may use any legal, non-multicast address
  875.    as the initial Destination Address.
  876.  
  877.    Bits numbered greater than n, where n is the number of addresses in
  878.    the Routing header, must be set to 0 by the originator and ignored by
  879.    receivers.
  880.  
  881.    A Routing header is not examined or processed until it reaches the
  882.    node identified in the Destination Address field of the IPv6 header.
  883.    In that node, dispatching on the Next Header field of the immediately
  884.    preceding header causes the Routing header module to be invoked,
  885.    which, in the case of Routing Type 0, performs the following
  886.    algorithm:
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898. Deering & Hinden            Standards Track                    [Page 16]
  899.  
  900. RFC 1883                   IPv6 Specification              December 1995
  901.  
  902.  
  903.    if Segments Left = 0 {
  904.       proceed to process the next header in the packet, whose type is
  905.       identified by the Next Header field in the Routing header
  906.    }
  907.    else if Hdr Ext Len is odd or greater than 46 {
  908.          send an ICMP Parameter Problem, Code 0, message to the Source
  909.          Address, pointing to the Hdr Ext Len field, and discard the
  910.          packet
  911.    }
  912.    else {
  913.       compute n, the number of addresses in the Routing header, by
  914.       dividing Hdr Ext Len by 2
  915.  
  916.       if Segments Left is greater than n {
  917.          send an ICMP Parameter Problem, Code 0, message to the Source
  918.          Address, pointing to the Segments Left field, and discard the
  919.          packet
  920.       }
  921.       else {
  922.          decrement Segments Left by 1;
  923.          compute i, the index of the next address to be visited in
  924.          the address vector, by subtracting Segments Left from n
  925.  
  926.          if Address [i] or the IPv6 Destination Address is multicast {
  927.             discard the packet
  928.          }
  929.          else {
  930.             swap the IPv6 Destination Address and Address[i]
  931.  
  932.             if bit i of the Strict/Loose Bit map has value 1 and the
  933.             new Destination Address is not the address of a neighbor
  934.             of this node {
  935.                send an ICMP Destination Unreachable -- Not a Neighbor
  936.                message to the Source Address and discard the packet
  937.             }
  938.             else if the IPv6 Hop Limit is less than or equal to 1 {
  939.                send an ICMP Time Exceeded -- Hop Limit Exceeded in
  940.                Transit message to the Source Address and discard the
  941.                packet
  942.             }
  943.             else {
  944.                decrement the Hop Limit by 1
  945.  
  946.                resubmit the packet to the IPv6 module for transmission
  947.                to the new destination
  948.             }
  949.          }
  950.       }
  951.    }
  952.  
  953.  
  954. Deering & Hinden            Standards Track                    [Page 17]
  955.  
  956. RFC 1883                   IPv6 Specification              December 1995
  957.  
  958.  
  959.    As an example of the effects of the above algorithm, consider the
  960.    case of a source node S sending a packet to destination node D, using
  961.    a Routing header to cause the packet to be routed via intermediate
  962.    nodes I1, I2, and I3.  The values of the relevant IPv6 header and
  963.    Routing header fields on each segment of the delivery path would be
  964.    as follows:
  965.  
  966.    As the packet travels from S to I1:
  967.  
  968.         Source Address = S                  Hdr Ext Len = 6
  969.         Destination Address = I1            Segments Left = 3
  970.                                             Address[1] = I2
  971.         (if bit 0 of the Bit Map is 1,      Address[2] = I3
  972.          S and I1 must be neighbors;        Address[3] = D
  973.          this is checked by S)
  974.  
  975.    As the packet travels from I1 to I2:
  976.  
  977.         Source Address = S                  Hdr Ext Len = 6
  978.         Destination Address = I2            Segments Left = 2
  979.                                             Address[1] = I1
  980.         (if bit 1 of the Bit Map is 1,      Address[2] = I3
  981.          I1 and I2 must be neighbors;       Address[3] = D
  982.          this is checked by I1)
  983.  
  984.    As the packet travels from I2 to I3:
  985.  
  986.         Source Address = S                  Hdr Ext Len = 6
  987.         Destination Address = I3            Segments Left = 1
  988.                                             Address[1] = I1
  989.         (if bit 2 of the Bit Map is 1,      Address[2] = I2
  990.          I2 and I3 must be neighbors;       Address[3] = D
  991.          this is checked by I2)
  992.  
  993.    As the packet travels from I3 to D:
  994.  
  995.         Source Address = S                  Hdr Ext Len = 6
  996.         Destination Address = D             Segments Left = 0
  997.                                             Address[1] = I1
  998.         (if bit 3 of the Bit Map is 1,      Address[2] = I2
  999.          I3 and D must be neighbors;        Address[3] = I3
  1000.          this is checked by I3)
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010. Deering & Hinden            Standards Track                    [Page 18]
  1011.  
  1012. RFC 1883                   IPv6 Specification              December 1995
  1013.  
  1014.  
  1015. 4.5  Fragment Header
  1016.  
  1017.    The Fragment header is used by an IPv6 source to send packets larger
  1018.    than would fit in the path MTU to their destinations.  (Note: unlike
  1019.    IPv4, fragmentation in IPv6 is performed only by source nodes, not by
  1020.    routers along a packet's delivery path -- see section 5.)  The
  1021.    Fragment header is identified by a Next Header value of 44 in the
  1022.    immediately preceding header, and has the following format:
  1023.  
  1024.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1025.    |  Next Header  |   Reserved    |      Fragment Offset    |Res|M|
  1026.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1027.    |                         Identification                        |
  1028.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1029.  
  1030.    Next Header          8-bit selector.  Identifies the initial header
  1031.                         type of the Fragmentable Part of the original
  1032.                         packet (defined below).  Uses the same values
  1033.                         as the IPv4 Protocol field [RFC-1700 et seq.].
  1034.  
  1035.    Reserved             8-bit reserved field.  Initialized to zero for
  1036.                         transmission; ignored on reception.
  1037.  
  1038.    Fragment Offset      13-bit unsigned integer.  The offset, in 8-octet
  1039.                         units, of the data following this header,
  1040.                         relative to the start of the Fragmentable Part
  1041.                         of the original packet.
  1042.  
  1043.    Res                  2-bit reserved field.  Initialized to zero for
  1044.                         transmission; ignored on reception.
  1045.  
  1046.    M flag               1 = more fragments; 0 = last fragment.
  1047.  
  1048.    Identification       32 bits.  See description below.
  1049.  
  1050.    In order to send a packet that is too large to fit in the MTU of the
  1051.    path to its destination, a source node may divide the packet into
  1052.    fragments and send each fragment as a separate packet, to be
  1053.    reassembled at the receiver.
  1054.  
  1055.    For every packet that is to be fragmented, the source node generates
  1056.    an Identification value. The Identification must be different than
  1057.    that of any other fragmented packet sent recently* with the same
  1058.    Source Address and Destination Address.  If a Routing header is
  1059.    present, the Destination Address of concern is that of the final
  1060.    destination.
  1061.  
  1062.       * "recently" means within the maximum likely lifetime of a packet,
  1063.         including transit time from source to destination and time spent
  1064.  
  1065.  
  1066. Deering & Hinden            Standards Track                    [Page 19]
  1067.  
  1068. RFC 1883                   IPv6 Specification              December 1995
  1069.  
  1070.  
  1071.         awaiting reassembly with other fragments of the same packet.
  1072.         However, it is not required that a source node know the maximum
  1073.         packet lifetime.  Rather, it is assumed that the requirement can
  1074.         be met by maintaining the Identification value as a simple, 32-
  1075.         bit, "wrap-around" counter, incremented each time a packet must
  1076.         be fragmented.  It is an implementation choice whether to
  1077.         maintain a single counter for the node or multiple counters,
  1078.         e.g., one for each of the node's possible source addresses, or
  1079.         one for each active (source address, destination address)
  1080.         combination.
  1081.  
  1082.    The initial, large, unfragmented packet is referred to as the
  1083.    "original packet", and it is considered to consist of two parts, as
  1084.    illustrated:
  1085.  
  1086.    original packet:
  1087.  
  1088.    +------------------+----------------------//-----------------------+
  1089.    |  Unfragmentable  |                 Fragmentable                  |
  1090.    |       Part       |                     Part                      |
  1091.    +------------------+----------------------//-----------------------+
  1092.  
  1093.       The Unfragmentable Part consists of the IPv6 header plus any
  1094.       extension headers that must be processed by nodes en route to the
  1095.       destination, that is, all headers up to and including the Routing
  1096.       header if present, else the Hop-by-Hop Options header if present,
  1097.       else no extension headers.
  1098.  
  1099.       The Fragmentable Part consists of the rest of the packet, that is,
  1100.       any extension headers that need be processed only by the final
  1101.       destination node(s), plus the upper-layer header and data.
  1102.  
  1103.    The Fragmentable Part of the original packet is divided into
  1104.    fragments, each, except possibly the last ("rightmost") one, being an
  1105.    integer multiple of 8 octets long.  The fragments are transmitted in
  1106.    separate "fragment packets" as illustrated:
  1107.  
  1108.    original packet:
  1109.  
  1110.    +------------------+--------------+--------------+--//--+----------+
  1111.    |  Unfragmentable  |    first     |    second    |      |   last   |
  1112.    |       Part       |   fragment   |   fragment   | .... | fragment |
  1113.    +------------------+--------------+--------------+--//--+----------+
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122. Deering & Hinden            Standards Track                    [Page 20]
  1123.  
  1124. RFC 1883                   IPv6 Specification              December 1995
  1125.  
  1126.  
  1127.    fragment packets:
  1128.  
  1129.    +------------------+--------+--------------+
  1130.    |  Unfragmentable  |Fragment|    first     |
  1131.    |       Part       | Header |   fragment   |
  1132.    +------------------+--------+--------------+
  1133.  
  1134.    +------------------+--------+--------------+
  1135.    |  Unfragmentable  |Fragment|    second    |
  1136.    |       Part       | Header |   fragment   |
  1137.    +------------------+--------+--------------+
  1138.                          o
  1139.                          o
  1140.                          o
  1141.    +------------------+--------+----------+
  1142.    |  Unfragmentable  |Fragment|   last   |
  1143.    |       Part       | Header | fragment |
  1144.    +------------------+--------+----------+
  1145.  
  1146.    Each fragment packet is composed of:
  1147.  
  1148.       (1) The Unfragmentable Part of the original packet, with the
  1149.           Payload Length of the original IPv6 header changed to contain
  1150.           the length of this fragment packet only (excluding the length
  1151.           of the IPv6 header itself), and the Next Header field of the
  1152.           last header of the Unfragmentable Part changed to 44.
  1153.  
  1154.       (2) A Fragment header containing:
  1155.  
  1156.                The Next Header value that identifies the first header of
  1157.                the Fragmentable Part of the original packet.
  1158.  
  1159.                A Fragment Offset containing the offset of the fragment,
  1160.                in 8-octet units, relative to the start of the
  1161.                Fragmentable Part of the original packet.  The Fragment
  1162.                Offset of the first ("leftmost") fragment is 0.
  1163.  
  1164.                An M flag value of 0 if the fragment is the last
  1165.                ("rightmost") one, else an M flag value of 1.
  1166.  
  1167.                The Identification value generated for the original
  1168.                packet.
  1169.  
  1170.       (3) The fragment itself.
  1171.  
  1172.    The lengths of the fragments must be chosen such that the resulting
  1173.    fragment packets fit within the MTU of the path to the packets'
  1174.    destination(s).
  1175.  
  1176.  
  1177.  
  1178. Deering & Hinden            Standards Track                    [Page 21]
  1179.  
  1180. RFC 1883                   IPv6 Specification              December 1995
  1181.  
  1182.  
  1183.    At the destination, fragment packets are reassembled into their
  1184.    original, unfragmented form, as illustrated:
  1185.  
  1186.    reassembled original packet:
  1187.  
  1188.    +------------------+----------------------//------------------------+
  1189.    |  Unfragmentable  |                 Fragmentable                   |
  1190.    |       Part       |                     Part                       |
  1191.    +------------------+----------------------//------------------------+
  1192.  
  1193.    The following rules govern reassembly:
  1194.  
  1195.       An original packet is reassembled only from fragment packets that
  1196.       have the same Source Address, Destination Address, and Fragment
  1197.       Identification.
  1198.  
  1199.       The Unfragmentable Part of the reassembled packet consists of all
  1200.       headers up to, but not including, the Fragment header of the first
  1201.       fragment packet (that is, the packet whose Fragment Offset is
  1202.       zero), with the following two changes:
  1203.  
  1204.          The Next Header field of the last header of the Unfragmentable
  1205.          Part is obtained from the Next Header field of the first
  1206.          fragment's Fragment header.
  1207.  
  1208.          The Payload Length of the reassembled packet is computed from
  1209.          the length of the Unfragmentable Part and the length and offset
  1210.          of the last fragment.  For example, a formula for computing the
  1211.          Payload Length of the reassembled original packet is:
  1212.  
  1213.            PL.orig = PL.first - FL.first - 8 + (8 * FO.last) + FL.last
  1214.  
  1215.            where
  1216.            PL.orig  = Payload Length field of reassembled packet.
  1217.            PL.first = Payload Length field of first fragment packet.
  1218.            FL.first = length of fragment following Fragment header of
  1219.                       first fragment packet.
  1220.            FO.last  = Fragment Offset field of Fragment header of
  1221.                       last fragment packet.
  1222.            FL.last  = length of fragment following Fragment header of
  1223.                       last fragment packet.
  1224.  
  1225.       The Fragmentable Part of the reassembled packet is constructed
  1226.       from the fragments following the Fragment headers in each of the
  1227.       fragment packets.  The length of each fragment is computed by
  1228.       subtracting from the packet's Payload Length the length of the
  1229.       headers between the IPv6 header and fragment itself; its relative
  1230.       position in Fragmentable Part is computed from its Fragment Offset
  1231.       value.
  1232.  
  1233.  
  1234. Deering & Hinden            Standards Track                    [Page 22]
  1235.  
  1236. RFC 1883                   IPv6 Specification              December 1995
  1237.  
  1238.  
  1239.       The Fragment header is not present in the final, reassembled
  1240.       packet.
  1241.  
  1242.    The following error conditions may arise when reassembling fragmented
  1243.    packets:
  1244.  
  1245.       If insufficient fragments are received to complete reassembly of a
  1246.       packet within 60 seconds of the reception of the first-arriving
  1247.       fragment of that packet, reassembly of that packet must be
  1248.       abandoned and all the fragments that have been received for that
  1249.       packet must be discarded.  If the first fragment (i.e., the one
  1250.       with a Fragment Offset of zero) has been received, an ICMP Time
  1251.       Exceeded -- Fragment Reassembly Time Exceeded message should be
  1252.       sent to the source of that fragment.
  1253.  
  1254.       If the length of a fragment, as derived from the fragment packet's
  1255.       Payload Length field, is not a multiple of 8 octets and the M flag
  1256.       of that fragment is 1, then that fragment must be discarded and an
  1257.       ICMP Parameter Problem, Code 0, message should be sent to the
  1258.       source of the fragment, pointing to the Payload Length field of
  1259.       the fragment packet.
  1260.  
  1261.       If the length and offset of a fragment are such that the Payload
  1262.       Length of the packet reassembled from that fragment would exceed
  1263.       65,535 octets, then that fragment must be discarded and an ICMP
  1264.       Parameter Problem, Code 0, message should be sent to the source of
  1265.       the fragment, pointing to the Fragment Offset field of the
  1266.       fragment packet.
  1267.  
  1268.    The following conditions are not expected to occur, but are not
  1269.    considered errors if they do:
  1270.  
  1271.       The number and content of the headers preceding the Fragment
  1272.       header of different fragments of the same original packet may
  1273.       differ.  Whatever headers are present, preceding the Fragment
  1274.       header in each fragment packet, are processed when the packets
  1275.       arrive, prior to queueing the fragments for reassembly.  Only
  1276.       those headers in the Offset zero fragment packet are retained in
  1277.       the reassembled packet.
  1278.  
  1279.       The Next Header values in the Fragment headers of different
  1280.       fragments of the same original packet may differ.  Only the value
  1281.       from the Offset zero fragment packet is used for reassembly.
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290. Deering & Hinden            Standards Track                    [Page 23]
  1291.  
  1292. RFC 1883                   IPv6 Specification              December 1995
  1293.  
  1294.  
  1295. 4.6  Destination Options Header
  1296.  
  1297.    The Destination Options header is used to carry optional information
  1298.    that need be examined only by a packet's destination node(s).  The
  1299.    Destination Options header is identified by a Next Header value of 60
  1300.    in the immediately preceding header, and has the following format:
  1301.  
  1302.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1303.    |  Next Header  |  Hdr Ext Len  |                               |
  1304.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
  1305.    |                                                               |
  1306.    .                                                               .
  1307.    .                            Options                            .
  1308.    .                                                               .
  1309.    |                                                               |
  1310.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1311.  
  1312.    Next Header          8-bit selector.  Identifies the type of header
  1313.                         immediately following the Destination Options
  1314.                         header.  Uses the same values as the IPv4
  1315.                         Protocol field [RFC-1700 et seq.].
  1316.  
  1317.    Hdr Ext Len          8-bit unsigned integer.  Length of the
  1318.                         Destination Options header in 8-octet units,
  1319.                         not including the first 8 octets.
  1320.  
  1321.    Options              Variable-length field, of length such that the
  1322.                         complete Destination Options header is an
  1323.                         integer multiple of 8 octets long.  Contains
  1324.                         one or  more TLV-encoded options, as described
  1325.                         in section 4.2.
  1326.  
  1327.  
  1328.    The only destination options defined in this document are the Pad1
  1329.    and PadN options specified in section 4.2.
  1330.  
  1331.    Note that there are two possible ways to encode optional destination
  1332.    information in an IPv6 packet: either as an option in the Destination
  1333.    Options header, or as a separate extension header.  The Fragment
  1334.    header and the Authentication header are examples of the latter
  1335.    approach.  Which approach can be used depends on what action is
  1336.    desired of a destination node that does not understand the optional
  1337.    information:
  1338.  
  1339.       o  if the desired action is for the destination node to discard
  1340.          the packet and, only if the packet's Destination Address is not
  1341.          a multicast address, send an ICMP Unrecognized Type message to
  1342.          the packet's Source Address, then the information may be
  1343.          encoded either as a separate header or as an option in the
  1344.  
  1345.  
  1346. Deering & Hinden            Standards Track                    [Page 24]
  1347.  
  1348. RFC 1883                   IPv6 Specification              December 1995
  1349.  
  1350.  
  1351.          Destination Options header whose Option Type has the value 11
  1352.          in its highest-order two bits.  The choice may depend on such
  1353.          factors as which takes fewer octets, or which yields better
  1354.          alignment or more efficient parsing.
  1355.  
  1356.       o  if any other action is desired, the information must be encoded
  1357.          as an option in the Destination Options header whose Option
  1358.          Type has the value 00, 01, or 10 in its highest-order two bits,
  1359.          specifying the desired action (see section 4.2).
  1360.  
  1361.  
  1362.  
  1363. 4.7 No Next Header
  1364.  
  1365.    The value 59 in the Next Header field of an IPv6 header or any
  1366.    extension header indicates that there is nothing following that
  1367.    header.  If the Payload Length field of the IPv6 header indicates the
  1368.    presence of octets past the end of a header whose Next Header field
  1369.    contains 59, those octets must be ignored, and passed on unchanged if
  1370.    the packet is forwarded.
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402. Deering & Hinden            Standards Track                    [Page 25]
  1403.  
  1404. RFC 1883                   IPv6 Specification              December 1995
  1405.  
  1406.  
  1407. 5. Packet Size Issues
  1408.  
  1409.    IPv6 requires that every link in the internet have an MTU of 576
  1410.    octets or greater.  On any link that cannot convey a 576-octet packet
  1411.    in one piece, link-specific fragmentation and reassembly must be
  1412.    provided at a layer below IPv6.
  1413.  
  1414.     From each link to which a node is directly attached, the node must
  1415.    be able to accept packets as large as that link's MTU.  Links that
  1416.    have a configurable MTU (for example, PPP links [RFC-1661]) must be
  1417.    configured to have an MTU of at least 576 octets; it is recommended
  1418.    that a larger MTU be configured, to accommodate possible
  1419.    encapsulations (i.e., tunneling) without incurring fragmentation.
  1420.  
  1421.    It is strongly recommended that IPv6 nodes implement Path MTU
  1422.    Discovery [RFC-1191], in order to discover and take advantage of
  1423.    paths with MTU greater than 576 octets.  However, a minimal IPv6
  1424.    implementation (e.g., in a boot ROM) may simply restrict itself to
  1425.    sending packets no larger than 576 octets, and omit implementation of
  1426.    Path MTU Discovery.
  1427.  
  1428.    In order to send a packet larger than a path's MTU, a node may use
  1429.    the IPv6 Fragment header to fragment the packet at the source and
  1430.    have it reassembled at the destination(s).  However, the use of such
  1431.    fragmentation is discouraged in any application that is able to
  1432.    adjust its packets to fit the measured path MTU (i.e., down to 576
  1433.    octets).
  1434.  
  1435.    A node must be able to accept a fragmented packet that, after
  1436.    reassembly, is as large as 1500 octets, including the IPv6 header.  A
  1437.    node is permitted to accept fragmented packets that reassemble to
  1438.    more than 1500 octets.  However, a node must not send fragments that
  1439.    reassemble to a size greater than 1500 octets unless it has explicit
  1440.    knowledge that the destination(s) can reassemble a packet of that
  1441.    size.
  1442.  
  1443.    In response to an IPv6 packet that is sent to an IPv4 destination
  1444.    (i.e., a packet that undergoes translation from IPv6 to IPv4), the
  1445.    originating IPv6 node may receive an ICMP Packet Too Big message
  1446.    reporting a Next-Hop MTU less than 576.  In that case, the IPv6 node
  1447.    is not required to reduce the size of subsequent packets to less than
  1448.    576, but must include a Fragment header in those packets so that the
  1449.    IPv6-to-IPv4 translating router can obtain a suitable Identification
  1450.    value to use in resulting IPv4 fragments.  Note that this means the
  1451.    payload may have to be reduced to 528 octets (576 minus 40 for the
  1452.    IPv6 header and 8 for the Fragment header), and smaller still if
  1453.    additional extension headers are used.
  1454.  
  1455.  
  1456.  
  1457.  
  1458. Deering & Hinden            Standards Track                    [Page 26]
  1459.  
  1460. RFC 1883                   IPv6 Specification              December 1995
  1461.  
  1462.  
  1463.         Note: Path MTU Discovery must be performed even in cases where a
  1464.         host "thinks" a destination is attached to the same link as
  1465.         itself.
  1466.  
  1467.         Note: Unlike IPv4, it is unnecessary in IPv6 to set a "Don't
  1468.         Fragment" flag in the packet header in order to perform Path MTU
  1469.         Discovery; that is an implicit attribute of every IPv6 packet.
  1470.         Also, those parts of the RFC-1191 procedures that involve use of
  1471.         a table of MTU "plateaus" do not apply to IPv6, because the IPv6
  1472.         version of the "Datagram Too Big" message always identifies the
  1473.         exact MTU to be used.
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514. Deering & Hinden            Standards Track                    [Page 27]
  1515.  
  1516. RFC 1883                   IPv6 Specification              December 1995
  1517.  
  1518.  
  1519. 6.  Flow Labels
  1520.  
  1521.    The 24-bit Flow Label field in the IPv6 header may be used by a
  1522.    source to label those packets for which it requests special handling
  1523.    by the IPv6 routers, such as non-default quality of service or
  1524.    "real-time" service.  This aspect of IPv6 is, at the time of writing,
  1525.    still experimental and subject to change as the requirements for flow
  1526.    support in the Internet become clearer.  Hosts or routers that do not
  1527.    support the functions of the Flow Label field are required to set the
  1528.    field to zero when originating a packet, pass the field on unchanged
  1529.    when forwarding a packet, and ignore the field when receiving a
  1530.    packet.
  1531.  
  1532.    A flow is a sequence of packets sent from a particular source to a
  1533.    particular (unicast or multicast) destination for which the source
  1534.    desires special handling by the intervening routers.  The nature of
  1535.    that special handling might be conveyed to the routers by a control
  1536.    protocol, such as a resource reservation protocol, or by information
  1537.    within the flow's packets themselves, e.g., in a hop-by-hop option.
  1538.    The details of such control protocols or options are beyond the scope
  1539.    of this document.
  1540.  
  1541.    There may be multiple active flows from a source to a destination, as
  1542.    well as traffic that is not associated with any flow.  A flow is
  1543.    uniquely identified by the combination of a source address and a
  1544.    non-zero flow label.  Packets that do not belong to a flow carry a
  1545.    flow label of zero.
  1546.  
  1547.    A flow label is assigned to a flow by the flow's source node.  New
  1548.    flow labels must be chosen (pseudo-)randomly and uniformly from the
  1549.    range 1 to FFFFFF hex.  The purpose of the random allocation is to
  1550.    make any set of bits within the Flow Label field suitable for use as
  1551.    a hash key by routers, for looking up the state associated with the
  1552.    flow.
  1553.  
  1554.    All packets belonging to the same flow must be sent with the same
  1555.    source address, destination address, priority, and flow label.  If
  1556.    any of those packets includes a Hop-by-Hop Options header, then they
  1557.    all must be originated with the same Hop-by-Hop Options header
  1558.    contents (excluding the Next Header field of the Hop-by-Hop Options
  1559.    header).  If any of those packets includes a Routing header, then
  1560.    they all must be originated with the same contents in all extension
  1561.    headers up to and including the Routing header (excluding the Next
  1562.    Header field in the Routing header).  The routers or destinations are
  1563.    permitted, but not required, to verify that these conditions are
  1564.    satisfied.  If a violation is detected, it should be reported to the
  1565.    source by an ICMP Parameter Problem message, Code 0, pointing to the
  1566.    high-order octet of the Flow Label field (i.e., offset 1 within the
  1567.    IPv6 packet).
  1568.  
  1569.  
  1570. Deering & Hinden            Standards Track                    [Page 28]
  1571.  
  1572. RFC 1883                   IPv6 Specification              December 1995
  1573.  
  1574.  
  1575.    Routers are free to "opportunistically" set up flow-handling state
  1576.    for any flow, even when no explicit flow establishment information
  1577.    has been provided to them via a control protocol, a hop-by-hop
  1578.    option, or other means.  For example, upon receiving a packet from a
  1579.    particular source with an unknown, non-zero flow label, a router may
  1580.    process its IPv6 header and any necessary extension headers as if the
  1581.    flow label were zero.  That processing would include determining the
  1582.    next-hop interface, and possibly other actions, such as updating a
  1583.    hop-by-hop option, advancing the pointer and addresses in a Routing
  1584.    header, or deciding on how to queue the packet based on its Priority
  1585.    field.  The router may then choose to "remember" the results of those
  1586.    processing steps and cache that information, using the source address
  1587.    plus the flow label as the cache key.  Subsequent packets with the
  1588.    same source address and flow label may then be handled by referring
  1589.    to the cached information rather than examining all those fields
  1590.    that, according to the requirements of the previous paragraph, can be
  1591.    assumed unchanged from the first packet seen in the flow.
  1592.  
  1593.    Cached flow-handling state that is set up opportunistically, as
  1594.    discussed in the preceding paragraph, must be discarded no more than
  1595.    6 seconds after it is established, regardless of whether or not
  1596.    packets of the same flow continue to arrive.  If another packet with
  1597.    the same source address and flow label arrives after the cached state
  1598.    has been discarded, the packet undergoes full, normal processing (as
  1599.    if its flow label were zero), which may result in the re-creation of
  1600.    cached flow state for that flow.
  1601.  
  1602.    The lifetime of flow-handling state that is set up explicitly, for
  1603.    example by a control protocol or a hop-by-hop option, must be
  1604.    specified as part of the specification of the explicit set-up
  1605.    mechanism; it may exceed 6 seconds.
  1606.  
  1607.    A source must not re-use a flow label for a new flow within the
  1608.    lifetime of any flow-handling state that might have been established
  1609.    for the prior use of that flow label.  Since flow-handling state with
  1610.    a lifetime of 6 seconds may be established opportunistically for any
  1611.    flow, the minimum interval between the last packet of one flow and
  1612.    the first packet of a new flow using the same flow label is 6
  1613.    seconds.  Flow labels used for explicitly set-up flows with longer
  1614.    flow-state lifetimes must remain unused for those longer lifetimes
  1615.    before being re-used for new flows.
  1616.  
  1617.    When a node stops and restarts (e.g., as a result of a "crash"), it
  1618.    must be careful not to use a flow label that it might have used for
  1619.    an earlier flow whose lifetime may not have expired yet.  This may be
  1620.    accomplished by recording flow label usage on stable storage so that
  1621.    it can be remembered across crashes, or by refraining from using any
  1622.    flow labels until the maximum lifetime of any possible previously
  1623.    established flows has expired (at least 6 seconds; more if explicit
  1624.  
  1625.  
  1626. Deering & Hinden            Standards Track                    [Page 29]
  1627.  
  1628. RFC 1883                   IPv6 Specification              December 1995
  1629.  
  1630.  
  1631.    flow set-up mechanisms with longer lifetimes might have been used).
  1632.    If the minimum time for rebooting the node is known (often more than
  1633.    6 seconds), that time can be deducted from the necessary waiting
  1634.    period before starting to allocate flow labels.
  1635.  
  1636.    There is no requirement that all, or even most, packets belong to
  1637.    flows, i.e., carry non-zero flow labels.  This observation is placed
  1638.    here to remind protocol designers and implementors not to assume
  1639.    otherwise.  For example, it would be unwise to design a router whose
  1640.    performance would be adequate only if most packets belonged to flows,
  1641.    or to design a header compression scheme that only worked on packets
  1642.    that belonged to flows.
  1643.  
  1644.  
  1645. 7.  Priority
  1646.  
  1647.    The 4-bit Priority field in the IPv6 header enables a source to
  1648.    identify the desired delivery priority of its packets, relative to
  1649.    other packets from the same source.  The Priority values are divided
  1650.    into two ranges:  Values 0 through 7 are used to specify the priority
  1651.    of traffic for which the source is providing congestion control,
  1652.    i.e., traffic that "backs off" in response to congestion, such as TCP
  1653.    traffic.  Values 8 through 15 are used to specify the priority of
  1654.    traffic that does not back off in response to congestion, e.g.,
  1655.    "real-time" packets being sent at a constant rate.
  1656.  
  1657.    For congestion-controlled traffic, the following Priority values are
  1658.    recommended for particular application categories:
  1659.  
  1660.          0 - uncharacterized traffic
  1661.          1 - "filler" traffic (e.g., netnews)
  1662.          2 - unattended data transfer (e.g., email)
  1663.          3 - (reserved)
  1664.          4 - attended bulk transfer (e.g., FTP, NFS)
  1665.          5 - (reserved)
  1666.          6 - interactive traffic (e.g., telnet, X)
  1667.          7 - internet control traffic (e.g., routing protocols, SNMP)
  1668.  
  1669.    For non-congestion-controlled traffic, the lowest Priority value (8)
  1670.    should be used for those packets that the sender is most willing to
  1671.    have discarded under conditions of congestion (e.g., high-fidelity
  1672.    video traffic), and the highest value (15) should be used for those
  1673.    packets that the sender is least willing to have discarded (e.g.,
  1674.    low-fidelity audio traffic).  There is no relative ordering implied
  1675.    between the congestion-controlled priorities and the non-congestion-
  1676.    controlled priorities.
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682. Deering & Hinden            Standards Track                    [Page 30]
  1683.  
  1684. RFC 1883                   IPv6 Specification              December 1995
  1685.  
  1686.  
  1687. 8. Upper-Layer Protocol Issues
  1688.  
  1689. 8.1 Upper-Layer Checksums
  1690.  
  1691.    Any transport or other upper-layer protocol that includes the
  1692.    addresses from the IP header in its checksum computation must be
  1693.    modified for use over IPv6, to include the 128-bit IPv6 addresses
  1694.    instead of 32-bit IPv4 addresses.  In particular, the following
  1695.    illustration shows the TCP and UDP "pseudo-header" for IPv6:
  1696.  
  1697.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1698.    |                                                               |
  1699.    +                                                               +
  1700.    |                                                               |
  1701.    +                         Source Address                        +
  1702.    |                                                               |
  1703.    +                                                               +
  1704.    |                                                               |
  1705.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1706.    |                                                               |
  1707.    +                                                               +
  1708.    |                                                               |
  1709.    +                      Destination Address                      +
  1710.    |                                                               |
  1711.    +                                                               +
  1712.    |                                                               |
  1713.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1714.    |                         Payload Length                        |
  1715.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1716.    |                      zero                     |  Next Header  |
  1717.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1718.  
  1719.  
  1720.       o  If the packet contains a Routing header, the Destination
  1721.          Address used in the pseudo-header is that of the final
  1722.          destination.  At the originating node, that address will be in
  1723.          the last element of the Routing header; at the recipient(s),
  1724.          that address will be in the Destination Address field of the
  1725.          IPv6 header.
  1726.  
  1727.       o  The Next Header value in the pseudo-header identifies the
  1728.          upper-layer protocol (e.g., 6 for TCP, or 17 for UDP).  It will
  1729.          differ from the Next Header value in the IPv6 header if there
  1730.          are extension headers between the IPv6 header and the upper-
  1731.          layer header.
  1732.  
  1733.       o  The Payload Length used in the pseudo-header is the length of
  1734.          the upper-layer packet, including the upper-layer header.  It
  1735.          will be less than the Payload Length in the IPv6 header (or in
  1736.  
  1737.  
  1738. Deering & Hinden            Standards Track                    [Page 31]
  1739.  
  1740. RFC 1883                   IPv6 Specification              December 1995
  1741.  
  1742.  
  1743.          the Jumbo Payload option) if there are extension headers
  1744.          between the IPv6 header and the upper-layer header.
  1745.  
  1746.       o  Unlike IPv4, when UDP packets are originated by an IPv6 node,
  1747.          the UDP checksum is not optional.  That is, whenever
  1748.          originating a UDP packet, an IPv6 node must compute a UDP
  1749.          checksum over the packet and the pseudo-header, and, if that
  1750.          computation yields a result of zero, it must be changed to hex
  1751.          FFFF for placement in the UDP header.  IPv6 receivers must
  1752.          discard UDP packets containing a zero checksum, and should log
  1753.          the error.
  1754.  
  1755.    The IPv6 version of ICMP [RFC-1885] includes the above pseudo-header
  1756.    in its checksum computation; this is a change from the IPv4 version
  1757.    of ICMP, which does not include a pseudo-header in its checksum.  The
  1758.    reason for the change is to protect ICMP from misdelivery or
  1759.    corruption of those fields of the IPv6 header on which it depends,
  1760.    which, unlike IPv4, are not covered by an internet-layer checksum.
  1761.    The Next Header field in the pseudo-header for ICMP contains the
  1762.    value 58, which identifies the IPv6 version of ICMP.
  1763.  
  1764.  
  1765. 8.2 Maximum Packet Lifetime
  1766.  
  1767.    Unlike IPv4, IPv6 nodes are not required to enforce maximum packet
  1768.    lifetime.  That is the reason the IPv4 "Time to Live" field was
  1769.    renamed "Hop Limit" in IPv6.  In practice, very few, if any, IPv4
  1770.    implementations conform to the requirement that they limit packet
  1771.    lifetime, so this is not a change in practice.  Any upper-layer
  1772.    protocol that relies on the internet layer (whether IPv4 or IPv6) to
  1773.    limit packet lifetime ought to be upgraded to provide its own
  1774.    mechanisms for detecting and discarding obsolete packets.
  1775.  
  1776.  
  1777. 8.3 Maximum Upper-Layer Payload Size
  1778.  
  1779.    When computing the maximum payload size available for upper-layer
  1780.    data, an upper-layer protocol must take into account the larger size
  1781.    of the IPv6 header relative to the IPv4 header.  For example, in
  1782.    IPv4, TCP's MSS option is computed as the maximum packet size (a
  1783.    default value or a value learned through Path MTU Discovery) minus 40
  1784.    octets (20 octets for the minimum-length IPv4 header and 20 octets
  1785.    for the minimum-length TCP header).  When using TCP over IPv6, the
  1786.    MSS must be computed as the maximum packet size minus 60 octets,
  1787.    because the minimum-length IPv6 header (i.e., an IPv6 header with no
  1788.    extension headers) is 20 octets longer than a minimum-length IPv4
  1789.    header.
  1790.  
  1791.  
  1792.  
  1793.  
  1794. Deering & Hinden            Standards Track                    [Page 32]
  1795.  
  1796. RFC 1883                   IPv6 Specification              December 1995
  1797.  
  1798.  
  1799. Appendix A. Formatting Guidelines for Options
  1800.  
  1801.    This appendix gives some advice on how to lay out the fields when
  1802.    designing new options to be used in the Hop-by-Hop Options header or
  1803.    the Destination Options header, as described in section 4.2.  These
  1804.    guidelines are based on the following assumptions:
  1805.  
  1806.       o  One desirable feature is that any multi-octet fields within the
  1807.          Option Data area of an option be aligned on their natural
  1808.          boundaries, i.e., fields of width n octets should be placed at
  1809.          an integer multiple of n octets from the start of the Hop-by-
  1810.          Hop or Destination Options header, for n = 1, 2, 4, or 8.
  1811.  
  1812.       o  Another desirable feature is that the Hop-by-Hop or Destination
  1813.          Options header take up as little space as possible, subject to
  1814.          the requirement that the header be an integer multiple of 8
  1815.          octets long.
  1816.  
  1817.       o  It may be assumed that, when either of the option-bearing
  1818.          headers are present, they carry a very small number of options,
  1819.          usually only one.
  1820.  
  1821.    These assumptions suggest the following approach to laying out the
  1822.    fields of an option: order the fields from smallest to largest, with
  1823.    no interior padding, then derive the alignment requirement for the
  1824.    entire option based on the alignment requirement of the largest field
  1825.    (up to a maximum alignment of 8 octets).  This approach is
  1826.    illustrated in the following examples:
  1827.  
  1828.  
  1829.    Example 1
  1830.  
  1831.    If an option X required two data fields, one of length 8 octets and
  1832.    one of length 4 octets, it would be laid out as follows:
  1833.  
  1834.  
  1835.                                    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1836.                                    | Option Type=X |Opt Data Len=12|
  1837.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1838.    |                         4-octet field                         |
  1839.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1840.    |                                                               |
  1841.    +                         8-octet field                         +
  1842.    |                                                               |
  1843.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1844.  
  1845.  
  1846.    Its alignment requirement is 8n+2, to ensure that the 8-octet field
  1847.    starts at a multiple-of-8 offset from the start of the enclosing
  1848.  
  1849.  
  1850. Deering & Hinden            Standards Track                    [Page 33]
  1851.  
  1852. RFC 1883                   IPv6 Specification              December 1995
  1853.  
  1854.  
  1855.    header.  A complete Hop-by-Hop or Destination Options header
  1856.    containing this one option would look as follows:
  1857.  
  1858.  
  1859.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1860.    |  Next Header  | Hdr Ext Len=1 | Option Type=X |Opt Data Len=12|
  1861.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1862.    |                         4-octet field                         |
  1863.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1864.    |                                                               |
  1865.    +                         8-octet field                         +
  1866.    |                                                               |
  1867.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1868.  
  1869.  
  1870.  
  1871.    Example 2
  1872.  
  1873.    If an option Y required three data fields, one of length 4 octets,
  1874.    one of length 2 octets, and one of length 1 octet, it would be laid
  1875.    out as follows:
  1876.  
  1877.  
  1878.                                                    +-+-+-+-+-+-+-+-+
  1879.                                                    | Option Type=Y |
  1880.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1881.    |Opt Data Len=7 | 1-octet field |         2-octet field         |
  1882.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1883.    |                         4-octet field                         |
  1884.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1885.  
  1886.  
  1887.    Its alignment requirement is 4n+3, to ensure that the 4-octet field
  1888.    starts at a multiple-of-4 offset from the start of the enclosing
  1889.    header.  A complete Hop-by-Hop or Destination Options header
  1890.    containing this one option would look as follows:
  1891.  
  1892.  
  1893.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1894.    |  Next Header  | Hdr Ext Len=1 | Pad1 Option=0 | Option Type=Y |
  1895.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1896.    |Opt Data Len=7 | 1-octet field |         2-octet field         |
  1897.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1898.    |                         4-octet field                         |
  1899.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1900.    | PadN Option=1 |Opt Data Len=2 |       0       |       0       |
  1901.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1902.  
  1903.  
  1904.  
  1905.  
  1906. Deering & Hinden            Standards Track                    [Page 34]
  1907.  
  1908. RFC 1883                   IPv6 Specification              December 1995
  1909.  
  1910.  
  1911.    Example 3
  1912.  
  1913.    A Hop-by-Hop or Destination Options header containing both options X
  1914.    and Y from Examples 1 and 2 would have one of the two following
  1915.    formats, depending on which option appeared first:
  1916.  
  1917.  
  1918.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1919.    |  Next Header  | Hdr Ext Len=3 | Option Type=X |Opt Data Len=12|
  1920.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1921.    |                         4-octet field                         |
  1922.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1923.    |                                                               |
  1924.    +                         8-octet field                         +
  1925.    |                                                               |
  1926.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1927.    | PadN Option=1 |Opt Data Len=1 |       0       | Option Type=Y |
  1928.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1929.    |Opt Data Len=7 | 1-octet field |         2-octet field         |
  1930.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1931.    |                         4-octet field                         |
  1932.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1933.    | PadN Option=1 |Opt Data Len=2 |       0       |       0       |
  1934.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1935.  
  1936.  
  1937.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1938.    |  Next Header  | Hdr Ext Len=3 | Pad1 Option=0 | Option Type=Y |
  1939.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1940.    |Opt Data Len=7 | 1-octet field |         2-octet field         |
  1941.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1942.    |                         4-octet field                         |
  1943.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1944.    | PadN Option=1 |Opt Data Len=4 |       0       |       0       |
  1945.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1946.    |       0       |       0       | Option Type=X |Opt Data Len=12|
  1947.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1948.    |                         4-octet field                         |
  1949.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1950.    |                                                               |
  1951.    +                         8-octet field                         +
  1952.    |                                                               |
  1953.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962. Deering & Hinden            Standards Track                    [Page 35]
  1963.  
  1964. RFC 1883                   IPv6 Specification              December 1995
  1965.  
  1966.  
  1967. Security Considerations
  1968.  
  1969.    This document specifies that the IP Authentication Header [RFC-1826]
  1970.    and the IP Encapsulating Security Payload [RFC-1827] be used with
  1971.    IPv6, in conformance with the Security Architecture for the Internet
  1972.    Protocol [RFC-1825].
  1973.  
  1974. Acknowledgments
  1975.  
  1976.    The authors gratefully acknowledge the many helpful suggestions of
  1977.    the members of the IPng working group, the End-to-End Protocols
  1978.    research group, and the Internet Community At Large.
  1979.  
  1980. Authors' Addresses
  1981.  
  1982.    Stephen E. Deering                   Robert M. Hinden
  1983.    Xerox Palo Alto Research Center      Ipsilon Networks, Inc.
  1984.    3333 Coyote Hill Road                2191 E. Bayshore Road, Suite 100
  1985.    Palo Alto, CA 94304                  Palo Alto, CA 94303
  1986.    USA                                  USA
  1987.  
  1988.    Phone: +1 415 812 4839               Phone: +1 415 846 4604
  1989.    Fax:   +1 415 812 4471               Fax:   +1 415 855 1414
  1990.    EMail: deering@parc.xerox.com        EMail: hinden@ipsilon.com
  1991.  
  1992.  
  1993.  
  1994.  
  1995.  
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.  
  2018. Deering & Hinden            Standards Track                    [Page 36]
  2019.  
  2020. RFC 1883                   IPv6 Specification              December 1995
  2021.  
  2022.  
  2023. References
  2024.  
  2025.    [RFC-1825]   Atkinson, R., "Security Architecture for the Internet
  2026.                 Protocol", RFC 1825, Naval Research Laboratory, August
  2027.                 1995.
  2028.  
  2029.    [RFC-1826]   Atkinson, R., "IP Authentication Header", RFC 1826,
  2030.                 Naval Research Laboratory, August 1995.
  2031.  
  2032.    [RFC-1827]   Atkinson, R., "IP Encapsulating Security Protocol
  2033.                 (ESP)", RFC 1827, Naval Research Laboratory, August
  2034.                 1995.
  2035.  
  2036.    [RFC-1885]   Conta, A., and S. Deering, "Internet Control Message
  2037.                 Protocol (ICMPv6) for the Internet Protocol Version 6
  2038.                 (IPv6) Specification", RFC 1885, Digital Equipment
  2039.                 Corporation, Xerox PARC, December 1995.
  2040.  
  2041.    [RFC-1884]   Hinden, R., and S. Deering, Editors, "IP Version 6
  2042.                 Addressing Architecture", RFC 1884, Ipsilon Networks,
  2043.                 Xerox PARC, December 1995.
  2044.  
  2045.    [RFC-1191]   Mogul, J., and S. Deering, "Path MTU Discovery", RFC
  2046.                 1191, DECWRL, Stanford University, November 1990.
  2047.  
  2048.    [RFC-791]    Postel, J., "Internet Protocol", STD 5, RFC 791,
  2049.                 USC/Information Sciences Institute, September 1981.
  2050.  
  2051.    [RFC-1700]   Reynolds, J., and J. Postel, "Assigned Numbers", STD 2,
  2052.                 RFC 1700, USC/Information Sciences Institute, October
  2053.                 1994.
  2054.  
  2055.    [RFC-1661]   Simpson, W., Editor, "The Point-to-Point Protocol
  2056.                 (PPP)", STD 51, RFC 1661, Daydreamer, July 1994.
  2057.  
  2058.  
  2059.  
  2060.  
  2061.  
  2062.  
  2063.  
  2064.  
  2065.  
  2066.  
  2067.  
  2068.  
  2069.  
  2070.  
  2071.  
  2072.  
  2073.  
  2074. Deering & Hinden            Standards Track                    [Page 37]
  2075.  
  2076.