<?xml version="1.0"encoding="US-ASCII"?>encoding="UTF-8"?> <!DOCTYPE rfc SYSTEM"rfc2629.dtd" []> <?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?> <?rfc toc="yes"?> <?rfc tocdepth="2"?> <?rfc symrefs="yes"?> <?rfc sortrefs="yes" ?> <?rfc compact="no" ?>"rfc2629-xhtml.ent"> <rfccategory="std"xmlns:xi="http://www.w3.org/2001/XInclude" docName="draft-ietf-homenet-babel-profile-07"ipr="trust200902">number="9080" ipr="trust200902" obsoletes="" updates="" submissionType="IETF" category="std" consensus="true" xml:lang="en" tocInclude="true" tocDepth="2" symRefs="true" sortRefs="true" version="3"> <!-- xml2rfc v2v3 conversion 3.2.1 --> <front> <title abbrev="Homenet Babelprofile">Homenet profileProfile">Homenet Profile of the Babelrouting protocol</title>Routing Protocol</title> <seriesInfo name="RFC" value="9080"/> <author fullname="Juliusz Chroboczek" initials="J." surname="Chroboczek"> <organization>IRIF, University of Paris-Diderot</organization> <address> <postal> <street>Case 7014</street><city>75205 Paris Cedex<city>Paris CEDEX 13</city><region></region> <code></code><code>75205</code> <country>France</country> </postal> <email>jch@irif.fr</email> </address> </author> <dateday="18" month="July" year="2018"/>month="August" year="2021"/> <abstract> <t>This document defines the exact subset of the Babel routing protocol and its extensions that is required by an implementation of the Homenet protocol suite, as well as the interactions between the Home Networking Control Protocol (HNCP) and Babel.</t> </abstract> </front> <middle> <sectiontitle="Introduction">numbered="true" toc="default"> <name>Introduction</name> <t>The core of the Homenet protocol suite consists of the Home Networking Control Protocol (HNCP) <xreftarget="RFC7788"/>,target="RFC7788" format="default"/>, a protocol used for flooding configuration information and assigning prefixes to links, combined with the Babel routing protocol <xreftarget="RFC6126bis"/>.target="RFC8966" format="default"/>. Babel is an extensible,flexibleflexible, and modular protocol: minimal implementations of Babel have been demonstrated that consist of a few hundred lines of code, while the "large" implementation includes support for a number of extensions and consists of over ten thousand lines of C code.</t> <t>This document consists of two parts. The first specifies the exact subset of the Babel protocol and its extensions that is required by an implementation of the Homenet protocol suite. The second specifies how HNCP interacts with Babel.</t> <sectiontitle="Requirement Language"> <t>Thenumbered="true" toc="default"> <name>Requirements Language</name> <t> The key words"MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY","<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>", "<bcp14>MAY</bcp14>", and"OPTIONAL""<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as described inBCP 14BCP 14 <xreftarget="RFC2119"/>target="RFC2119" format="default"/> <xreftarget="RFC8174"/>target="RFC8174" format="default"/> when, and only when, they appear in all capitals, as shownhere.</t>here. </t> </section> <sectiontitle="Background">numbered="true" toc="default"> <name>Background</name> <t>The Babel routing protocol and its extensions are defined in a number of documents:<list style="symbols"> <t>RFC 6126bis</t> <ul spacing="normal"> <li>RFC 8966 <xreftarget="RFC6126bis"/>target="RFC8966" format="default"/> defines the Babel routing protocol. It allows Babel's control data to be carried either over link-local IPv6 or overIPv4,IPv4 and in either case allows announcing both IPv4 and IPv6 routes. It leaves link cost estimation, metriccomputationcomputation, and route selection to the implementation. Distinct implementations ofRFC 6126bisBabel <xref target="RFC8966" format="default"/> will interoperate, in the sense that they will maintain a set of loop-free forwarding paths. However, if they implement conflicting options, they might not be able to exchange a full set ofroutes; inroutes. In the worst case, an implementation that only implements the IPv6 subset of the protocol and an implementation that only implements the IPv4 subset of the protocol will not exchange any routes. In addition, if implementations use conflicting route selection policies, persistent oscillations mightoccur.</t> <t>Theoccur.</li> <li>The informativeAppendix A of RFC 6126bis<xref target="RFC8966" section="A" sectionFormat="of" format="default"/> suggests a simple andeasy to implementeasy-to-implement algorithm for cost and metric computation that has been found to work satisfactorily in a wide range oftopologies.</t> <t>While RFC 6126bistopologies.</li> <li>While RFC 8966 does not provide an algorithm for route selection, itsSection 3.6Section <xref target="RFC8966" section="3.6" sectionFormat="bare" format="default"/> suggests selecting the route with the smallest metric with some hysteresis applied. An algorithm that has been found to work well in practice is described in Section III.E of <xreftarget="DELAY-BASED"/>.</t> <t>Five RFCs and Internet-Draftstarget="DELAY-BASED" format="default"/>.</li> <li>Four documents define optional extensions to Babel:HMAC-basedauthentication based on Hashed Message Authentication Code (HMAC) <xreftarget="RFC7298"/>,target="RFC8967" format="default"/>, source-specific routing <xreftarget="BABEL-SS"/>,target="RFC9079" format="default"/>, delay-based routing <xreftarget="BABEL-RTT"/>target="I-D.ietf-babel-rtt-extension" format="default"/>, and ToS-specific (Type of Service) routing <xreftarget="ToS-SPECIFIC"/>.target="I-D.chouasne-babel-tos-specific" format="default"/>. All of these extensions interoperate with the core protocol as well as with eachother.</t> </list> </t>other.</li> </ul> </section> </section> <sectiontitle="Thenumbered="true" toc="default"> <name>The HomenetprofileProfile ofBabel">Babel</name> <sectiontitle="Requirements"> <t>REQ1: anumbered="true" toc="default"> <name>Requirements</name> <ol type="REQ%d:" group="req" indent="8"> <li anchor="req1"><t>A Homenet implementation of BabelMUST<bcp14>MUST</bcp14> encapsulate Babel control traffic in IPv6 packets sent to the IANA-assigned port 6696 and either the IANA-assigned multicast group ff02::1:6 or to a link-local unicast address.</t><t><list style="empty"><t>Rationale: since<t indent="3">Rationale: Since Babel is able to carry both IPv4 and IPv6 routes over either IPv4 or IPv6, choosing the protocol used for carrying control traffic is a matter of preference. Since IPv6 has some features that make implementations somewhat simpler and more reliable (notably properly scoped and reasonably stable link-local addresses), we require carrying control data overIPv6.</t></list></t> <t>REQ2: aIPv6.</t></li> <li anchor="req2"><t>A Homenet implementation of BabelMUST<bcp14>MUST</bcp14> implement the IPv6 subset of the protocol defined in the body ofRFC 6126bis.</t> <t><list style="empty"><t>Rationale: supportRFC 8966.</t> <t indent="3">Rationale: Support for IPv6 routing is an essential component of the Homenetarchitecture.</t></list></t> <t>REQ3: aarchitecture.</t></li> <li anchor="req3"><t>A Homenet implementation of BabelSHOULD<bcp14>SHOULD</bcp14> implement the IPv4 subset of the protocol defined in the body ofRFC 6126bis.RFC 8966. Use of other techniques for acquiring IPv4 connectivity (such as multiple layers of NAT) is strongly discouraged.</t><t><list style="empty"><t>Rationale: support<t indent="3">Rationale: Support for IPv4 will likely remain necessary for years to come, and even in pure IPv6 deployments, including code for supporting IPv4 has very little cost. Since HNCP makes it easy to assign distinct IPv4 prefixes to the links in a network, it is not necessary to resort to multiple layers of NAT, with all of itsproblems.</t></list></t> <t>REQ4: aproblems.</t></li> <li anchor="req4"><t>A Homenet implementation of BabelMUST<bcp14>MUST</bcp14> implement source-specific routing for IPv6, as defined indraft-ietf-babel-source-specificRFC 9079 <xreftarget="BABEL-SS"/>.</t> <t><list style="empty"><t>Rationale: source-specifictarget="RFC9079" format="default"/>.</t> <t indent="3">Rationale: Source-specific routing is an essential component of the Homenet architecture. Source-specific routing for IPv4 is not required, since HNCP arranges things so that a singlenon-specificnonspecific IPv4 default route is announced(Section 6.5 of <xref target="RFC7788"/>).</t></list></t> <t>REQ5: a(<xref target="RFC7788" section="6.5" sectionFormat="of" format="default"/>).</t></li> <li anchor="req5"><t>A Homenet implementation of Babel must use metrics that are of a similar magnitude to the values suggested inAppendix A of RFC 6126bis.<xref target="RFC8966" section="A" sectionFormat="of" format="default"/>. In particular, itSHOULD<bcp14>SHOULD</bcp14> assign costs that are no less than 256 to wirelesslinks,links andSHOULD<bcp14>SHOULD</bcp14> assign costs between 32 and 196 to lossless wired links.</t><t><list style="empty"><t>Rationale: if<t indent="3">Rationale: If two implementations of Babel choose very different values for link costs, combining routers from different vendors will causesub-optimal routing.</t></list></t> <t>REQ6: asuboptimal routing.</t></li> <li anchor="req6"><t>A Homenet implementation of BabelSHOULD<bcp14>SHOULD</bcp14> distinguish between wired and wireless links; if it is unable to determine whether a link is wired or wireless, itSHOULD<bcp14>SHOULD</bcp14> make the worst-case hypothesis that the link is wireless. ItSHOULD<bcp14>SHOULD</bcp14> dynamically probe the quality of wireless links and derive a suitable metric from its quality estimation.Appendix A of RFC 6126bis<xref target="RFC8966" section="A" sectionFormat="of" format="default"/> gives an example of a suitable algorithm.</t><t><list style="empty"><t>Rationale: support<t indent="3">Rationale: Support for wireless transit links is a distinguishing feature of Homenet, and one that is requested by our users. In the absence of dynamically computed metrics, the routing protocol attempts to minimise the number of links crossed by aroute,route and therefore prefers long, lossy links to shorter, lossless ones. In wireless networks, "hop-count routing is worst-path routing".</t><t>While<t indent="3">While it would be desirable to perform link-quality probing on some wired link technologies, notably power-line networks, these kinds of links tend to be difficult or impossible to detect automatically, and we are not aware of any published link-quality algorithms for them. Hence, we do not require link-quality estimation for wired links of anykind.</t></list></t>kind.</t></li> </ol> </section> <sectiontitle="Optional features"> <t>OPT1: anumbered="true" toc="default"> <name>Optional Features</name> <ol type="OPT%d:" group="opt" indent="8"> <li anchor="opt1"><t>A Homenet implementation of BabelMAY<bcp14>MAY</bcp14> perform route selection by applying hysteresis to route metrics, as suggested inSection 3.6 of RFC 6126bis<xref target="RFC8966" section="3.6" sectionFormat="of" format="default"/> and described in detail in Section III.E of <xreftarget="BABEL-RTT"/>.target="DELAY-BASED" format="default"/>. However, hysteresis is not required, and the implementation may simply pick the route with the smallest metric.</t><t><list style="empty"><t>Rationale: hysteresis<t indent="3">Rationale: Hysteresis is only useful in congested and highly dynamic networks. In a typical home network, which is stable and uncongested, the feedback loop that hysteresis compensates for does notoccur.</t></list></t> <t>OPT2: aoccur.</t></li> <li anchor="opt2"><t>A Homenet implementation of Babel may include support for other extensions to the protocol, as long as they are known to interoperate with both the core protocol and source-specific routing.</t><t><list style="empty"><t>Rationale: a<t indent="3">Rationale: A number of extensions to the Babel routing protocol have been defined over the years; however, they are useful in fairly specific situations, such as routing over global-scale overlay networks <xreftarget="BABEL-RTT"/>target="I-D.ietf-babel-rtt-extension" format="default"/> or multi-hop wireless networks with multiple radio frequencies <xreftarget="BABEL-Z"/>.target="I-D.chroboczek-babel-diversity-routing" format="default"/>. Hence, with the exception of source-specific routing, no extensions are required forHomenet.</t></list></t>Homenet.</t></li> </ol> </section> </section> <sectiontitle="Interactionsnumbered="true" toc="default"> <name>Interactions between HNCP andBabel">Babel</name> <t>The Homenet architecture cleanly separates configuration, which is done by HNCP, from routing, which is done by Babel. While the coupling between the two protocols is deliberately kept to a minimum, some interactions are unavoidable.</t> <t>All the interactions between HNCP and Babel consist of HNCP causing Babel to perform an announcement on its behalf (under no circumstances does Babel cause HNCP to perform an action). How this is realised is an implementation detail that is outside the scope of this document; while it could conceivably be done using a private communication channel between HNCP and Babel, in existingimplementationsimplementations, HNCP installs a route in the operating system's kernelwhichthat is later picked up by Babel using the existing redistribution mechanisms.</t> <sectiontitle="Requirements"> <t>REQ7: ifnumbered="true" toc="default"> <name>Requirements</name> <ol type="REQ%d:" group="req" indent="8"> <li anchor="req7"><t>If an HNCP node receives a DHCPv6 prefix delegation for prefix P and publishes an External-Connection TLV containing a Delegated-Prefix TLV with prefix P and no Prefix-Policy TLV, then itMUST<bcp14>MUST</bcp14> announce a source-specific default route with source prefix P over Babel.</t><t><list style="empty"><t>Rationale: source-specific<t indent="3">Rationale: Source-specific routes are the main tool that Homenet uses to enable optimal routing in the presence of multiple IPv6 prefixes. External connections withnon-trivialnontrivial prefix policies are explicitly excluded from this requirement, since their exact behaviour isapplication-specific.</t></list></t> <t>REQ8: ifapplication specific.</t></li> <li anchor="req8"><t>If an HNCP node receives a DHCPv4 lease with an IPv4 address and wins the election for NAT gateway, then itMUST<bcp14>MUST</bcp14> act as a NAT gateway andMUST<bcp14>MUST</bcp14> announce a(non-specific)(nonspecific) IPv4 default route over Babel.</t><t><list style="empty"><t>Rationale: the<t indent="3">Rationale: The Homenet stack does not use source-specific routing for IPv4; instead, HNCP elects a single NAT gateway and publishes a single default route towards that gateway (<xreftarget="RFC7788"/> Section 6.5).</t></list></t> <t>REQ9: iftarget="RFC7788" section="6.5" sectionFormat="comma" format="default"/>).</t></li> <li anchor="req9"><t>If an HNCP node assigns a prefix P to an attached link and announces P in an Assigned-Prefix TLV, then itMUST<bcp14>MUST</bcp14> announce a route towards P over Babel.</t><t><list style="empty"><t>Rationale: prefixes<t indent="3">Rationale: Prefixes assigned to links must be routable within theHomenet.</t></list></t>Homenet.</t></li> </ol> </section> <sectiontitle="Optional features"> <t>OPT3: annumbered="true" toc="default"> <name>Optional Features</name> <ol type="OPT%d:" group="opt" indent="8"> <li anchor="opt3"><t>An HNCP node that receives a DHCPv6 prefix delegationMAY<bcp14>MAY</bcp14> announce anon-specificnonspecific IPv6 default route over Babel in addition to the source-specific default route mandated by requirementREQ7.</t> <t><list style="empty"><t>Rationale: since<xref target="req7" format="none">REQ7</xref>.</t> <t indent="3">Rationale: Since the source-specific default route is more specific than thenon-specificnonspecific default route, the former will override the latter if all nodes implement source-specific routing. Announcing an additionalnon-specificnonspecific route is allowed, since doing that causes no harm and might simplify operations in some circumstances,e.g. whene.g., when interoperating with a routing protocol that does not support source-specificrouting.</t></list></t> <t>OPT4: anrouting.</t></li> <li anchor="opt4"><t>An HNCP node that receives a DHCPv4 lease with an IPv4 address and wins the election for NAT gatewaySHOULD NOT<bcp14>SHOULD NOT</bcp14> announce a source-specific IPv4 default route.</t><t><list style="empty"><t>Homenet<t indent="3">Rationale: Homenet does not require support for IPv4 source-specific routing. Announcing IPv4 source-specific routes will not cause routing pathologies (blackholes or routing loops), but it might cause packets sourced in different parts of the Homenet to follow different paths, with all the confusion that thisentails.</t></list></t>entails.</t></li> </ol> </section> </section> <sectiontitle="Security Considerations">numbered="true" toc="default"> <name>Security Considerations</name> <t>Both HNCP and Babel carry their control data in IPv6 packets with a link-local source address, and implementations are required to drop packets sent from a global address. Hence, they are only susceptible to attacks from a directly connected link on which the HNCP and Babel implementations are listening.</t> <t>The security of a Homenet network relies on having a set of "Internal", "AdHoc"Hoc", and "Hybrid" interfaces(Section 5.1 of <xref target="RFC7788"/>)(<xref target="RFC7788" section="5.1" sectionFormat="of" format="default"/>) that are assumed to be connected to links that are secured at a lower layer. HNCP and Babel packets are only accepted when they originate on these trusted links. "External" and "Guest" interfaces are connected to links that are not trusted, and any HNCP or Babel packets that are received on such interfaces are ignored. ("Leaf" interfaces are a specialcase,case since they are connected to trustedlinkslinks, but HNCP and Babel traffic received on such interfaces is ignored.) This implies that the security of a Homenet network depends on the reliability of the border discovery procedure described inSection 5.3 of<xreftarget="RFC7788"/>.</t>target="RFC7788" section="5.3" sectionFormat="of" format="default"/>.</t> <t>If untrusted links are used for transit, which isNOT RECOMMENDED,<bcp14>NOT RECOMMENDED</bcp14>, then any HNCP and Babel traffic that is carried over such linksMUST<bcp14>MUST</bcp14> be secured using an upper-layer security protocol. While both HNCP and Babel support cryptographic authentication, at the time ofwritingwriting, no protocol for autonomous configuration of HNCP and Babel security has been defined.</t> </section> <sectiontitle="IANA Considerations">numbered="true" toc="default"> <name>IANA Considerations</name> <t>This documentrequireshas noactions from IANA.</t> </section> <section title="Acknowledgments"> <t>A number of people have helped with defining the requirements listed in this document. I am especially indebted to Barbara Stark and Markus Stenberg.</t>IANA actions.</t> </section> </middle> <back><references title="Normative References"> <reference anchor="RFC2119"><front> <title>Key words for use in RFCs to Indicate Requirement Levels</title> <author initials="S." surname="Bradner" fullname="S. Bradner"/> <date year="1997" month="March"/> </front> <seriesInfo name="BCP" value="14"/> <seriesInfo name="RFC" value="2119"/> <seriesInfo name="DOI" value="10.17487/RFC2119"/> </reference> <reference anchor="RFC8174"><front> <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title> <author initials="B." surname="Leiba" fullname="B. Leiba"/> <date year="2017" month="May"/> </front> <seriesInfo name="BCP" value="14"/> <seriesInfo name="RFC" value="8174"/> <seriesInfo name="DOI" value="10.17487/RFC8174"/> </reference><displayreference target="I-D.ietf-babel-rtt-extension" to="BABEL-RTT"/> <displayreference target="I-D.chouasne-babel-tos-specific" to="ToS-SPECIFIC"/> <displayreference target="I-D.chroboczek-babel-diversity-routing" to="BABEL-Z"/> <references> <name>References</name> <references> <name>Normative References</name> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7788.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8966.xml"/> <referenceanchor="RFC6126bis"><front> <title>The Babel Routing Protocol</title> <author fullname="Juliusz Chroboczek" initials="J." surname="Chroboczek"/> <author fullname="David Schinazi" initials="D." surname="Schinazi"/> <date month="October" year="2017"/> </front> <seriesInfo name="Internet Draft" value="draft-ietf-babel-rfc6126bis-04"/> </reference> <reference anchor="RFC7788"><front> <title>Home Networking Control Protocol</title> <author initials="M." surname="Stenberg" fullname="M. Stenberg"/> <author initials="S." surname="Barth" fullname="S. Barth"/> <author initials="P." surname="Pfister" fullname="P. Pfister"/> <date year="2016" month="April"/> </front> <seriesInfo name="RFC" value="7788"/> <seriesInfo name="DOI" value="10.17487/RFC7788"/> </reference> <reference anchor="BABEL-SS">anchor='RFC9079'> <front> <title>Source-Specific Routing inBabel</title> <author initials='M' surname='Boutier' fullname='Matthieu Boutier'></author> <author initials='J' surname='Chroboczek' fullname='Juliusz Chroboczek'></author> <date day="4" month="August" year="2018"/> </front> <seriesInfo name='Internet-Draft' value='draft-ietf-babel-source-specific-03'/> </reference> </references> <references title="Informative References"> <reference anchor='RFC7298'><front> <title>Babel Hashed Message Authentication Code (HMAC) Cryptographic Authentication</title> <author initials='D.' surname='Ovsienko' fullname='D. Ovsienko'></author> <date year='2014' month='July' /> </front> <seriesInfo name='RFC' value='7298' /> </reference> <reference anchor="BABEL-RTT"> <front> <title>Delay-based Metric Extension forthe Babel Routing Protocol</title> <authorinitials='B' surname='Jonglez' fullname='Baptiste Jonglez'></author> <author initials='J' surname='Chroboczek' fullname='Juliusz Chroboczek'></author> <date month='May' day='27' year='2015' /> </front> <seriesInfo name='Internet-Draft' value='draft-jonglez-babel-rtt-extension-01'initials='M' surname='Boutier' fullname='Matthieu Boutier'> <organization /></reference> <reference anchor="BABEL-Z"><front> <title>Diversity Routing for the Babel Routing Protocol</title></author> <author initials='J' surname='Chroboczek' fullname='JuliuszChroboczek'></author>Chroboczek'> <organization /> </author> <datemonth='February' day='15' year='2016'month='August' year='2021' /> </front> <seriesInfoname='Internet-Draft' value='draft-chroboczek-babel-diversity-routing-01'/>name="RFC" value="9079"/> <seriesInfo name="DOI" value="10.17487/RFC9079"/> </reference> </references> <references> <name>Informative References</name> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8967.xml"/> <xi:include href="https://datatracker.ietf.org/doc/bibxml3/reference.I-D.ietf-babel-rtt-extension.xml"/> <xi:include href="https://datatracker.ietf.org/doc/bibxml3/reference.I-D.chroboczek-babel-diversity-routing.xml"/> <referenceanchor="DELAY-BASED"><front>anchor="DELAY-BASED" target="http://arxiv.org/abs/1403.3488"> <front> <title>A delay-based routing metric</title> <author fullname="Baptiste Jonglez" initials="B." surname="Jonglez"/> <author fullname="Matthieu Boutier" initials="M." surname="Boutier"/> <author fullname="Juliusz Chroboczek" initials="J." surname="Chroboczek"/> <date month="March" year="2014"/> </front><annotation>Available online from http://arxiv.org/abs/1403.3488</annotation> </reference> <reference anchor="ToS-SPECIFIC"><front> <title>https://tools.ietf.org/id/draft-chouasne-babel-tos-specific-00.xml</title> <author fullname="Gwendoline Chouasne" initials="G." surname="Chouasne"/> <date day="3" month="July" year="2017"/> </front> <seriesInfo name='Internet-Draft' value='draft-chouasne-babel-tos-specific-00'/></reference> <xi:include href="https://datatracker.ietf.org/doc/bibxml3/reference.I-D.chouasne-babel-tos-specific.xml"/> </references> </references> <section numbered="false" toc="default"> <name>Acknowledgments</name> <t>A number of people have helped with defining the requirements listed in this document. I am especially indebted to <contact fullname="Barbara Stark"/> and <contact fullname="Markus Stenberg"/>.</t> </section> </back> </rfc>