<?xml version="1.0" encoding="US-ASCII"?>

<!DOCTYPE rfc SYSTEM "rfc2629.dtd">

<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<!-- used by XSLT processors -->
<!-- For a complete list and description of processing instructions (PIs),
     please see http://xml.resource.org/authoring/README.html -->
<!-- Below are generally applicable Processing Instructions (PIs) that most I-Ds might want to use.
     (Here they are set differently than their defaults in xml2rfc v1.35) -->

<!-- give errors regarding ID-nits and DTD validation -->
<?rfc strict="yes"?>

<!-- control the table of contents (ToC) -->
<!-- generate a ToC -->
<?rfc toc="yes"?>
<!-- the number of levels of subsections in ToC. default: 3 -->
<?rfc tocdepth="3"?>

<!-- control references -->
<!-- use anchors instead of numbers for refs, i.e, [RFC2119] instead of [1] -->
<?rfc symrefs="yes"?>
<!-- sort the reference entries alphabetically -->
<?rfc sortrefs="no" ?>

<!-- control vertical white space
     (using these PIs as follows is recommended by the RFC Editor) -->
<!-- do not start each main section on a new page -->
<?rfc compact="yes" ?>
<!-- "no" to keep one blank line between list items (rfced) -->
<?rfc subcompact="no" ?>

<!-- encourage use of "xml2rfc" tool -->
<?rfc rfcprocack="yes" ?>
<!-- end of list of popular I-D processing instructions -->


<rfc category="info" ipr="trust200902" obsoletes="6434" docName="draft-ietf-6man-rfc6434-bis-00">

  <front>
    <title>IPv6 Node Requirements</title>


    <author fullname="Tim Chown" initials="T." surname="Chown">
      <organization> Jisc </organization>
      <address>
        <postal>
          <street> Lumen House, Library Avenue </street>
          <city> Harwell Oxford, Didcot</city>
          <code> OX11 0SG </code>
          <country> United Kingdom </country>
        </postal>
        <email> tim.chown@jisc.ac.uk </email>
      </address>
    </author>

    <author fullname="John Loughney" initials="J" surname="Loughney">
      <organization>Nokia</organization>
      <address>
        <postal>
          <street>200 South Mathilda Ave.</street>
          <city> Sunnyvale, CA</city>
          <code>94086</code>
          <country>USA</country>
        </postal>
        <phone>+1 650 283 8068</phone>
        <email>john.loughney@nokia.com</email>
      </address>
    </author>

    <author fullname="Timothy Winters" initials="T." surname="Winters">
      <organization> University of New Hampshire </organization>
      <address>
        <postal>
          <street> InterOperability Laboratory</street>
          <city> Durham</city>
          <code> NH </code>
          <country> United States </country>
        </postal>
        <email>twinters@iol.unh.edu</email>
      </address>
    </author>


    <date month="May" year="2017" />
    <area> Internet </area>
    <workgroup>Internet Engineering Task Force</workgroup>


<keyword>IPv6</keyword>
<keyword>Internet Protocol Version 6</keyword>
<keyword>Internet Protocol</keyword>
<keyword>IP</keyword>

  <abstract>
    <t>This document defines requirements for IPv6 nodes.  It is
    expected that IPv6 will be deployed in a wide range of devices and
    situations.  Specifying the requirements for IPv6 nodes allows
    IPv6 to function well and interoperate in a large number of
    situations and deployments.</t>
    <t>This document obsoletes RFC 6434, and in turn RFC 4294.</t>

  </abstract>

</front>

<middle>

  <section title="Introduction">

    <t>This document defines common functionality required from both
    IPv6 hosts and routers.  Many IPv6 nodes will implement optional
    or additional features, but this document collects and summarizes
    requirements from other published Standards Track documents in one
    place.</t>

    <t>This document tries to avoid discussion of protocol details
    and references RFCs for this purpose.  This document is intended
    to be an applicability statement and to provide guidance as to which
    IPv6 specifications should be implemented in the general case and
    which specifications may be of interest to specific deployment
    scenarios. This document does not update any individual protocol
    document RFCs.</t>

    <t>Although this document points to different specifications, it
    should be noted that in many cases, the granularity of a
    particular requirement will be smaller than a single specification,
    as many specifications define multiple, independent pieces, some
    of which may not be mandatory. In addition, most specifications
    define both client and server behavior in the same specification,
    while many implementations will be focused on only one of those
    roles. </t>

    <t> This document defines a minimal level of requirement needed
    for a device to provide useful internet service and considers a
    broad range of device types and deployment scenarios. Because of
    the wide range of deployment scenarios, the minimal requirements
    specified in this document may not be sufficient for all
    deployment scenarios. It is perfectly reasonable (and indeed
    expected) for other profiles to define additional or stricter
    requirements appropriate for specific usage and deployment
    environments. For example, this document does not mandate that all
    clients support DHCP, but some deployment scenarios may deem
    it appropriate to make such a requirement.  For example,
    government agencies in the USA have defined profiles for
    specialized requirements for IPv6 in target environments (see
    <xref target='USGv6' />).</t>


    <t>As it is not always possible for an implementer to know the
    exact usage of IPv6 in a node, an overriding requirement for IPv6
    nodes is that they should adhere to Jon Postel's Robustness
    Principle: "Be conservative in what you do, be liberal in what you accept
      from others" <xref target='RFC0793' />.</t>

   <section title="Scope of This Document">
     <t> IPv6 covers many specifications.  It is intended that IPv6
     will be deployed in many different situations and environments.
     Therefore, it is important to develop requirements for IPv6
     nodes to ensure interoperability. </t>

     <t>This document assumes that all IPv6 nodes meet the minimum
     requirements specified here.</t>
   </section>


  <section title="Description of IPv6 Nodes">

    <t>From the Internet Protocol, Version 6 (IPv6) Specification <xref target='RFC2460' />, we have 
    the following definitions:</t>

<figure><artwork><![CDATA[
IPv6 node   - a device that implements IPv6.
IPv6 router - a node that forwards IPv6 packets not explicitly 
              addressed to itself.
IPv6 host   - any node that is not a router.
]]></artwork></figure>

	<t>
**BIS We will need to refer to 2460-bis, as well as 1981-bis and
4291-bis, throughout this document. These are still in flux, but we
will know the final versions of these documents before this -bis 
is published, so can adapt text here once those updates are complete.**
	</t>

  </section>

  </section>

  <section title="Requirements Language">
    <t>The key words &quot;MUST&quot;, &quot;MUST NOT&quot;,
       &quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL NOT&quot;,
       &quot;SHOULD&quot;, &quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;,
       &quot;MAY&quot;, and &quot;OPTIONAL&quot; in this document are to be
       interpreted as described in <xref target="RFC2119">RFC 2119</xref>.</t>
  </section>


  <section title="Abbreviations Used in This Document">

