1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389
|
<pre>Internet Engineering Task Force (IETF) G. Fairhurst
Request for Comments: 7280 University of Aberdeen
Updates: <a href="./rfc4326">4326</a> June 2014
Category: Standards Track
ISSN: 2070-1721
<span class="h1">IANA Guidance for Managing</span>
the Unidirectional Lightweight Encapsulation (ULE) Next-Header Registry
Abstract
This document updates <a href="./rfc4326">RFC 4326</a> to clarify and update the allocation
rules for the Unidirectional Lightweight Encapsulation (ULE) Next-
Header registry. This registry is used by ULE and Generic Stream
Encapsulation (GSE) to record the code points of Extension Headers
and protocols supported by these encapsulation protocols.
Status of This Memo
This is an Internet Standards Track document.
This document is a product of the Internet Engineering Task Force
(IETF). It represents the consensus of the IETF community. It has
received public review and has been approved for publication by the
Internet Engineering Steering Group (IESG). Further information on
Internet Standards is available in <a href="./rfc5741#section-2">Section 2 of RFC 5741</a>.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
<a href="http://www.rfc-editor.org/info/rfc7280">http://www.rfc-editor.org/info/rfc7280</a>.
Copyright Notice
Copyright (c) 2014 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
Provisions Relating to IETF Documents
(<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
<span class="grey">Fairhurst Standards Track [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc7280">RFC 7280</a> IANA ULE Guidelines June 2014</span>
Table of Contents
<a href="#section-1">1</a>. Introduction . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-2">2</a>
<a href="#section-2">2</a>. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-2.1">2.1</a>. The ULE Next-Header Registry . . . . . . . . . . . . . . <a href="#page-3">3</a>
2.2. Informative Example of Using a Value from the Optional
Range . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
3. Updated IANA Guidance on Allocation in the ULE Next-Header
Registry . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-3.1">3.1</a>. ULE Next-Header Registry . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-3.2">3.2</a>. Expert Review Guidelines . . . . . . . . . . . . . . . . <a href="#page-5">5</a>
<a href="#section-3.3">3.3</a>. Reservation of Next-Header Values for Private Use . . . . <a href="#page-5">5</a>
<a href="#section-4">4</a>. Update to Registry Information . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-5">5</a>. Security Considerations . . . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-6">6</a>. IANA Considerations . . . . . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-7">7</a>. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-8">8</a>. References . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-8.1">8.1</a>. Normative References . . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-8.2">8.2</a>. Informative References . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
The Unidirectional Lightweight Encapsulation (ULE) [<a href="./rfc4326" title=""Unidirectional Lightweight Encapsulation (ULE) for Transmission of IP Datagrams over an MPEG-2 Transport Stream (TS)"">RFC4326</a>]
specifies an encapsulation for links that employ the MPEG-2 Transport
Stream, with support over a wide variety of physical-layer bearers
[<a href="./rfc4259" title=""A Framework for Transmission of IP Datagrams over MPEG-2 Networks"">RFC4259</a>]. The encapsulation header includes a Type field that
identifies payload types and Extension Headers (e.g., [<a href="./rfc5163" title=""Extension Formats for Unidirectional Lightweight Encapsulation (ULE) and the Generic Stream Encapsulation (GSE)"">RFC5163</a>]).
The ULE specification requested IANA to maintain the ULE Next-Header
registry to record the allocation of the values used to derive this
Type field.
The Digital Video Broadcast (DVB) Project has published an
encapsulation for second-generation DVB physical layers. This
specifies the Generic Stream Encapsulation [<a href="#ref-GSE" title=""Digital Video Broadcasting (DVB); Generic Stream Encapsulation (GSE) Protocol"">GSE</a>]. This encapsulation
shares many of the network properties of ULE and uses a common format
for the Type field [<a href="./rfc5163" title=""Extension Formats for Unidirectional Lightweight Encapsulation (ULE) and the Generic Stream Encapsulation (GSE)"">RFC5163</a>]. The ULE Next-Header registry is
therefore also applicable to this encapsulation.
This document updates the IANA rules and guidance defined in
<a href="./rfc4326#section-11.1">Section 11.1 of [RFC4326]</a> in the following way:
o The document clarifies use of the ULE Next-Header registry by GSE
as well as by ULE.
o <a href="#section-3">Section 3</a> specifies that new allocations in the ULE Next-Header
registry are to be assigned by IANA using the "Specification
Required" policy and provides guidance to the expert reviewer.
<span class="grey">Fairhurst Standards Track [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc7280">RFC 7280</a> IANA ULE Guidelines June 2014</span>
o <a href="#section-3.3">Section 3.3</a> reserves a range of allocated values.
o <a href="#section-4">Section 4</a> adds an explanatory note to clarify the encoding used in
the ULE Next-Header registry.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Terminology</span>
This document assumes familiarity with the ULE terminology used in
[<a href="./rfc4326" title=""Unidirectional Lightweight Encapsulation (ULE) for Transmission of IP Datagrams over an MPEG-2 Transport Stream (TS)"">RFC4326</a>] and [<a href="./rfc5163" title=""Extension Formats for Unidirectional Lightweight Encapsulation (ULE) and the Generic Stream Encapsulation (GSE)"">RFC5163</a>].
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>].
<span class="h3"><a class="selflink" id="section-2.1" href="#section-2.1">2.1</a>. The ULE Next-Header Registry</span>
The Mandatory Extension Headers are allocated in the ULE Next-Header
registry with integer values in the decimal range 0-255. The
registered value corresponds to a 16-bit Type value (converted by
setting the most significant 8 bits of the 16-bit value to zero).
This Type value may identify a Mandatory Extension Header or a
specific protocol.
The Optional Extension Headers are allocated in the ULE Next-Header
registry with integer values in the decimal range 256-511. The
registered value corresponds to the 16-bit Type value that would be
used for an Optional Extension Header with a length (H-LEN) of 1.
<span class="h3"><a class="selflink" id="section-2.2" href="#section-2.2">2.2</a>. Informative Example of Using a Value from the Optional Range</span>
This section provides an informative example of how a registry entry
is constructed to identify an Optional ULE Extension Header.
Values registered by IANA in the Optional ULE Extension Header range
correspond to a 16-bit Type value with the H-LEN field (in bits 5 to
7) set to a decimal value of 1. This registration format is used
irrespective of the H-LEN value to be used. Bits 8 to 15 of the
value in the registry are combined with the actual required H-LEN
value (bits 5 to 7) to form the 16-bit Type field.
For example, the decimal value 256 has been allocated to denote the
padding Extension Header.
o Type value 256: When a 2-byte padding Extension Header is used,
the H-LEN is 1, resulting in a Type value with a decimal value of
256 (as allocated), corresponding to a hexadecimal value of 0x100.
<span class="grey">Fairhurst Standards Track [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc7280">RFC 7280</a> IANA ULE Guidelines June 2014</span>
o Type value 768: When a 6-byte padding Extension Header is used,
the H-LEN is 3, resulting in a Type value with a decimal value of
768, corresponding to a hexadecimal value of 0x300.
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Updated IANA Guidance on Allocation in the ULE Next-Header Registry</span>
The rules for allocation were defined in <a href="./rfc4326#section-11">Section 11 of [RFC4326]</a>.
This document updates these rules by replacing them with the rules in
this section:
Allocations in the ULE Next-Header registry are to be assigned by
IANA using the "Specification Required" policy defined in [<a href="./rfc5226" title="">RFC5226</a>].
Applications must include a reference to a specification of the Next-
Header extension in a "permanent and readily available public
specification" [<a href="./rfc5226" title="">RFC5226</a>]. An IETF Standards Track RFC can provide
such a reference. Other specifications are also permitted. The
Designated Expert shall advise IANA on whether a particular
specification constitutes a "permanent and readily available public
specification".
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>. ULE Next-Header Registry</span>
The ULE Next-Header registry allocates 0-511 decimal (0x0000-0x01FF
hexadecimal). IANA must not allocate values greater than 511
(decimal). For each allocated value, it also specifies the set of
allowed H-LEN values (see <a href="./rfc4326#section-5">[RFC4326], Section 5</a>). The combination of
the IANA-registered value and the H-LEN are used by ULE and GSE to
derive a set of allowed 16-bit integer values in the range 0-1535
(decimal). This forms the first part of the ULE Type space (see
<a href="./rfc4326#section-4.4.1">[RFC4326], Section 4.4.1</a>).
The registry is divided into two ranges:
1. 0-255 (decimal) IANA-assigned values, indicating Mandatory
Extension Headers (or link-dependent Type fields). [<a href="./rfc4326" title=""Unidirectional Lightweight Encapsulation (ULE) for Transmission of IP Datagrams over an MPEG-2 Transport Stream (TS)"">RFC4326</a>]
made initial assignments to this range of values in the registry,
updated by later requests.
2. 256-511 (decimal) IANA-assigned values, indicating Optional
Extension Headers. The entry MUST define the need for the
Optional Extension and the intended use. [<a href="./rfc4326" title=""Unidirectional Lightweight Encapsulation (ULE) for Transmission of IP Datagrams over an MPEG-2 Transport Stream (TS)"">RFC4326</a>] made initial
assignments to this range of values in the registry, updated by
later requests.
<span class="grey">Fairhurst Standards Track [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc7280">RFC 7280</a> IANA ULE Guidelines June 2014</span>
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>. Expert Review Guidelines</span>
The Specification Required policy also implies use of a Designated
Expert [<a href="./rfc5226" title="">RFC5226</a>]. The Designated Expert shall review a proposed
registration for the following REQUIRED information:
For requests in the range 0-255 (decimal) - Mandatory Extension
Headers:
o The value and the name associated with the Extension Header;
o The procedure for processing the Extension Header;
o A definition of the Extension Header and the intended use; and
o The size of the Extension Header (by default, the entire remaining
payload).
For requests in the range 256-511 (decimal) - Optional Extension
Headers:
o The value and the name associated with the Optional Extension
Header;
o The procedure for processing the Extension Header;
o A definition of the Extension Header and the intended use
(including any extension ordering requirements); and
o The range of allowable H-LEN values that are permitted (in the
range 1-5).
If the registration information does not have any of the above
required information, the Designated Expert shall not approve the
registration to IANA.
<span class="h3"><a class="selflink" id="section-3.3" href="#section-3.3">3.3</a>. Reservation of Next-Header Values for Private Use</span>
This document reserves the range 144-159 decimal (0x80-0x8F
hexadecimal) for Private Use [<a href="./rfc5226" title="">RFC5226</a>].
These values are not available for allocation by IANA. Appropriate
use includes development of experimental options for which either no
general-purpose solution was planned, insufficient operational
experience was available to understand if a general solution is
needed, or a more general solution is not yet mature. This use is
not coordinated between users of these values, so the uniqueness of a
particular value can not be guaranteed.
<span class="grey">Fairhurst Standards Track [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc7280">RFC 7280</a> IANA ULE Guidelines June 2014</span>
Authors of specifications MUST contact IANA to request a new value to
be allocated in the ULE Next-Header registry. An IANA-allocated
value uniquely identifies the method. Such an allocation is REQUIRED
for any method that is to be standardised.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Update to Registry Information</span>
IANA has recorded an additional explanatory note in the ULE Next-
Header registry:
The Mandatory Extension Header range in the ULE Next-Header
registry is used to allocate integer values in the range 0-255
(decimal). These values are used to identify Mandatory Extension
Headers. The registered value corresponds to the 16-bit Type
value for the Mandatory Extension Header or the specified
protocol.
The Optional Extension Header range in the ULE Next-Header
registry is used to allocate integer values in the range 256-511
(decimal). These values are used to identify Optional Extension
Headers. The registered value corresponds to the 16-bit Type
value that would be used for an Optional Extension Header with a
header length (H-LEN) of 1.
This additional note has been placed before the existing note.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Security Considerations</span>
This document does not present new security considerations.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. IANA Considerations</span>
<a href="#section-3">Section 3</a> specifies updated IANA allocation rules.
Per <a href="#section-3.3">Section 3.3</a>, IANA has reserved the range 144-159 decimal
(0x80-0x8F hexadecimal) marked it as Reserved for Private Use.
Per <a href="#section-4">Section 4</a>, IANA has updated the ULE Next-Header registry
information.
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Acknowledgments</span>
The author acknowledges feedback from IANA, Thomas Narten, Margaret
Wasserman, Wes Eddy, and the IETF Gen-ART team. Helpful reviews and
comments on usage of this registry were also received from Alexander
Adolf and Hans-Peter Lexow.
<span class="grey">Fairhurst Standards Track [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc7280">RFC 7280</a> IANA ULE Guidelines June 2014</span>
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. References</span>
<span class="h3"><a class="selflink" id="section-8.1" href="#section-8.1">8.1</a>. Normative References</span>
[<a id="ref-GSE">GSE</a>] European Telecommunication Standards Institute (ETSI),
"Digital Video Broadcasting (DVB); Generic Stream
Encapsulation (GSE) Protocol", 2007.
[<a id="ref-RFC2119">RFC2119</a>] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>, March 1997.
[<a id="ref-RFC4326">RFC4326</a>] Fairhurst, G. and B. Collini-Nocker, "Unidirectional
Lightweight Encapsulation (ULE) for Transmission of IP
Datagrams over an MPEG-2 Transport Stream (TS)", <a href="./rfc4326">RFC 4326</a>,
December 2005.
[<a id="ref-RFC5163">RFC5163</a>] Fairhurst, G. and B. Collini-Nocker, "Extension Formats
for Unidirectional Lightweight Encapsulation (ULE) and the
Generic Stream Encapsulation (GSE)", <a href="./rfc5163">RFC 5163</a>, April 2008.
[<a id="ref-RFC5226">RFC5226</a>] Narten, T. and H. Alvestrand, "Guidelines for Writing an
IANA Considerations Section in RFCs", <a href="https://www.rfc-editor.org/bcp/bcp26">BCP 26</a>, <a href="./rfc5226">RFC 5226</a>,
May 2008.
<span class="h3"><a class="selflink" id="section-8.2" href="#section-8.2">8.2</a>. Informative References</span>
[<a id="ref-RFC4259">RFC4259</a>] Montpetit, M., Fairhurst, G., Clausen, H., Collini-Nocker,
B., and H. Linder, "A Framework for Transmission of IP
Datagrams over MPEG-2 Networks", <a href="./rfc4259">RFC 4259</a>, November 2005.
Author's Address
Godred Fairhurst
University of Aberdeen
School of Engineering
Fraser Noble Building
Aberdeen, Scotland AB24 3UE
UK
EMail: gorry@erg.abdn.ac.uk
URI: <a href="http://www.erg.abdn.ac.uk">http://www.erg.abdn.ac.uk</a>
Fairhurst Standards Track [Page 7]
</pre>
|