asciidoctor-rfc 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +20 -8
- data/README.adoc +2 -2
- data/asciidoctor-rfc.gemspec +1 -1
- data/docs/installation.md +21 -0
- data/docs/navigation.md +10 -0
- data/docs/overview.md +5 -0
- data/lib/asciidoctor/rfc/common/base.rb +9 -0
- data/lib/asciidoctor/rfc/v2/base.rb +4 -2
- data/lib/asciidoctor/rfc/v3/base.rb +6 -1
- data/lib/asciidoctor/rfc/version.rb +1 -1
- data/lib/metanorma/rfc/processor_v2.rb +5 -1
- data/lib/metanorma/rfc/processor_v3.rb +5 -1
- data/spec/examples/davies-template-bare-06.xml.orig.txt +448 -0
- data/spec/examples/draft-iab-html-rfc-bis.xml.orig.txt +2298 -0
- data/spec/examples/draft-iab-rfc-framework-bis.xml.orig.txt +896 -0
- data/spec/examples/draft-ietf-core-block-xx.xml.orig.txt +1176 -0
- data/spec/examples/hoffmanv2.xml.orig.txt +280 -0
- data/spec/examples/mib-doc-template-xml-06.xml.orig.txt +672 -0
- data/spec/examples/rfc1149.md.2.xml.txt +168 -0
- data/spec/examples/rfc2100.md.2.xml.txt +168 -0
- data/spec/examples/rfc3514.md.2.xml.txt +336 -0
- data/spec/examples/rfc5841.md.2.xml.txt +504 -0
- data/spec/examples/rfc748.md.2.xml.txt +168 -0
- data/spec/examples/rfc7511.md.2.xml.txt +448 -0
- data/spec/examples/skel.xml.orig.txt +112 -0
- data/spec/examples/stupid-s.xml.orig.txt +784 -0
- metadata +21 -4
@@ -0,0 +1,168 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
Network Working Group M. Crispin
|
6
|
+
Internet-Draft SU-AI
|
7
|
+
Intended status: Informational April 1, 1978
|
8
|
+
Expires: October 3, 1978
|
9
|
+
|
10
|
+
|
11
|
+
TELNET RANDOMLY-LOSE Option
|
12
|
+
rfc-748
|
13
|
+
|
14
|
+
Status of This Memo
|
15
|
+
|
16
|
+
This Internet-Draft is submitted in full conformance with the
|
17
|
+
provisions of BCP 78 and BCP 79.
|
18
|
+
|
19
|
+
Internet-Drafts are working documents of the Internet Engineering
|
20
|
+
Task Force (IETF). Note that other groups may also distribute
|
21
|
+
working documents as Internet-Drafts. The list of current Internet-
|
22
|
+
Drafts is at http://datatracker.ietf.org/drafts/current/.
|
23
|
+
|
24
|
+
Internet-Drafts are draft documents valid for a maximum of six months
|
25
|
+
and may be updated, replaced, or obsoleted by other documents at any
|
26
|
+
time. It is inappropriate to use Internet-Drafts as reference
|
27
|
+
material or to cite them other than as "work in progress."
|
28
|
+
|
29
|
+
This Internet-Draft will expire on October 3, 1978.
|
30
|
+
|
31
|
+
Copyright Notice
|
32
|
+
|
33
|
+
Copyright (c) 1978 IETF Trust and the persons identified as the
|
34
|
+
document authors. All rights reserved.
|
35
|
+
|
36
|
+
This document is subject to BCP 78 and the IETF Trust's Legal
|
37
|
+
Provisions Relating to IETF Documents
|
38
|
+
(http://trustee.ietf.org/license-info) in effect on the date of
|
39
|
+
publication of this document. Please review these documents
|
40
|
+
carefully, as they describe your rights and restrictions with respect
|
41
|
+
to this document. Code Components extracted from this document must
|
42
|
+
include Simplified BSD License text as described in Section 4.e of
|
43
|
+
the Trust Legal Provisions and are provided without warranty as
|
44
|
+
described in the Simplified BSD License.
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
Crispin Expires October 3, 1978 [Page 1]
|
57
|
+
|
58
|
+
Internet-Draft TELNET RANDOMLY-LOSE Option April 1978
|
59
|
+
|
60
|
+
|
61
|
+
Table of Contents
|
62
|
+
|
63
|
+
1. Command name and code . . . . . . . . . . . . . . . . . . . . 2
|
64
|
+
2. Command meanings . . . . . . . . . . . . . . . . . . . . . . 2
|
65
|
+
3. Default . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
|
66
|
+
4. Motivation for the option . . . . . . . . . . . . . . . . . . 2
|
67
|
+
5. Description of the option . . . . . . . . . . . . . . . . . . 3
|
68
|
+
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 3
|
69
|
+
|
70
|
+
1. Command name and code
|
71
|
+
|
72
|
+
RANDOMLY-LOSE 256
|
73
|
+
|
74
|
+
2. Command meanings
|
75
|
+
|
76
|
+
IAC WILL RANDOMLY-LOSE:
|
77
|
+
The sender of this command REQUESTS permission to, or confirms
|
78
|
+
that it will, randomly lose.
|
79
|
+
|
80
|
+
IAC WON'T RANDOMLY-LOSE:
|
81
|
+
The sender of this command REFUSES to randomly lose.
|
82
|
+
|
83
|
+
IAC DO RANDOMLY-LOSE:
|
84
|
+
The sender of this command REQUESTS that the receiver, or grants
|
85
|
+
the receiver permission to, randomly lose.
|
86
|
+
|
87
|
+
IAC DON'T RANDOMLY-LOSE:
|
88
|
+
The command sender DEMANDS that the receiver not randomly lose.
|
89
|
+
|
90
|
+
3. Default
|
91
|
+
|
92
|
+
WON'T RANDOMLY-LOSE
|
93
|
+
|
94
|
+
DON'T RANDOMLY-LOSE
|
95
|
+
|
96
|
+
i.e., random lossage will not happen.
|
97
|
+
|
98
|
+
4. Motivation for the option
|
99
|
+
|
100
|
+
Several hosts appear to provide random lossage, such as system
|
101
|
+
crashes, lost data, incorrectly functioning programs, etc., as part
|
102
|
+
of their services. These services are often undocumented and are in
|
103
|
+
general quite confusing to the novice user. A general means is
|
104
|
+
needed to allow the user to disable these features.
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
Crispin Expires October 3, 1978 [Page 2]
|
113
|
+
|
114
|
+
Internet-Draft TELNET RANDOMLY-LOSE Option April 1978
|
115
|
+
|
116
|
+
|
117
|
+
5. Description of the option
|
118
|
+
|
119
|
+
The normal mode does not allow random lossage; therefore the system
|
120
|
+
is not allowed to crash, mung user files, etc. If the server wants
|
121
|
+
to provide random lossage, it must first ask for permission from the
|
122
|
+
user by sending IAC WILL RANDOMLY-LOSE.
|
123
|
+
|
124
|
+
If the user wants to permit the server to randomly lose, it replys
|
125
|
+
with IAC DO RANDOMLY-LOSE. Otherwise it sends IAC DONT RANDOMLY-
|
126
|
+
LOSE, and the server is forbidden from randomly losing.
|
127
|
+
|
128
|
+
Alternatively, the user could request the server to randomly lose, by
|
129
|
+
sending IAC DO RANDOMLY-LOSE, and the server will either reply with
|
130
|
+
IAC WILL RANDOMLY-LOSE, meaning that it will then proceed to do some
|
131
|
+
random lossage (garbaging disk files is recommended for an initial
|
132
|
+
implementation). Or, it could send IAC WONT RANDOMLY-LOSE, meaning
|
133
|
+
that it insists upon being reliable.
|
134
|
+
|
135
|
+
Since this is implemented as a TELNET option, it is expected that
|
136
|
+
servers which do not implement this option will not randomly lose;
|
137
|
+
ie, they will provide 100% reliable uptime.
|
138
|
+
|
139
|
+
Author's Address
|
140
|
+
|
141
|
+
M. Crispin
|
142
|
+
SU-AI
|
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
|
+
Crispin Expires October 3, 1978 [Page 3]
|
@@ -0,0 +1,448 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
Network Working Group M. Wilhelm
|
6
|
+
Internet-Draft April 1, 2015
|
7
|
+
Intended status: Informational
|
8
|
+
Expires: October 3, 2015
|
9
|
+
|
10
|
+
|
11
|
+
Scenic Routing for IPv6
|
12
|
+
rfc-7511
|
13
|
+
|
14
|
+
Abstract
|
15
|
+
|
16
|
+
This document specifies a new routing scheme for the current version
|
17
|
+
of the Internet Protocol version 6 (IPv6) in the spirit of "Green
|
18
|
+
IT", whereby packets will be routed to get as much fresh-air time as
|
19
|
+
possible.
|
20
|
+
|
21
|
+
Status of This Memo
|
22
|
+
|
23
|
+
This Internet-Draft is submitted in full conformance with the
|
24
|
+
provisions of BCP 78 and BCP 79.
|
25
|
+
|
26
|
+
Internet-Drafts are working documents of the Internet Engineering
|
27
|
+
Task Force (IETF). Note that other groups may also distribute
|
28
|
+
working documents as Internet-Drafts. The list of current Internet-
|
29
|
+
Drafts is at http://datatracker.ietf.org/drafts/current/.
|
30
|
+
|
31
|
+
Internet-Drafts are draft documents valid for a maximum of six months
|
32
|
+
and may be updated, replaced, or obsoleted by other documents at any
|
33
|
+
time. It is inappropriate to use Internet-Drafts as reference
|
34
|
+
material or to cite them other than as "work in progress."
|
35
|
+
|
36
|
+
This Internet-Draft will expire on October 3, 2015.
|
37
|
+
|
38
|
+
Copyright Notice
|
39
|
+
|
40
|
+
Copyright (c) 2015 IETF Trust and the persons identified as the
|
41
|
+
document authors. All rights reserved.
|
42
|
+
|
43
|
+
This document is subject to BCP 78 and the IETF Trust's Legal
|
44
|
+
Provisions Relating to IETF Documents
|
45
|
+
(http://trustee.ietf.org/license-info) in effect on the date of
|
46
|
+
publication of this document. Please review these documents
|
47
|
+
carefully, as they describe your rights and restrictions with respect
|
48
|
+
to this document. Code Components extracted from this document must
|
49
|
+
include Simplified BSD License text as described in Section 4.e of
|
50
|
+
the Trust Legal Provisions and are provided without warranty as
|
51
|
+
described in the Simplified BSD License.
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
Wilhelm Expires October 3, 2015 [Page 1]
|
57
|
+
|
58
|
+
Internet-Draft Scenic Routing for IPv6 April 2015
|
59
|
+
|
60
|
+
|
61
|
+
Table of Contents
|
62
|
+
|
63
|
+
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
|
64
|
+
1.1. Conventions and Terminology . . . . . . . . . . . . . . . 3
|
65
|
+
2. Scenic Routing . . . . . . . . . . . . . . . . . . . . . . . 3
|
66
|
+
2.1. Scenic Routing Option (SRO) . . . . . . . . . . . . . . . 3
|
67
|
+
3. Implications . . . . . . . . . . . . . . . . . . . . . . . . 5
|
68
|
+
3.1. Routing Implications . . . . . . . . . . . . . . . . . . 5
|
69
|
+
3.2. Implications for Hosts . . . . . . . . . . . . . . . . . 5
|
70
|
+
3.3. Proxy Servers . . . . . . . . . . . . . . . . . . . . . . 6
|
71
|
+
4. Security Considerations . . . . . . . . . . . . . . . . . . . 6
|
72
|
+
5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 6
|
73
|
+
6. Related Work . . . . . . . . . . . . . . . . . . . . . . . . 6
|
74
|
+
7. References . . . . . . . . . . . . . . . . . . . . . . . . . 7
|
75
|
+
7.1. Normative References . . . . . . . . . . . . . . . . . . 7
|
76
|
+
7.2. Informative References . . . . . . . . . . . . . . . . . 7
|
77
|
+
Appendix A. Acknowledgements . . . . . . . . . . . . . . . . . . 8
|
78
|
+
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 8
|
79
|
+
|
80
|
+
1. Introduction
|
81
|
+
|
82
|
+
In times of Green IT, a lot of effort is put into reducing the energy
|
83
|
+
consumption of routers, switches, servers, hosts, etc., to preserve
|
84
|
+
our environment. This document looks at Green IT from a different
|
85
|
+
angle and focuses on network packets being routed and switched around
|
86
|
+
the world.
|
87
|
+
|
88
|
+
Most likely, no one ever thought about the millions of packets being
|
89
|
+
disassembled into bits every second and forced through copper wires
|
90
|
+
or being shot through dark fiber lines by powerful lasers at
|
91
|
+
continuously increasing speeds. Although RFC 5841 [RFC5841] provided
|
92
|
+
some thoughts about Packet Moods and began to represent them as a TCP
|
93
|
+
option, this doesn't help the packets escape their torturous routine.
|
94
|
+
|
95
|
+
This document defines another way to deal with Green IT for traffic
|
96
|
+
and network engineers and will hopefully aid the wellbeing of a
|
97
|
+
myriad of network packets around the world. It proposes Scenic
|
98
|
+
Routing, which incorporates the green-ness of a network path into the
|
99
|
+
routing decision. A routing engine implementing Scenic Routing
|
100
|
+
should therefore choose paths based on Avian IP Carriers [RFC1149]
|
101
|
+
and/or wireless technologies so the packets will get out of the
|
102
|
+
miles/kilometers of dark fibers that are in the ground and get as
|
103
|
+
much fresh-air time and sunlight as possible.
|
104
|
+
|
105
|
+
As of the widely known acceptance of the current version of the
|
106
|
+
Internet Protocol (IPv6), this document only focuses on version 6 and
|
107
|
+
ignores communication still based on Vintage IP [RFC0791].
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
Wilhelm Expires October 3, 2015 [Page 2]
|
113
|
+
|
114
|
+
Internet-Draft Scenic Routing for IPv6 April 2015
|
115
|
+
|
116
|
+
|
117
|
+
1.1. Conventions and Terminology
|
118
|
+
|
119
|
+
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
|
120
|
+
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
|
121
|
+
document are to be interpreted as described in RFC 2119 [RFC2119].
|
122
|
+
|
123
|
+
Additionally, the key words "*MIGHT*", "*COULD*", "*MAY WISH TO*",
|
124
|
+
"*WOULD PROBABLY*", "*SHOULD CONSIDER*", and "*MUST (BUT WE KNOW YOU
|
125
|
+
WON'T)*" in this document are to interpreted as described in RFC 6919
|
126
|
+
[RFC6919].
|
127
|
+
|
128
|
+
2. Scenic Routing
|
129
|
+
|
130
|
+
Scenic Routing can be enabled with a new option for IPv6 datagrams.
|
131
|
+
|
132
|
+
2.1. Scenic Routing Option (SRO)
|
133
|
+
|
134
|
+
The Scenic Routing Option (SRO) is placed in the IPv6 Hop-by-Hop
|
135
|
+
Options Header that must be examined by every node along a packet's
|
136
|
+
delivery path [RFC2460].
|
137
|
+
|
138
|
+
The SRO can be included in any IPv6 datagram, but multiple SROs MUST
|
139
|
+
NOT be present in the same IPv6 datagram. The SRO has no alignment
|
140
|
+
requirement.
|
141
|
+
|
142
|
+
If the SRO is set for a packet, every node en route from the packet
|
143
|
+
source to the packet's final destination MUST preserve the option.
|
144
|
+
|
145
|
+
The following Hop-by-Hop Option is proposed according to the
|
146
|
+
specification in Section 4.2 of RFC 2460 [RFC2460].
|
147
|
+
|
148
|
+
0 1 2 3
|
149
|
+
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
150
|
+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
151
|
+
| Option Type | Option Length |
|
152
|
+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
153
|
+
| SRO Param | |
|
154
|
+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
155
|
+
|
156
|
+
Figure 1: Scenic Routing Option Layout
|
157
|
+
|
158
|
+
Option Type
|
159
|
+
8-bit identifier of the type of option. The option identifier
|
160
|
+
0x0A (On Air) is proposed for Scenic Routing.
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
Wilhelm Expires October 3, 2015 [Page 3]
|
169
|
+
|
170
|
+
Internet-Draft Scenic Routing for IPv6 April 2015
|
171
|
+
|
172
|
+
|
173
|
+
HEX act chg rest
|
174
|
+
--- --- --- -----
|
175
|
+
0A 00 0 01010 Scenic Routing
|
176
|
+
|
177
|
+
Figure 2: Scenic Routing Option Type
|
178
|
+
|
179
|
+
The highest-order two bits are set to 00 so any node not
|
180
|
+
implementing Scenic Routing will skip over this option and
|
181
|
+
continue processing the header. The third-highest-order bit
|
182
|
+
indicates that the SRO does not change en route to the packet's
|
183
|
+
final destination.
|
184
|
+
|
185
|
+
Option Length
|
186
|
+
8-bit unsigned integer. The length of the option in octets
|
187
|
+
(excluding the Option Type and Option Length fields). The value
|
188
|
+
MUST be greater than 0.
|
189
|
+
|
190
|
+
SRO Param
|
191
|
+
8-bit identifier indicating Scenic Routing parameters encoded as a
|
192
|
+
bit string.
|
193
|
+
|
194
|
+
+-+-+-+-+-+-+-+-+
|
195
|
+
| SR A W AA X Y |
|
196
|
+
+-+-+-+-+-+-+-+-+
|
197
|
+
|
198
|
+
Figure 3: SRO Param Bit String Layout
|
199
|
+
|
200
|
+
The highest-order two bits (SR) define the urgency of Scenic
|
201
|
+
Routing:
|
202
|
+
|
203
|
+
00 - Scenic Routing MUST NOT be used for this packet.
|
204
|
+
|
205
|
+
01 - Scenic Routing *MIGHT* be used for this packet.
|
206
|
+
|
207
|
+
10 - Scenic Routing SHOULD be used for this packet.
|
208
|
+
|
209
|
+
11 - Scenic Routing MUST be used for this packet.
|
210
|
+
|
211
|
+
The following BIT (A) defines if Avian IP Carriers should be used:
|
212
|
+
|
213
|
+
0 - Don't use Avian IP Carrier links (maybe the packet is
|
214
|
+
afraid of pigeons).
|
215
|
+
|
216
|
+
1 - Avian IP Carrier links may be used.
|
217
|
+
|
218
|
+
The following BIT (W) defines if wireless links should be used:
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
Wilhelm Expires October 3, 2015 [Page 4]
|
225
|
+
|
226
|
+
Internet-Draft Scenic Routing for IPv6 April 2015
|
227
|
+
|
228
|
+
|
229
|
+
0 - Don't use wireless links (maybe the packet is afraid of
|
230
|
+
radiation).
|
231
|
+
|
232
|
+
1 - Wireless links may be used.
|
233
|
+
|
234
|
+
The following two bits (AA) define the affinity for link types:
|
235
|
+
|
236
|
+
00 - No affinity.
|
237
|
+
|
238
|
+
01 - Avian IP Carriers SHOULD be preferred.
|
239
|
+
|
240
|
+
10 - Wireless links SHOULD be preferred.
|
241
|
+
|
242
|
+
11 - RESERVED
|
243
|
+
|
244
|
+
The lowest-order two bits (XY) are currently unused and reserved
|
245
|
+
for future use.
|
246
|
+
|
247
|
+
3. Implications
|
248
|
+
|
249
|
+
3.1. Routing Implications
|
250
|
+
|
251
|
+
If Scenic Routing is requested for a packet, the path with the known
|
252
|
+
longest Avian IP Carrier and/or wireless portion MUST be used.
|
253
|
+
|
254
|
+
Backbone operators who desire to be fully compliant with Scenic
|
255
|
+
Routing *MAY WISH TO* -- well, they SHOULD -- have separate MPLS
|
256
|
+
paths ready that provide the most fresh-air time for a given path and
|
257
|
+
are to be used when Scenic Routing is requested by a packet. If such
|
258
|
+
a path exists, the path MUST be used in favor of any other path, even
|
259
|
+
if another path is considered cheaper according to the path costs
|
260
|
+
used regularly, without taking Scenic Routing into account.
|
261
|
+
|
262
|
+
3.2. Implications for Hosts
|
263
|
+
|
264
|
+
Host systems implementing this option of receiving packets with
|
265
|
+
Scenic Routing requested MUST honor this request and MUST activate
|
266
|
+
Scenic Routing for any packets sent back to the originating host for
|
267
|
+
the current connection.
|
268
|
+
|
269
|
+
If Scenic Routing is requested for connections of local origin, the
|
270
|
+
host MUST obey the request and route the packet(s) over a wireless
|
271
|
+
link or use Avian IP Carriers (if available and as requested within
|
272
|
+
the SRO Params).
|
273
|
+
|
274
|
+
System administrators *MIGHT* want to configure sensible default
|
275
|
+
parameters for Scenic Routing, when Scenic Routing has been widely
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
|
280
|
+
Wilhelm Expires October 3, 2015 [Page 5]
|
281
|
+
|
282
|
+
Internet-Draft Scenic Routing for IPv6 April 2015
|
283
|
+
|
284
|
+
|
285
|
+
adopted by operating systems. System administrators SHOULD deploy
|
286
|
+
Scenic Routing information where applicable.
|
287
|
+
|
288
|
+
3.3. Proxy Servers
|
289
|
+
|
290
|
+
If a host is running a proxy server or any other packet-relaying
|
291
|
+
application, an application implementing Scenic Routing MUST set the
|
292
|
+
same SRO Params on the outgoing packet as seen on the incoming
|
293
|
+
packet.
|
294
|
+
|
295
|
+
Developers *SHOULD CONSIDER* Scenic Routing when designing and
|
296
|
+
implementing any network service.
|
297
|
+
|
298
|
+
4. Security Considerations
|
299
|
+
|
300
|
+
The security considerations of RFC 6214 [RFC6214] apply for links
|
301
|
+
provided by Avian IP Carriers.
|
302
|
+
|
303
|
+
General security considerations of wireless communication apply for
|
304
|
+
links using wireless technologies.
|
305
|
+
|
306
|
+
As the user is able to influence where flows and packets are being
|
307
|
+
routed within the network, this *MIGHT* influence traffic-engineering
|
308
|
+
considerations and network operators *MAY WISH TO* take this into
|
309
|
+
account before enabling Scenic Routing on their devices.
|
310
|
+
|
311
|
+
5. IANA Considerations
|
312
|
+
|
313
|
+
This document defines a new IPv6 Hop-by-Hop Option, the Scenic
|
314
|
+
Routing Option, described in Section 2.1. If this work is
|
315
|
+
standardized, IANA is requested to assign a value from the
|
316
|
+
"Destination Options and Hop-by-Hop Options" registry for the purpose
|
317
|
+
of Scenic Routing.
|
318
|
+
|
319
|
+
There are no IANA actions requested at this time.
|
320
|
+
|
321
|
+
6. Related Work
|
322
|
+
|
323
|
+
As Scenic Routing is heavily dependent on network paths and routing
|
324
|
+
information, it might be worth looking at designing extensions for
|
325
|
+
popular routing protocols like BGP or OSPF to leverage the full
|
326
|
+
potential of Scenic Routing in large networks built upon lots of
|
327
|
+
wireless links and/or Avian IP Carriers. When incorporating
|
328
|
+
information about links compatible with Scenic Routing, the routing
|
329
|
+
algorithms could easily calculate the optimal paths providing the
|
330
|
+
most fresh-air time for a packet for any given destination.
|
331
|
+
|
332
|
+
|
333
|
+
|
334
|
+
|
335
|
+
|
336
|
+
Wilhelm Expires October 3, 2015 [Page 6]
|
337
|
+
|
338
|
+
Internet-Draft Scenic Routing for IPv6 April 2015
|
339
|
+
|
340
|
+
|
341
|
+
This would even allow preference for wireless paths going alongside
|
342
|
+
popular or culturally important places. This way, the packets don't
|
343
|
+
only avoid the dark fibers, but they get to see the world outside of
|
344
|
+
the Internet and are exposed to different cultures around the globe,
|
345
|
+
which may help build an understanding of cultural differences and
|
346
|
+
promote acceptance of these differences.
|
347
|
+
|
348
|
+
7. References
|
349
|
+
|
350
|
+
7.1. Normative References
|
351
|
+
|
352
|
+
[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
|
353
|
+
Requirement Levels", BCP 14, RFC 2119,
|
354
|
+
DOI 10.17487/RFC2119, March 1997,
|
355
|
+
<https://www.rfc-editor.org/info/rfc2119>.
|
356
|
+
|
357
|
+
[RFC2460] Deering, S. and R. Hinden, "Internet Protocol, Version 6
|
358
|
+
(IPv6) Specification", RFC 2460, DOI 10.17487/RFC2460,
|
359
|
+
December 1998, <https://www.rfc-editor.org/info/rfc2460>.
|
360
|
+
|
361
|
+
[RFC5841] Hay, R. and W. Turkal, "TCP Option to Denote Packet Mood",
|
362
|
+
RFC 5841, DOI 10.17487/RFC5841, April 2010,
|
363
|
+
<https://www.rfc-editor.org/info/rfc5841>.
|
364
|
+
|
365
|
+
[RFC6214] Carpenter, B. and R. Hinden, "Adaptation of RFC 1149 for
|
366
|
+
IPv6", RFC 6214, DOI 10.17487/RFC6214, April 2011,
|
367
|
+
<https://www.rfc-editor.org/info/rfc6214>.
|
368
|
+
|
369
|
+
[RFC6919] Barnes, R., Kent, S., and E. Rescorla, "Further Key Words
|
370
|
+
for Use in RFCs to Indicate Requirement Levels", RFC 6919,
|
371
|
+
DOI 10.17487/RFC6919, April 2013,
|
372
|
+
<https://www.rfc-editor.org/info/rfc6919>.
|
373
|
+
|
374
|
+
7.2. Informative References
|
375
|
+
|
376
|
+
[RFC0791] Postel, J., "Internet Protocol", STD 5, RFC 791,
|
377
|
+
DOI 10.17487/RFC0791, September 1981,
|
378
|
+
<https://www.rfc-editor.org/info/rfc791>.
|
379
|
+
|
380
|
+
[RFC1149] Waitzman, D., "Standard for the transmission of IP
|
381
|
+
datagrams on avian carriers", RFC 1149,
|
382
|
+
DOI 10.17487/RFC1149, April 1990,
|
383
|
+
<https://www.rfc-editor.org/info/rfc1149>.
|
384
|
+
|
385
|
+
|
386
|
+
|
387
|
+
|
388
|
+
|
389
|
+
|
390
|
+
|
391
|
+
|
392
|
+
Wilhelm Expires October 3, 2015 [Page 7]
|
393
|
+
|
394
|
+
Internet-Draft Scenic Routing for IPv6 April 2015
|
395
|
+
|
396
|
+
|
397
|
+
Appendix A. Acknowledgements
|
398
|
+
|
399
|
+
The author wishes to thank all those poor friends who were kindly
|
400
|
+
forced to read this document and that provided some nifty comments.
|
401
|
+
|
402
|
+
Author's Address
|
403
|
+
|
404
|
+
Maximilian Wilhelm
|
405
|
+
Paderborn, NRW
|
406
|
+
Germany
|
407
|
+
|
408
|
+
Phone: +49 176 62 05 94 27
|
409
|
+
Email: max@rfc2324.org
|
410
|
+
|
411
|
+
|
412
|
+
|
413
|
+
|
414
|
+
|
415
|
+
|
416
|
+
|
417
|
+
|
418
|
+
|
419
|
+
|
420
|
+
|
421
|
+
|
422
|
+
|
423
|
+
|
424
|
+
|
425
|
+
|
426
|
+
|
427
|
+
|
428
|
+
|
429
|
+
|
430
|
+
|
431
|
+
|
432
|
+
|
433
|
+
|
434
|
+
|
435
|
+
|
436
|
+
|
437
|
+
|
438
|
+
|
439
|
+
|
440
|
+
|
441
|
+
|
442
|
+
|
443
|
+
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
|
448
|
+
Wilhelm Expires October 3, 2015 [Page 8]
|