<figure><artwork><![CDATA[
ATM   Asynchronous Transfer Mode
AH    Authentication Header
DAD   Duplicate Address Detection
ESP   Encapsulating Security Payload
ICMP  Internet Control Message Protocol
IKE   Internet Key Exchange
MIB   Management Information Base
MLD   Multicast Listener Discovery
MTU   Maximum Transmission Unit
NA    Neighbor Advertisement
NBMA  Non-Broadcast Multiple Access
ND    Neighbor Discovery
NS    Neighbor Solicitation
NUD   Neighbor Unreachability Detection
PPP   Point-to-Point Protocol
]]></artwork></figure>

  </section>

  <section title="Sub-IP Layer">

    <t>An IPv6 node must include support for one or more IPv6
    link-layer specifications.  Which link-layer specifications an
    implementation should include will depend upon what link-layers
    are supported by the hardware available on the system.  It is
    possible for a conformant IPv6 node to support IPv6 on some of its
    interfaces and not on others. </t>

    <t>As IPv6 is run over new layer 2 technologies, it is expected
    that new specifications will be issued.  In the following, we list some of
the layer 2 technologies for which an IPv6 specification has been developed. 
It is provided for informational purposes only and may
    not be complete.</t>

    <t>
	<list style="hanging">
	  
	  <t hangText="-"> Transmission of IPv6 Packets over Ethernet
	  Networks <xref target='RFC2464' /></t>
	  
	  <t hangText="-"> IPv6 over ATM Networks
	  <xref target='RFC2492' /></t>
	  
	  
	  <t hangText="-"> Transmission of IPv6 Packets over Frame
	  Relay Networks Specification <xref target='RFC2590' /></t>
	  
	  <t hangText="-"> Transmission of IPv6 Packets over IEEE 1394
	  Networks <xref target='RFC3146' /></t>
	  
	  <t hangText="-"> Transmission of IPv6, IPv4, and Address
	  Resolution Protocol (ARP) Packets over Fibre Channel
	  <xref target='RFC4338' /></t>
	  
	  <t hangText="-"> Transmission of IPv6 Packets over IEEE
	  802.15.4 Networks <xref target='RFC4944' /></t>
	  
	  <t hangText="-"> Transmission of IPv6 via the IPv6
	  Convergence Sublayer over IEEE 802.16 Networks
	  <xref target='RFC5121' /></t>

	  <t hangText="-"> IP version 6 over PPP
	  <xref target='RFC5072' /></t>

          <t hangText="-"> IPv6 over IEEE 802.15.4 Networks 
          <xref target='RFC4944' /></t>
	</list>

    </t>

    <t> In addition to traditional physical link-layers, it is also
    possible to tunnel IPv6 over other protocols. Examples
    include:</t>

    <t>
	<list style="hanging">
	  
	  <t hangText="-"> Teredo: Tunneling IPv6 over UDP through
	  Network Address Translations (NATs) <xref target='RFC4380'
	  /></t>

	  <t hangText="-"> Section 3 of "Basic Transition Mechanisms for IPv6
Hosts and Routers"  <xref target='RFC4213' /></t>

    
	</list>

    </t>

	<t>
**BIS Do we want a small section somewhere on UDP IPv6 tunneling, and issues like RFC 6935, or 6936?**
	</t>
    
  </section>

  <section title="IP Layer">

    <section title="Internet Protocol Version 6 - RFC 2460">

      <t>The Internet Protocol Version 6 is specified in <xref target='RFC2460' />.  This specification MUST be supported.</t>

	<t>
**BIS Again, update for RFC 2460 -bis **
	</t>

      <t>Any unrecognized extension headers or options MUST be
      processed as described in RFC 2460.</t>

      <t>The node MUST follow the packet transmission rules in RFC 2460.</t>

      <t>Nodes MUST always be able to send, receive, and process
      fragment headers.  All conformant IPv6 implementations MUST be
      capable of sending and receiving IPv6 packets; the forwarding
      functionality MAY be supported. Overlapping fragments MUST be
      handled as described in <xref target='RFC5722' />. </t>

	<t>
	<xref target='RFC6946'/> discusses IPv6 atomic fragments, and
	recommends that IPv6 atomic fragments are processed independently 
	of any other fragments, to protect against fragmenttation-based
	attacks. <xref target='RFC8021'/> goes further and recommends
	the deprecation of atomic fragments. Nodes thus MUST not
	generate atomic fragments.
	</t>

	<t>
	To mitigate a variety of potential attacks, 
	nodes SHOULD avoid using predictable fragment Identification values
    	in Fragment Headers, as discussed in <xref target='RFC7739'/>.
	</t>

      <t>RFC 2460 specifies extension headers and the processing for
      these headers.</t>

      <t> An IPv6 node MUST be able to process these headers.  An
	exception is Routing Header type 0 (RH0), which was deprecated
	by <xref target='RFC5095' /> due to security concerns and
	which MUST be treated as an unrecognized routing type.</t>

	<t>
	Should a new type of Extension Header need to be defined, 
	its format MUST follow the consistent format described in Section
	4 of <xref target='RFC6564'/>. 
	</t>

	<t>
	Further, <xref target='RFC7045'/> adds specific requirements for
	processing of Extension Headers, in particular that any forwarding 
	node along an IPv6 packet's path, which forwards the packet for 
	any reason, SHOULD do so regardless of any extension headers 
	that are present. 
	</t>

	<t>
	<xref target='RFC7112'/> discusses issues with oversized IPv6 Extension
	Header chains, and states that when a node fragments an IPv6 datagram, 
	it MUST include the entire IPv6 Header Chain in the First Fragment.
	</t>

	<t>
**BIS Wait to see outcome of insertion of EHs issue in 2460-bis, and re-state here? **
	</t>

<t>All nodes SHOULD support the setting and use of the IPv6 Flow
Label field as defined in the IPv6 Flow Label specification
<xref target='RFC6437' />.  Forwarding nodes such as routers and load distributors
MUST NOT depend only on Flow Label values being uniformly
distributed.  It is RECOMMENDED that source hosts support the flow
label by setting the Flow Label field for all packets of a given
flow to the same value chosen from an approximation to a discrete
uniform distribution.

</t>
 
    </section>
 
    <section title="Neighbor Discovery for IPv6 - RFC 4861" anchor="ND">

      <t>Neighbor Discovery is defined in <xref target='RFC4861' />; the
definition was updated by <xref target='RFC5942' />. Neighbor Discovery
      SHOULD be supported.  RFC 4861 states:</t>

      <t><list style='hanging'> <t>
   Unless specified otherwise (in a document that covers operating IP
   over a particular link type) this document applies to all link types.
   However, because ND uses link-layer multicast for some of its
   services, it is possible that on some link types (e.g., Non-Broadcast
   Multi-Access (NBMA) links), alternative protocols or mechanisms to
   implement those services will be specified (in the appropriate
   document covering the operation of IP over a particular link type).
   The services described in this document that are not directly
   dependent on multicast, such as Redirects, next-hop determination,
   Neighbor Unreachability Detection, etc., are expected to be provided
   as specified in this document.
The details of how one uses ND on
  NBMA links are addressed in <xref target='RFC2491' />.  
</t> </list></t>

      <t>Some detailed analysis of Neighbor Discovery follows:</t>

      <t>Router Discovery is how hosts locate routers that reside on
      an attached link.  Hosts MUST support Router Discovery
      functionality.</t>

      <t>Prefix Discovery is how hosts discover the set of address
      prefixes that define which destinations are on-link for an
      attached link. Hosts MUST support Prefix Discovery.</t>

      <t>Hosts MUST also implement Neighbor Unreachability Detection
      (NUD) for all paths between hosts and neighboring nodes.  NUD is
      not required for paths between routers.  However, all nodes MUST
      respond to unicast Neighbor Solicitation (NS) messages.</t>

	<t>
	<xref target='RFC7048'/> discusses NUD, in particular cases
	where it behaves too impatiently. It states that if a node
	 transmits more than a certain number of packets, then it 
	SHOULD use the exponential backoff of the retransmit timer,
	up to a certain threshold point.
	</t>

      <t>Hosts MUST support the sending of Router Solicitations and
      the receiving of Router Advertisements.  The ability to
      understand individual Router Advertisement options is dependent
      on supporting the functionality making use of the particular
      option.</t>

	<t>
	<xref target='RFC7559'/> discusses packet loss resliency 
	for Router Solicitations, and requires that nodes MUST use 
	a specific exponential backoff algorithm for RS retransmissions.
	</t>

      <t>All nodes MUST support the sending and receiving of Neighbor
      Solicitation (NS) and Neighbor Advertisement (NA) messages.  NS
      and NA messages are required for Duplicate Address Detection
      (DAD).</t>

      <t>Hosts SHOULD support the processing of Redirect
      functionality.  Routers MUST support the sending of Redirects,
      though not necessarily for every individual packet (e.g., due to
      rate limiting). Redirects are only useful on networks supporting
      hosts. In core networks dominated by routers, Redirects are
      typically disabled.  The sending of Redirects SHOULD be disabled
      by default on backbone routers. They MAY be enabled by default
      on routers intended to support hosts on edge networks. </t>

      <t> "IPv6 Host-to-Router Load Sharing"    <xref target='RFC4311'/> includes additional recommendations on how to select from a
      set of available routers. <xref target='RFC4311'/> SHOULD be supported. </t>


    </section>

    <section title="Default Router Preferences and More-Specific
    Routes - RFC 4191">

    <t>"Default Router Preferences and More-Specific Routes" <xref target='RFC4191' /> provides support for nodes attached to
    multiple (different) networks, each providing routers that
    advertise themselves as default routers via Router
    Advertisements. In some scenarios, one router may provide
    connectivity to destinations the other router does not, and
    choosing the "wrong" default router can result in reachability
    failures. In such cases, RFC 4191 can help.</t>

    <t> Small Office/Home Office (SOHO) deployments supported by
    routers adhering to <xref target='RFC7084' /> use
    RFC 4191  to advertise routes to certain local
    destinations. Consequently, nodes that will be deployed in SOHO
    environments SHOULD implement RFC 4191.</t>

    </section>

    <section title="SEcure Neighbor Discovery (SEND) - RFC 3971">

      <t>
	SEND <xref target='RFC3971' /> and Cryptographically Generated
	Addresses (CGAs) <xref target='RFC3972' /> provide a way to
	secure the message exchanges of Neighbor Discovery. SEND 
	has the potential to address certain classes of spoofing
	attacks, but it does not provide specific protection for threats
	from off-link attackers. It requires relatively heavyweight
	provisioning, so is only likely to be used in scenarios
	where security considerations are particularly important.
	</t>
	<t>
	There have been relatively few implementations of SEND 
	in common operating systems and platforms,
	and thus deployment experience has been limited to date.
	</t>

      <t>At this time, SEND is considered optional. Due to the
	complexity in deploying SEND, its deployment is only
	likely to be considered where nodes are operating in a
	particularly strict security environment.</t>

    </section>
 
    <section title="IPv6 Router Advertisement Flags Option - RFC
      5175">

      <t> Router Advertisements include an 8-bit field of single-bit
      Router Advertisement flags.  The Router Advertisement Flags
      Option extends the number of available flag bits by 48 bits. At
      the time of this writing, 6 of the original 8 single-bit flags have
      been assigned, while 2 remain available for future
      assignment. No flags have been defined that make use of the new
      option, and thus, strictly speaking, there is no requirement to
      implement the option today. However, implementations that are
      able to pass unrecognized options to a higher-level entity that
      may be able to understand them (e.g., a user-level process using
      a "raw socket" facility) MAY take steps to handle the option in
      anticipation of a future usage.</t>
    
    </section>

    <section title="Path MTU Discovery and Packet Size">
      <section title="Path MTU Discovery - RFC 1981">

        <t> "Path MTU Discovery for IP version 6" <xref target='RFC1981' /> SHOULD be
	  supported.  From <xref target='RFC2460' />:</t>

        <t><list style='hanging'>
            <t> It is strongly recommended that IPv6 nodes implement
	    Path MTU Discovery <xref target='RFC1981' />, in order to
            discover and 
	    take advantage of path MTUs greater than 1280 octets.
	    However, a minimal IPv6 implementation (e.g., in a boot
	    ROM) may simply restrict itself to sending packets no
	    larger than 1280 octets, and omit implementation of Path
	    MTU Discovery.</t>

        </list></t>
	<t> The rules in <xref target='RFC2460' /> and
	  <xref target='RFC5722' /> MUST be followed for packet
	  fragmentation and reassembly.  </t>

	<t> One operational issue with Path MTU Discovery occurs when
	firewalls block ICMP Packet Too Big messages. Path MTU
	Discovery relies on such messages to determine what size
	messages can be successfully sent. "Packetization Layer Path
	MTU Discovery" <xref target='RFC4821' /> avoids having a
	dependency on Packet Too Big messages.
    </t>

	<t>
**BIS Add note about 1280 MTU and UDP, as per Mark Andrews' comments in Berlin? **
	</t>

      </section>

    </section>

    <section title="IPv6 Jumbograms - RFC 2675">


     <t> IPv6 Jumbograms <xref target='RFC2675' /> are an optional
      extension that allow the sending of IP datagrams larger than
      65.535 bytes.  IPv6 Jumbograms make use of IPv6 hop-by-hop
      options and are only suitable on paths in which every hop and
      link are capable of supporting Jumbograms (e.g., within a campus
      or datacenter). To date, few implementations exist, and there is
      essentially no reported experience from usage. Consequently,
      IPv6 Jumbograms <xref target='RFC2675' /> remain optional at
      this time.</t>

	<t>
**BIS Are these used?  Do we need to modify the text for that? **
	</t>

    </section>

    <section title="ICMP for the Internet Protocol Version 6 (IPv6) -
      RFC 4443">

      <t>ICMPv6 <xref target='RFC4443' /> MUST be supported. "Extended
      ICMP to Support Multi-Part Messages" <xref target='RFC4884' />
      MAY be supported.</t>

      </section>

    <section title="Addressing">

    <section title="IP Version 6 Addressing Architecture - RFC 4291">
        <t>The IPv6 Addressing Architecture <xref target='RFC4291' />
        MUST be supported.</t> 

	<t>
**BIS Update to 4291-bis **
	</t>
	
	<t>
**BIS Add note on Why /64?  RFC 7421, after the conclusion of the RFC4291-bis (lengthy!!!) discussions
on the 64-bit IID topic.
But no need for /127 p2p text RFC 6164. 
And no need for note on IID significance, as per RFC 7136. **
	</t>

    </section>

      <section title="Host Address Availability Recommendations">
	<t>
	Hosts may be configured with addresses through a variety of methods,
	including SLAAC, DHCPv6, or manual configuration.
	</t>	
	<t>
	<xref target='RFC7934'/> recommends that networks provide general-purpose end
   	hosts with multiple global IPv6 addresses when they attach, and it
   	describes the benefits of and the options for doing so.  There are, for example,
	benefits to multiple addresses for privacy reasons, or to assigning hosts a
	whole /64 to avoid the need for host-based NAT.
	</t>
	</section>

      <section title="IPv6 Stateless Address Autoconfiguration - RFC 4862">
 
        <t>Hosts MUST support IPv6 Stateless Address Autoconfiguration
        as defined in either <xref target='RFC4862' /> or 
	<xref target='RFC7217'/>. It is recommended that, unless there
	is a specific requirement for MAC addresses to be embedded in
	an IID, nodes follow the procedure in RFC7217 to generate SLAAC-based
	addresses. Addresses generated through RFC7217 will be the same
	whenever a given device (re)appears on the same subnet (with a 
	specific IPv6 prefix), but the IID will vary on each subnet visited.
	</t>

        <t>Nodes that are routers MUST be able to generate link-local
        addresses as described in <xref target='RFC4862'/>.</t>

        <t>From RFC 4862:</t>

        <t><list style='hanging'> <t>

	The autoconfiguration process specified in this document
	applies only to hosts and not routers.  Since host
	autoconfiguration uses information advertised by routers,
	routers will need to be configured by some other means.
	However, it is expected that routers will generate link-local
	addresses using the mechanism described in this document.  In
	addition, routers are expected to successfully pass the
	Duplicate Address Detection procedure described in this
	document on all addresses prior to assigning them to an
	interface.</t> </list></t>

      <t>All nodes MUST implement Duplicate Address Detection. Quoting
      from Section 5.4 of RFC 4862:</t>
      
      <t><list style='hanging'> <t> Duplicate Address Detection MUST
         be performed on all unicast addresses prior to assigning them
         to an interface, regardless of whether they are obtained
         through stateless autoconfiguration, DHCPv6, or manual
         configuration, with the following [exceptions noted therein].
         </t> </list></t>

      <t>"Optimistic Duplicate Address Detection (DAD) for
      IPv6" <xref target='RFC4429' /> specifies a mechanism to reduce
      delays associated with generating addresses via Stateless
      Address Autoconfiguration <xref target='RFC4862' />.  RFC 4429
      was developed in conjunction with Mobile IPv6 in order to reduce
      the time needed to acquire and configure addresses as devices
      quickly move from one network to another, and it is desirable to
      minimize transition delays.  For general purpose devices, RFC 4429 remains optional at this time.
      </t>

	<t>
	<xref target='RFC7527'/> discusses enhanced DAD, and describes an
	algorithm to automate the detection of looped back IPv6 ND messages 
	used by DAD. Nodes SHOULD implement this behaviour where such
	detection is beneficial.
	</t>

      </section>      


<section title="Privacy Extensions for Address Configuration in IPv6 - RFC 4941">

	<t>
	     A node using Stateless Address
	     Autoconfiguration <xref target='RFC4862' /> to form a globally 
		unique IPv6 address using its MAC address to generate the IID
		will see that IID remain the same on any visited 
		network, even though the network prefix part changes. 
	     Thus it is possible for 3rd party devices such nodes communicate
	with to track the activities of the node as it moves
	     around the network.  Privacy Extensions for Stateless Address
	     Autoconfiguration <xref target='RFC4941' /> address this
	concern by allowing nodes to configure an additional temporary address
	where the IID is effectively randomly generated.  Privacy addresses
	are then used as source addresses for new communications initiated by the node.
	</t>

	<t><xref target='RFC7721'/> discusses general privacy issues
	with IPv6 addressing.
	</t>
	
	<t>
	    RFC 4941 SHOULD be supported.  In some scenarios,
		such as dedicated servers in a data
	    center, it provides limited or no benefit, or may complicate network management.
	Thus devices implementing this specification MUST provide a way for the
   end user to explicitly enable or disable the use of such temporary
   addresses.
	</t>
	<t>Note that RFC4941 can be used independently of traditional SLAAC, or
	of RFC7217-based SLAAC.</t>

	<t>Implementers of RFC 4941 should be aware that certain
	addresses are reserved and should not be chosen for use as
	temporary addresses. Consult "Reserved IPv6 Interface
	Identifiers" <xref target='RFC5453' /> for more details.
	</t>

      </section>

      <section title="Default Address Selection for IPv6 - RFC 6724">

        <t>IPv6 nodes will invariably have multiple addresses configured simultaneously,
	and thus will need to choose which addresses to use for which communications.
        The rules specified in the Default Address Selection for
        IPv6 <xref target='RFC6724' /> document MUST be implemented.</t>

	</section>

      <section title="Stateful Address Autoconfiguration (DHCPv6) - RFC 3315" anchor="stateful1">

         <t> DHCPv6 <xref target='RFC3315' /> can be used to obtain and
 	configure addresses. In general, a network may provide for the
 	configuration of addresses through Router Advertisements,
 	DHCPv6, or both.  There will be a wide range of IPv6 deployment
 	models and differences in address assignment requirements,
 	some of which may require DHCPv6 for stateful address assignment.
 	Consequently, all hosts SHOULD implement address configuration
 	via DHCPv6.</t>
  
        <t> In the absence of a router, IPv6 nodes using DHCP for
	address assignment MAY initiate DHCP to obtain IPv6 addresses
	and other configuration information, as described in Section
	5.5.2 of <xref target='RFC4862' />.</t>

        </section> </section>

    <section title="Multicast Listener Discovery (MLD) for IPv6" anchor="mld">

      <t>**BIS MLDv2 only?</t>
      <t> Nodes that need to join multicast groups MUST support MLDv1
      <xref target='RFC2710' />. MLDv1 is needed by any node that is
      expected to receive and process multicast traffic. Note that
      Neighbor Discovery (as used on most link types -- see <xref
target="ND" />) depends on multicast and requires that nodes join Solicited
      Node multicast addresses.</t>

      <t> MLDv2 <xref target='RFC3810' /> extends the functionality of
      MLDv1 by supporting Source-Specific Multicast.  The original
      MLDv2 protocol <xref target='RFC3810' /> supporting
      Source-Specific Multicast <xref target='RFC4607' /> supports two
      types of "filter modes". Using an INCLUDE filter, a node
      indicates a multicast group along with a list of senders for
      the group from which it wishes to receive traffic. Using an EXCLUDE
      filter, a node indicates a multicast group along with a list of
      senders from which it wishes to exclude receiving traffic. In
      practice, operations to block source(s) using EXCLUDE mode are
      rarely used but add considerable implementation complexity to
      MLDv2.  Lightweight MLDv2 <xref target='RFC5790' /> is a
      simplified subset of the original MLDv2 specification that omits
      EXCLUDE filter mode to specify undesired source(s). </t>
      
      <t> Nodes SHOULD implement either MLDv2 <xref target='RFC3810'
      /> or Lightweight MLDv2 <xref target='RFC5790' />. Specifically,
      nodes supporting applications using Source-Specific Multicast
      that expect to take advantage of MLDv2's EXCLUDE functionality
      <xref target='RFC3810' /> MUST support MLDv2 as defined in <xref
      target='RFC3810' />, <xref target='RFC4604' />, and <xref
      target='RFC4607' />.  Nodes supporting applications that expect
      to only take advantage of MLDv2's INCLUDE functionality as well
      as Any-Source Multicast will find it sufficient to support Lightweight 
      MLDv2 as defined in <xref target='RFC5790' />. </t>

      <t> If a node only supports applications that use Any-Source
      Multicast (i.e, they do not use Source-Specific Multicast),
      implementing MLDv1 <xref target='RFC2710' /> is sufficient.  In
      all cases, however, nodes are strongly encouraged to implement
      MLDv2 or Lightweight MLDv2 rather than MLDv1, as the presence of
      a single MLDv1 participant on a link requires that all other
      nodes on the link operate in version 1 compatibility mode.</t>

      <t>When MLDv1 is used, the rules in the Source Address Selection
      for the Multicast Listener Discovery (MLD) Protocol <xref
      target='RFC3590' /> MUST be followed.</t>


    </section>
  </section>

  <section title="DHCP versus Router Advertisement Options for Host Configuration">

<t>
**BIS this section probably needs rewriting **
</t>

      <t> In IPv6, there are two main protocol mechanisms for
      propagating configuration information to hosts: Router
      Advertisements (RAs) and DHCP. Historically, RA options have been
      restricted to those deemed essential for basic network
      functioning and for which all nodes are configured with exactly
      the same information.  Examples include the Prefix Information
      Options, the MTU option, etc. On the other hand, DHCP has
      generally been preferred for configuration of more general
      parameters and for parameters that may be client-specific. That
      said, identifying the exact line on whether a particular option
      should be configured via DHCP versus an RA option has not always
      been easy. Generally speaking, however, there has been a desire
      to define only one mechanism for configuring a given option,
      rather than defining multiple (different) ways of configuring
      the same information.</t>

      <t>One issue with having multiple ways of configuring the same
      information is that interoperability suffers if a host chooses one
      mechanism but the
      network operator chooses a different mechanism. For "closed"
      environments, where the network operator
      has significant influence over what devices connect to the
      network and thus what configuration mechanisms they support, the
      operator may be able to ensure that a particular mechanism is
      supported by all connected hosts. In more open environments,
      however, where arbitrary devices may connect (e.g., a WIFI
      hotspot), problems can arise. To maximize interoperability in
      such environments, hosts would need to implement multiple
      configuration mechanisms to ensure interoperability.</t>

   </section>

  <section title="DNS and DHCP" anchor="DNSandDHCP">

    <section title="DNS">

      <t>DNS is described in <xref target='RFC1034' />, <xref
      target='RFC1035' />, <xref target='RFC3363' />, and <xref
      target='RFC3596' />.  Not all nodes will need to resolve names;
      those that will never need to resolve DNS names do not need to
      implement resolver functionality.  However, the ability to
      resolve names is a basic infrastructure capability on which
      applications rely, and most nodes will need to provide
      support.  All nodes SHOULD implement stub-resolver <xref target='RFC1034'
/> functionality, as in <xref target='RFC1034'/>, Section
      5.3.1, with support for:</t>

      <t><list style='hanging'>
        <t hangText="-">AAAA type Resource Records <xref target='RFC3596' />;</t>
        <t hangText="-">reverse addressing in ip6.arpa using PTR records <xref target='RFC3596' />;</t>
        <t hangText="-">Extension Mechanisms for DNS (EDNS0) <xref target='RFC2671' /> to allow for DNS packet sizes larger than 512 octets.</t>
      </list></t>

      <t>Those nodes are RECOMMENDED to support DNS security extensions <xref target='RFC4033' /> <xref target='RFC4034' /> <xref target='RFC4035' />.</t>

      <t>A6 Resource Records, which were only ever defined with Experimental status in <xref target='RFC3363' />,
	 are now classified as Historic, as per <xref target='RFC6563'/>. </t>

       <t>
**BIS Add DNS-SD? **
       </t>

    </section>

    <section title="Dynamic Host Configuration Protocol for IPv6 (DHCPv6) - RFC 3315">


      <section title="Other Configuration Information">

      <t>IPv6 nodes use DHCP <xref target='RFC3315' /> to obtain
         address configuration information (see <xref target="stateful1" />) and to
         obtain additional (non-address) configuration.  If a host
         implementation supports applications or other protocols that
         require configuration that is only available via DHCP, hosts
         SHOULD implement DHCP. For specialized devices on which no
         such configuration need is present, DHCP may not be
         necessary.</t>

        <t>An IPv6 node can use the subset of DHCP (described in
        <xref target='RFC3736' />) to obtain other configuration
        information.</t>

      </section>

      <section title="Use of Router Advertisements in Managed Environments">

        <t>Nodes using the Dynamic Host Configuration Protocol for
        IPv6 (DHCPv6) are expected to determine their default router
        information and on-link prefix information from received
        Router Advertisements. There is no defined DHCPv6 Gateway option.</t>

      </section>
    </section>
    <section title="IPv6 Router Advertisement Options for DNS
        Configuration - RFC 6106">

        <t>Router Advertisements have historically limited options to
        those that are critical to basic IPv6 functioning. Originally,
        DNS configuration was not included as an RA option, and DHCP
        was the recommended way to obtain DNS configuration
        information. Over time, the thinking surrounding such an
        option has evolved. It is now generally recognized that few
        nodes can function adequately without having access to a
        working DNS resolver.  <xref target='RFC5006'/> was published as an
        Experimental document in 2007, and recently, a revised version
        was placed on the Standards Track  <xref target='RFC6106' />.</t>

	<t>Implementations SHOULD implement the DNS RA option
	<xref target='RFC6106' />. </t>

      </section>
  </section>

  <section title="IPv4 Support and Transition">

    <t>IPv6 nodes MAY support IPv4.</t>

    <section title="Transition Mechanisms">

      <section title="Basic Transition Mechanisms for IPv6 Hosts and Routers - RFC 4213">

        <t>If an IPv6 node implements dual stack and tunneling, then
        <xref target='RFC4213' /> MUST be supported.</t>

      </section>
    </section>
  </section>

  <section title="Application Support">

    <section title="Textual Representation of IPv6 Addresses - RFC
    5952">
      
      <t>Software that allows users and operators to input IPv6
      addresses in text form SHOULD support "A Recommendation for
      IPv6 Address Text Representation" <xref target='RFC5952' />.</t>
      
    </section>

    <section title="Application Programming Interfaces (APIs)">
      <t>There are a number of IPv6-related APIs. This document does
      not mandate the use of any, because the choice of API does not
      directly relate to on-the-wire behavior of
      protocols. Implementers, however, would be advised to consider
      providing a common API or reviewing existing APIs for the type
      of functionality they provide to applications.  </t>

      <t> "Basic Socket Interface Extensions for IPv6"
      <xref target='RFC3493' /> provides IPv6 functionality used by
      typical applications. Implementers should note that RFC3493 has
      been picked up and further standardized by the Portable Operating System
Interface (POSIX) <xref target='POSIX' />.</t>

      <t>"Advanced Sockets Application Program Interface (API) for
              IPv6" <xref target='RFC3542' /> provides access to
              advanced IPv6 features needed by diagnostic and other
              more specialized applications.</t>

      <t> "IPv6 Socket API for Source Address Selection"
      <xref target='RFC5014' /> provides facilities that allow an
      application to override the default Source Address Selection
      rules of  <xref target='RFC6724' />.</t>


      <t> "Socket Interface Extensions for Multicast Source Filters"
      <xref target='RFC3678' /> provides support for expressing source
      filters on multicast group memberships.</t>

      <t> "Extension to Sockets API for Mobile IPv6"
      <xref target='RFC4584' /> provides application support for
      accessing and enabling Mobile IPv6 <xref target='RFC6275' /> features.</t>
      
      </section>

  </section>

  <section title="Cellular Host" anchor="mobility">

    <t> IPv6 for 3GPP <xref target='RFC7066'/> lists IPv6 Functionalities that need to be implemented above
       and beyond the recommendations in this document. Additionally a 3GPP IPv6 Host MAY implement
       <xref target='RFC7278' /> for delivering IPv6 prefixes on the LAN link.</t>

  </section>

  <section title="Security" anchor="sec">

    <t> This section describes the specification for security for IPv6
   nodes.  </t>

   <t> Achieving security in practice is a complex undertaking.
   Operational procedures, protocols, key distribution mechanisms,
   certificate management approaches, etc., are all components that
   impact the level of security actually achieved in practice. More
   importantly, deficiencies or a poor fit in any one individual
   component can significantly reduce the overall effectiveness of a
   particular security approach.  </t>

    <t> IPsec provides channel security at the Internet layer, making
   it possible to provide secure communication for all (or a subset
   of) communication flows at the IP layer between pairs of internet
   nodes. IPsec provides sufficient flexibility and granularity that
   individual TCP connections can (selectively) be protected, etc.
   </t>
   
    <t> Although IPsec can be used with manual keying in some cases,
       such usage has limited applicability and is not recommended.
    </t>
   
    <t> A range of security technologies and approaches proliferate
   today (e.g., IPsec, Transport Layer Security (TLS), Secure SHell (SSH), etc.) No one approach has emerged as
   an ideal technology for all needs and environments. Moreover, IPsec
   is not viewed as the ideal security technology in all cases and is
   unlikely to displace the others.  </t>

   <t> Previously, IPv6 mandated implementation of IPsec and
      recommended the key management approach of IKE. This document
      updates that recommendation by making support of the IPsec
      Architecture <xref target='RFC4301' /> a SHOULD for all IPv6 nodes. 
Note that
      the IPsec Architecture requires (e.g.,  Section 4.5 of RFC 4301) the
      implementation of both manual and automatic key management.
      Currently, the default automated key management protocol to
      implement is IKEv2  <xref target='RFC5996' />.  </t>

      <t> This document recognizes that there exists a range of device
   types and environments where approaches to security other than
   IPsec can be justified. For example, special-purpose devices may
   support only a very limited number or type of applications, and an
   application-specific security approach may be sufficient for
   limited management or configuration capabilities. Alternatively,
   some devices may run on extremely constrained hardware (e.g.,
   sensors) where the full IPsec Architecture is not justified.
   </t>

	<t>
**BIS Add note on security in IPv4-only networks? RFC 7123? Relevant? **
	</t>

    <section title="Requirements">
    
      <t> "Security Architecture for the Internet Protocol"
   <xref target='RFC4301' /> SHOULD be supported by all IPv6
   nodes. Note that the IPsec Architecture requires (e.g., Section 4.5 of
   <xref target='RFC4301' />) the implementation of both manual and automatic key
   management.  Currently, the default automated key management
   protocol to implement is IKEv2. As required in <xref target='RFC4301' />, IPv6
   nodes implementing the IPsec Architecture MUST implement ESP
   <xref target='RFC4303' /> and MAY implement AH
   <xref target='RFC4302' />.
    </t> </section>
    
    <section title="Transforms and Algorithms">
    
    <t> The current set of mandatory-to-implement algorithms for the
	IPsec Architecture are defined in "Cryptographic
	Algorithm Implementation Requirements For ESP and AH"
	<xref target='RFC4835' />.  IPv6 nodes implementing the IPsec
	Architecture MUST conform to the requirements in <xref target='RFC4835'/>.
	Preferred cryptographic algorithms often change more
	frequently than security protocols. Therefore, implementations
	MUST allow for migration to new algorithms, as RFC 4835 is
	replaced or updated in the future.</t>
     <t>**BIS update to 7321bis**
     </t>

     <t> The current set of mandatory-to-implement algorithms for
	IKEv2 are defined in "Cryptographic Algorithms for Use in the
	Internet Key Exchange Version 2 (IKEv2)"
	<xref target='RFC4307' />.  IPv6 nodes implementing IKEv2 MUST
	conform to the requirements in <xref target='RFC4307'/> and/or any future
	updates or replacements to <xref target='RFC4307'/>.
    </t>
    <t>**BIS update to 4307bis**
    </t>

    </section>      
  </section>

  <section title="Router-Specific Functionality">

    <t>This section defines general host considerations for IPv6 nodes
    that act as routers.  Currently, this section does not discuss
    routing-specific requirements; for the case of typical home routers,
	<xref target='RFC7084'/> defines basic requirements for customer edge routers.
	</t>

	<t>
**BIS Sync here with work by John Brzozowski et al. in draft-ali-ipv6rtr-reqs-02**
	</t>

      <section title="IPv6 Router Alert Option - RFC 2711">

        <t>The IPv6 Router Alert Option <xref target='RFC2711' /> is
        an optional IPv6 Hop-by-Hop Header that is used in conjunction
        with some protocols (e.g., RSVP <xref target='RFC2205' /> or
        Multicast Listener Discovery (MLD) <xref target='RFC2710' />).  The Router Alert option will
        need to be implemented whenever protocols that mandate its
        usage (e.g., MLD) are implemented.  See <xref target="mld" />.</t>

      </section>

      <section title="Neighbor Discovery for IPv6 - RFC 4861">

        <t>Sending Router Advertisements and processing Router
        Solicitations MUST be supported.</t>

      <t> Section 7 of <xref target='RFC6275' /> includes some mobility-specific
	  extensions to Neighbor Discovery. Routers SHOULD implement
	  Sections 7.3 and 7.5, even if they do not implement Home
	  Agent functionality.</t>
	

      </section>

      <section title="Stateful Address Autoconfiguration (DHCPv6) - RFC 3315">

        <t> A single DHCP server (<xref target='RFC3315' /> or <xref
	target='RFC4862' />) can provide configuration information to
	devices directly attached to a shared link, as well as to
	devices located elsewhere within a site. Communication between
	a client and a DHCP server located on different links requires
	the use of DHCP relay agents on routers.</t>

	<t> In simple deployments, consisting of a single router and
	either a single LAN or multiple LANs attached to the single
	router, together with a WAN connection, a DHCP server
	embedded within the router is one common deployment scenario
	(e.g., <xref target='RFC7084' />). However, there is no need
	for relay agents in such scenarios.  </t>

	<t> In more complex deployment scenarios, such as within
	enterprise or service provider networks, the use of DHCP
	requires some level of configuration, in order to configure
	relay agents, DHCP servers, etc. In such environments, the
	DHCP server might even be run on a traditional server, rather
	than as part of a router. </t>

	<t> Because of the wide range of deployment scenarios, support
	for DHCP server functionality on routers is optional. However,
	routers targeted for deployment within more complex scenarios
	(as described above) SHOULD support relay agent functionality.
	Note that "Basic Requirements for IPv6 Customer Edge Routers"
	<xref target='RFC7084' /> requires implementation of a DHCPv6
	server function in IPv6 Customer Edge (CE) routers. </t>

      </section>
    </section>

  <section title="Network Management">

    <t>Network management MAY be supported by IPv6 nodes.  However,
    for IPv6 nodes that are embedded devices, network management may
    be the only possible way of controlling these nodes.</t>

    <t>
    **BIS This is a little thin. Add Netconf, restconf, yang models? **
    </t>
    <t>
    **BIS add the network polling/syslod nd for none DHCPv6 network tracking.**
    </t>

    <section title="Management Information Base (MIB) Modules">

      <t>
      **BIS Address MIB Obsolete draft 
      </t>
      <t>The following two MIB modules SHOULD be supported by nodes that
support a Simple Network Management Protocol (SNMP) agent.</t>

      <section title="IP Forwarding Table MIB">

        <t>The IP Forwarding Table MIB <xref target='RFC4292' /> SHOULD be supported by nodes that support an 
        SNMP agent.</t>

      </section>

      <section title="Management Information Base for the Internet Protocol (IP)">

        <t>The IP MIB <xref target='RFC4293' /> SHOULD be supported by nodes that support an SNMP agent.</t>

      </section>

    </section>
  </section>


  <section title="Constrained Devices">
	
	<t>
**BIS Should we add notes on constrained devices, and power
efficiency here in a new section? 
Talk about resource management in nodes.
Low power operation.
	</t>
  </section>

  <section title="Security Considerations">

    <t>This document does not directly affect the security of the
    Internet, beyond the security considerations associated with the
    individual protocols. </t>

    <t>Security is also discussed in <xref target="sec" /> above.</t>

  </section>



  <section title="Authors and Acknowledgments">

    <section title="Authors and Acknowledgments (Current Document)">

      <t>For this version of the IPv6 Node Requirements document, the
  authors would like to thank 

**BIS Add new acknowledgements for significant comments **

  for their contributions.  </t>
    </section>

    <section title="Authors and Acknowledgments from RFC 6434">

<t>Ed Jankiewicz and Thomas Narten were named authors of the previous iteration of this document, RFC6434.  
</t>
<t>
For this version of the document, the authors
   thanked Hitoshi Asaeda, Brian Carpenter, Tim Chown, Ralph
   Droms, Sheila Frankel, Sam Hartman, Bob Hinden, Paul Hoffman, Pekka
   Savola, Yaron Sheffer, and Dave Thaler.
</t>

    </section>

    <section title="Authors and Acknowledgments from RFC 4294">

    <t>The original version of this document (RFC 4294) was written by
    the IPv6 Node Requirements design team:

<figure><artwork><![CDATA[
   Jari Arkko
   jari.arkko@ericsson.com
   
   Marc Blanchet
   marc.blanchet@viagenie.qc.ca
   
   Samita Chakrabarti
   samita.chakrabarti@eng.sun.com
   
   Alain Durand
   alain.durand@sun.com
   
   Gerard Gastaud
   gerard.gastaud@alcatel.fr
   
   Jun-ichiro Itojun Hagino
   itojun@iijlab.net
   
   Atsushi Inoue
   inoue@isl.rdc.toshiba.co.jp
   
   Masahiro Ishiyama
   masahiro@isl.rdc.toshiba.co.jp
   
   John Loughney
   john.loughney@nokia.com
   
   Rajiv Raghunarayan
   raraghun@cisco.com
   Shoichi Sakane
   shouichi.sakane@jp.yokogawa.com
   
   Dave Thaler
   dthaler@windows.microsoft.com
   
   Juha Wiljakka
   juha.wiljakka@Nokia.com
]]></artwork></figure>
</t>

    <t>The authors would like to thank Ran Atkinson, Jim Bound, Brian Carpenter, Ralph Droms, 
    Christian Huitema, Adam Machalek, Thomas Narten, Juha Ollila, and Pekka Savola for their comments. 
    Thanks to Mark Andrews for comments and corrections on DNS text. Thanks to Alfred Hoenes for tracking
    the updates to various RFCs.</t>

  </section>
</section>



  <section title="Appendix: Changes from RFC 6434">
    <t> 
    There have been many editorial clarifications as well as
    significant additions and updates. While this section highlights
    some of the changes, readers should not rely on this section for a
    comprehensive list of all changes. </t>

    <t>
    <list style='numbers'>
    <t>Added 6LoWPAN to link layers</t>
    <t>Removed DOD IPv6 Profile updates</t>
    <t>Removed IPv6 Mobility RFC6275</t>
    </list>
    </t>

  </section>

  <section title="Appendix: Changes from RFC 4294">

      <t>
    There have been many editorial clarifications as well as
    significant additions and updates. While this section highlights
    some of the changes, readers should not rely on this section for a
    comprehensive list of all changes. </t>

    <t>
    <list style='numbers'>

    <t>Updated the Introduction to indicate that this document is an
    applicability statement and is aimed at
    general nodes. </t>
    <t>Significantly updated the section on Mobility protocols,
    adding references and downgrading previous SHOULDs to MAYs.</t>
    <t>Changed Sub-IP Layer section to just list relevant RFCs, and
    added some more RFCs. </t>
    <t>Added section on SEND (it is a MAY).</t>
    <t>Revised section on Privacy Extensions <xref target='RFC4941' /> to add more
    nuance to recommendation.</t>
    <t>Completely revised IPsec/IKEv2 section, downgrading overall
    recommendation to a SHOULD.</t>
    <t>Upgraded recommendation of DHCPv6 to SHOULD.</t>
    <t>Added background section on DHCP versus RA options, added
    SHOULD recommendation for DNS configuration via RAs <xref target='RFC6106'
/>, and cleaned up DHCP recommendations. </t>

    <t> Added recommendation that routers implement Sections 7.3 and
	7.5 of <xref target='RFC6275' />.</t>
    <t>Added pointer to subnet clarification document <xref target='RFC5942' />.</t>
    <t>Added text that "IPv6 Host-to-Router Load Sharing"
	<xref target='RFC4311' /> SHOULD be implemented.</t>
    <t>Added reference to <xref target='RFC5722' /> (Overlapping Fragments),
and made it a MUST to implement.</t>
       <t>Made "A Recommendation for IPv6 Address Text Representation"
       <xref target='RFC5952' /> a SHOULD. </t>

    
    <t>Removed mention of "DNAME" from the discussion about
    <xref target='RFC3363' />.</t>
    <t>Numerous updates to reflect newer versions of IPv6
    documents, including <xref target='RFC4443' />, <xref target='RFC4291' />,
<xref target='RFC3596' />, and <xref target='RFC4213' />.</t>

    <t>Removed discussion of "Managed" and "Other" flags in
    RAs. There is no consensus at present on how to process these
    flags, and discussion of their semantics was removed in the most
    recent update of Stateless Address Autoconfiguration <xref
target='RFC4862' />. </t>
    <t>Added many more references to optional IPv6 documents. </t>
    <t> Made "A Recommendation for IPv6 Address Text Representation"
       <xref target='RFC5952' /> a SHOULD. </t>
    <t>Added reference to <xref target='RFC5722' /> (Overlapping Fragments),
and made it a
	MUST to implement.</t>
    <t> Updated MLD section to include reference to Lightweight MLD
	<xref target='RFC5790' />. </t>
    <t> Added SHOULD recommendation for "Default Router Preferences
	    and More-Specific Routes" <xref target='RFC4191' />.</t>

<t>Made "IPv6 Flow Label Specification" <xref target='RFC6437' /> a SHOULD.</t>

     </list>
    </t>

  </section>

</middle>

<back>
 <references title="Normative References">
  <?rfc include="reference.RFC.1034" ?>
  <?rfc include="reference.RFC.1035" ?>
  <?rfc include="reference.RFC.1981" ?>
  <?rfc include="reference.RFC.2119" ?>
  <?rfc include="reference.RFC.2460" ?>
  <?rfc include="reference.RFC.2671" ?>
  <?rfc include="reference.RFC.2710" ?>
  <?rfc include="reference.RFC.2711" ?>
  <?rfc include="reference.RFC.3315" ?>
  <?rfc include="reference.RFC.3590" ?>
  <?rfc include="reference.RFC.3596" ?>
  <?rfc include="reference.RFC.3736" ?>
  <?rfc include="reference.RFC.3810" ?>
  <?rfc include="reference.RFC.4033" ?>
  <?rfc include="reference.RFC.4034" ?>
  <?rfc include="reference.RFC.4035" ?>
  <?rfc include="reference.RFC.4213" ?>
  <?rfc include="reference.RFC.4291" ?>
  <?rfc include="reference.RFC.4292" ?>
  <?rfc include="reference.RFC.4293" ?>
  <?rfc include="reference.RFC.4301" ?>
  <?rfc include="reference.RFC.4303" ?>
  <?rfc include="reference.RFC.4307" ?>
  <?rfc include="reference.RFC.4311" ?>
  <?rfc include="reference.RFC.4443" ?>
  <?rfc include="reference.RFC.4604" ?>
  <?rfc include="reference.RFC.4607" ?>
  <?rfc include="reference.RFC.4861" ?>
  <?rfc include="reference.RFC.4862" ?>
  <?rfc include="reference.RFC.4835" ?>
  <?rfc include="reference.RFC.4941" ?>
  <?rfc include="reference.RFC.5095" ?>
  <?rfc include="reference.RFC.5453" ?>
  <?rfc include="reference.RFC.5722" ?>
  <?rfc include="reference.RFC.5790" ?>
  <?rfc include="reference.RFC.5942" ?>
  <?rfc include="reference.RFC.5952" ?>
  <?rfc include="reference.RFC.5996" ?>
  <?rfc include="reference.RFC.6106" ?>
  <?rfc include="reference.RFC.6437" ?>
  <?rfc include="reference.RFC.6564" ?>
  <?rfc include="reference.RFC.6724" ?>
  <?rfc include="reference.RFC.6946" ?>
  <?rfc include="reference.RFC.7045" ?>
  <?rfc include="reference.RFC.7048" ?>
  <?rfc include="reference.RFC.7112" ?>
  <?rfc include="reference.RFC.7217" ?>
  <?rfc include="reference.RFC.7527" ?>
  <?rfc include="reference.RFC.7559" ?>
  <?rfc include="reference.RFC.7739" ?>
  <?rfc include="reference.RFC.8021" ?>
 </references>
 <references title="Informative References">
  <?rfc include="reference.RFC.0793" ?>
  <?rfc include="reference.RFC.2205" ?>

  <?rfc include="reference.RFC.2464" ?>
  <?rfc include="reference.RFC.2491" ?>
  <?rfc include="reference.RFC.2492" ?>
  <?rfc include="reference.RFC.2590" ?>
  <?rfc include="reference.RFC.2675" ?>
  <?rfc include="reference.RFC.3146" ?>
  <?rfc include="reference.RFC.3363" ?>
  <?rfc include="reference.RFC.3493" ?>
  <?rfc include="reference.RFC.3542" ?>
  <?rfc include="reference.RFC.3678" ?>
  <?rfc include="reference.RFC.6275" ?>
  <?rfc include="reference.RFC.3971" ?>
  <?rfc include="reference.RFC.3972" ?>
  <?rfc include="reference.RFC.4191" ?>
  <?rfc include="reference.RFC.4302" ?>
  <?rfc include="reference.RFC.4338" ?>
  <?rfc include="reference.RFC.4380" ?>
  <?rfc include="reference.RFC.4429" ?>
  <?rfc include="reference.RFC.4584" ?>
  <?rfc include="reference.RFC.4821" ?>
  <?rfc include="reference.RFC.4884" ?>
  <?rfc include="reference.RFC.4944" ?>
  <?rfc include="reference.RFC.5006" ?>
  <?rfc include="reference.RFC.5014" ?>
  <?rfc include="reference.RFC.5072" ?>
  <?rfc include="reference.RFC.5121" ?>
  <?rfc include="reference.RFC.6563" ?>
  <?rfc include="reference.RFC.7066" ?>
  <?rfc include="reference.RFC.7084" ?>
  <?rfc include="reference.RFC.7278" ?>
  <?rfc include="reference.RFC.7721" ?>
  <?rfc include="reference.RFC.7934" ?>

<reference anchor="POSIX"
	   target="http://www.ieee.org">

<front>
<title>IEEE Std. 1003.1-2008 Standard for Information
                  Technology -- Portable Operating System Interface
                  (POSIX), ISO/IEC 9945:2009</title>
<author>
<organization>IEEE</organization>
</author>
<date />
</front>

</reference>
  
<reference anchor="USGv6"
  target="http://www.antd.nist.gov/usgv6/usgv6-v1.pdf">

<front>
<title>A Profile for IPv6 in the U.S. Government - Version 1.0
</title>
<author>
<organization>National Institute of Standards and Technology</organization>
</author>
<date month="July" year="2008" />
</front>
</reference>

 </references>
</back>
</rfc>
