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 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 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 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669
|
<pre>Internet Engineering Task Force (IETF) J. Bi
Request for Comments: 8074 Tsinghua University
Category: Standards Track G. Yao
ISSN: 2070-1721 Tsinghua University/Baidu
J. Halpern
Ericsson
E. Levy-Abegnoli, Ed.
Cisco
February 2017
<span class="h1">Source Address Validation Improvement (SAVI)</span>
<span class="h1">for Mixed Address Assignment Methods Scenario</span>
Abstract
In networks that use multiple techniques for address assignment, the
spoofing of addresses assigned by each technique can be prevented
using the appropriate Source Address Validation Improvement (SAVI)
methods. This document reviews how multiple SAVI methods can coexist
in a single SAVI device and how collisions are resolved when the same
binding entry is discovered by two or more methods.
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="./rfc7841#section-2">Section 2 of RFC 7841</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/rfc8074">http://www.rfc-editor.org/info/rfc8074</a>.
<span class="grey">Bi, et al. Standards Track [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc8074">RFC 8074</a> SAVI-MIX February 2017</span>
Copyright Notice
Copyright (c) 2017 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.
Table of Contents
<a href="#section-1">1</a>. Introduction . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-2">2</a>. Requirements Language . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-3">3</a>. Problem Scope . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-4">4</a>. Architecture . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-5">5</a>. Recommendations for Assignment Separation . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-6">6</a>. Resolving Binding Collisions . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-6.1">6.1</a>. Same Address on Different Binding Anchors . . . . . . . . <a href="#page-6">6</a>
<a href="#section-6.1.1">6.1.1</a>. Basic Preference . . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-6.1.2">6.1.2</a>. Exceptions . . . . . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-6.1.3">6.1.3</a>. Multiple SAVI Device Scenario . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-6.2">6.2</a>. Same Address on the Same Binding Anchor . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-7">7</a>. Security Considerations . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-8">8</a>. Privacy Considerations . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-9">9</a>. IANA Considerations . . . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-10">10</a>. References . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-10.1">10.1</a>. Normative References . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-10.2">10.2</a>. Informative References . . . . . . . . . . . . . . . . . <a href="#page-11">11</a>
Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-11">11</a>
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-12">12</a>
<span class="grey">Bi, et al. Standards Track [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc8074">RFC 8074</a> SAVI-MIX February 2017</span>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
There are currently several Source Address Validation Improvement
(SAVI) documents ([<a href="./rfc6620" title=""FCFS SAVI: First-Come, First-Served Source Address Validation Improvement for Locally Assigned IPv6 Addresses"">RFC6620</a>], [<a href="./rfc7513" title=""Source Address Validation Improvement (SAVI) Solution for DHCP"">RFC7513</a>], and [<a href="./rfc7219" title=""SEcure Neighbor Discovery (SEND) Source Address Validation Improvement (SAVI)"">RFC7219</a>]) that describe
the different methods by which a switch can discover and record
bindings between a node's IP address and a binding anchor and use
that binding to perform source address validation. Each of these
documents specifies how to learn on-link addresses, based on the
technique used for their assignment: StateLess Address
Autoconfiguration (SLAAC), the Dynamic Host Control Protocol (DHCP),
and Secure Neighbor Discovery (SEND), respectively. Each of these
documents describes separately how one particular SAVI method deals
with address collisions (same address but different binding anchor).
While multiple IP assignment techniques can be used in the same layer
2 domain, this means that a single SAVI device might have to deal
with a combination or mix of SAVI methods. The purpose of this
document is to provide recommendations to avoid collisions and to
review collision handling when two or more such methods come up with
competing bindings.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Requirements Language</span>
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">RFC 2119</a> [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>].
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Problem Scope</span>
Three different IP address assignment techniques have been analyzed
for SAVI:
1. StateLess Address Autoconfiguration (SLAAC) -- analyzed in FCFS
SAVI (First-Come, First-Served) [<a href="./rfc6620" title=""FCFS SAVI: First-Come, First-Served Source Address Validation Improvement for Locally Assigned IPv6 Addresses"">RFC6620</a>]
2. Dynamic Host Control Protocol address assignment (DHCP) --
analyzed in SAVI-DHCP [<a href="./rfc7513" title=""Source Address Validation Improvement (SAVI) Solution for DHCP"">RFC7513</a>]
3. Secure Neighbor Discovery (SEND) address assignment -- analyzed
in SEND SAVI [<a href="./rfc7219" title=""SEcure Neighbor Discovery (SEND) Source Address Validation Improvement (SAVI)"">RFC7219</a>]
In addition, there is a fourth technique for managing (i.e.,
creation, management, and deletion) a binding on the switch, referred
to as "manual". It is based on manual binding configuration. How to
manage manual bindings is determined by operators, so there is not a
new SAVI method for manual addresses.
<span class="grey">Bi, et al. Standards Track [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc8074">RFC 8074</a> SAVI-MIX February 2017</span>
All combinations of address assignment techniques can coexist within
a layer 2 domain. A SAVI device MUST implement the corresponding
binding setup methods (referred to as "SAVI methods") for each such
technique that is in use if it is to provide source address
validation.
SAVI methods are normally viewed as independent from each other, each
one handling its own entries. If multiple methods are used in the
same device without coordination, each method will attempt to reject
packets sourced with any addresses that method did not discover. To
prevent addresses discovered by one SAVI method from being filtered
out by another method, the SAVI binding table SHOULD be shared by all
the SAVI methods in use in the device. This in turn could create
some conflict when the same entry is discovered by two different
methods. The purpose of this document is twofold: to provide
recommendations and methods to avoid conflicts and to resolve
conflicts when they happen. Collisions happening within a given
method are outside the scope of this document.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Architecture</span>
A SAVI device may implement and use multiple SAVI methods. This
mechanism, called "SAVI-MIX", is proposed as an arbiter of the
binding generation algorithms from these multiple methods, generating
the final binding entries as illustrated in Figure 1. Once a SAVI
method generates a candidate binding, it will request that SAVI-MIX
set up a corresponding entry in the binding table. Then, SAVI-MIX
will check if there is any conflict in the binding table. A new
binding will be generated if there is no conflict. If there is a
conflict, SAVI-MIX will determine whether to replace the existing
binding or reject the candidate binding based on the policies
specified in <a href="#section-6">Section 6</a>.
As a result of this, the packet filtering in the SAVI device will not
be performed by each SAVI method separately. Instead, the table
resulting from applying SAVI-MIX will be used to perform filtering.
Thus, the filtering is based on the combined results of the different
SAVI mechanisms. It is beyond the scope of this document to describe
the details of the filtering mechanism and its use of the combined
SAVI binding table.
<span class="grey">Bi, et al. Standards Track [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc8074">RFC 8074</a> SAVI-MIX February 2017</span>
+--------------------------------------------------------+
| |
| SAVI Device |
| |
| |
| +------+ +------+ +------+ |
| | SAVI | | SAVI | | SAVI | |
| | | | | | | |
| | FCFS | | DHCP | | SEND | |
| +------+ +------+ +------+ |
| | | | Binding |
| | | | setup |
| v v v requests |
| +------------------------------+ |
| | | |
| | SAVI-MIX | |
| | | |
| +------------------------------+ |
| | |
| v Final Binding |
| +--------------+ |
| | Binding | |
| | | |
| | Table | |
| +--------------+ |
| |
+--------------------------------------------------------+
Figure 1: SAVI-MIX Architecture
Each entry in the binding table will contain the following fields:
1. IP source address
2. Binding anchor [<a href="./rfc7039" title=""Source Address Validation Improvement (SAVI) Framework"">RFC7039</a>]
3. Lifetime
4. Creation time
5. Binding methods: the SAVI method used for this entry
<span class="grey">Bi, et al. Standards Track [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc8074">RFC 8074</a> SAVI-MIX February 2017</span>
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Recommendations for Assignment Separation</span>
If each address assignment technique uses a separate portion of the
IP address space, collisions won't happen. Using non-overlapping
address space across address assignment techniques, and thus across
SAVI methods, is therefore recommended. To that end, one should:
1. DHCP and SLAAC: use a non-overlapping prefix for DHCP and SLAAC.
Set the A bit in the Prefix Information option of the Router
Advertisement for the SLAAC prefix, and set the M bit in the
Router Advertisement for the DHCP prefix. For detailed
explanations of these bits, refer to [<a href="./rfc4861" title=""Neighbor Discovery for IP version 6 (IPv6)"">RFC4861</a>] and [<a href="./rfc4862" title=""IPv6 Stateless Address Autoconfiguration"">RFC4862</a>].
2. SEND and non-SEND: avoid mixed environments (where SEND and non-
SEND nodes are deployed) or separate the prefixes announced to
SEND and non-SEND nodes. One way to separate the prefixes is to
have the router(s) announcing different (non-overlapping)
prefixes to SEND and to non-SEND nodes, using unicast Router
Advertisements [<a href="./rfc6085" title=""Address Mapping of IPv6 Multicast Packets on Ethernet"">RFC6085</a>], in response to SEND/non-SEND Router
Solicit.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Resolving Binding Collisions</span>
In situations where collisions cannot be avoided by assignment
separation, two cases should be considered:
1. The same address is bound on two different binding anchors by
different SAVI methods.
2. The same address is bound on the same binding anchor by different
SAVI methods.
<span class="h3"><a class="selflink" id="section-6.1" href="#section-6.1">6.1</a>. Same Address on Different Binding Anchors</span>
This would typically occur if assignment address spaces could not be
separated. For instance, an address is assigned by SLAAC on node X,
installed in the binding table using FCFS SAVI, and anchored to
"anchor-X". Later, the same address is assigned by DHCP to node Y,
and SAVI-DHCP will generate a candidate binding entry, anchored to
"anchor-Y".
<span class="grey">Bi, et al. Standards Track [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc8074">RFC 8074</a> SAVI-MIX February 2017</span>
<span class="h4"><a class="selflink" id="section-6.1.1" href="#section-6.1.1">6.1.1</a>. Basic Preference</span>
If there is any manually configured binding, the SAVI device SHOULD
choose the manually configured binding anchor.
For an address not covered by any manual bindings, the SAVI device
must decide to which binding anchor the address should be bound
(anchor-X or anchor-Y in this example). Current standard documents
of address assignment methods have implied the prioritization
relationship based on order in time, i.e., First-Come, First-Served.
o SLAAC: <a href="./rfc4862#section-5.4.5">Section 5.4.5 of [RFC4862]</a>
o DHCPv4: <a href="#section-3.1">Section 3.1</a>, Point 5 of [<a href="./rfc2131" title=""Dynamic Host Configuration Protocol"">RFC2131</a>]
o DHCPv6: <a href="./rfc3315#section-18.1.8">Section 18.1.8 of [RFC3315]</a>
o SEND: <a href="./rfc3971#section-8">Section 8 of [RFC3971]</a>
In the absence of any configuration or protocol hint (see
<a href="#section-6.1.2">Section 6.1.2</a>), the SAVI device SHOULD choose the first-come binding
anchor, whether it was learned from SLAAC, SEND, or DHCP.
<span class="h4"><a class="selflink" id="section-6.1.2" href="#section-6.1.2">6.1.2</a>. Exceptions</span>
There are two identified exceptions to the general prioritization
model, one being Cryptographically Generated Addresses (CGA)
[<a href="./rfc3971" title=""SEcure Neighbor Discovery (SEND)"">RFC3971</a>] and the other controlled by the configuration of the
switch.
<span class="h5"><a class="selflink" id="section-6.1.2.1" href="#section-6.1.2.1">6.1.2.1</a>. CGA Preference</span>
When CGA addresses are used and a collision is detected, preference
should be given to the anchor that carries the CGA credentials once
they are verified, in particular, the CGA parameters and the RSA
options. Note that if an attacker was trying to replay CGA
credentials, he would then compete on the base of the "First-Come,
First-Served" (FCFS) principle.
<span class="h5"><a class="selflink" id="section-6.1.2.2" href="#section-6.1.2.2">6.1.2.2</a>. Configuration Preference</span>
For configuration-driven exceptions, the SAVI device may allow the
configuration of a triplet ("prefix", "anchor", "method") or
("address", "anchor", "method"). The "prefix" or "address"
represents the address or address prefix to which this preference
entry applies. The "anchor" is the value of a known binding anchor
that this device expects to see using this address or addresses from
this prefix. The "method" is the SAVI method that this device
<span class="grey">Bi, et al. Standards Track [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc8074">RFC 8074</a> SAVI-MIX February 2017</span>
expects to use in validating address binding entries from the address
or prefix. At least one of "anchor" and "method" MUST be specified.
Later, if a Duplicate Address Detection (DAD) message [<a href="./rfc4861" title=""Neighbor Discovery for IP version 6 (IPv6)"">RFC4861</a>] is
received with the following conditions verified:
1. The target in the DAD message does not exist in the binding
table,
2. The target is within the configured "prefix" (or equal to
"address"),
3. The anchor bound to the target is different from the configured
anchor, when specified, and
4. The configured method, if any, is different from FCFS SAVI,
then the switch SHOULD defend the address by responding to the DAD
message, with a Neighbor Advertisement (NA) message, on behalf of the
target node. It SHOULD NOT install the entry into the binding table.
The DAD message SHOULD be discarded and not forwarded. Forwarding it
may cause other SAVI devices to send additional defense NAs. SEND
nodes in the network MUST disable the option to ignore unsecured
advertisements (see <a href="./rfc3971#section-8">Section 8 of [RFC3971]</a>). If the option is
enabled, the case is outside the scope of this document. It is
suggested to limit the rate of defense NAs to reduce security threats
to the switch. Otherwise, a malicious host could consume the
resource of the switch heavily with flooding DAD messages.
This will simply prevent the node from assigning the address and will
de facto prioritize the configured anchor. It is especially useful
to protect well-known bindings (such as a static address of a server)
against any other host, even when the server is down. It is also a
way to give priority to a binding learned from SAVI-DHCP over a
binding for the same address, learned from FCFS SAVI.
<span class="h4"><a class="selflink" id="section-6.1.3" href="#section-6.1.3">6.1.3</a>. Multiple SAVI Device Scenario</span>
A single SAVI device doesn't have the information of all bound
addresses on the perimeter. Therefore, it is not enough to look up
local bindings to identify a collision. However, assuming DAD is
performed throughout the security perimeter for all addresses
regardless of the assignment method, then the DAD response will
inform all SAVI devices about any collision. In that case, "First-
Come, First-Served" will apply the same way as in a single switch
scenario. If the admin configured a prefix (or a single static
binding) on one of the switches to defend, the DAD response generated
by this switch will also prevent the binding from being installed on
<span class="grey">Bi, et al. Standards Track [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc8074">RFC 8074</a> SAVI-MIX February 2017</span>
other switches on the perimeter. The SAVI-MIX preferences of all the
SAVI devices in the same layer 2 domain should be consistent.
Inconsistent configurations may cause network breaks.
<span class="h3"><a class="selflink" id="section-6.2" href="#section-6.2">6.2</a>. Same Address on the Same Binding Anchor</span>
A binding may be set up on the same binding anchor by multiple
methods, typically FCFS SAVI and SAVI-DHCP. If the binding lifetimes
obtained from the two methods are different, priority should be given
to 1) manual configuration, 2) SAVI-DHCP, 3) and FCFS SAVI as the
least authoritative. The binding will be removed when the
prioritized lifetime expires, even if a less authoritative method had
a longer lifetime.
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Security Considerations</span>
Combining SAVI methods (as in SAVI-MIX) does not improve or eliminate
the security considerations associated with each individual SAVI
method. Therefore, security considerations for each enabled SAVI
method should be addressed as described in that method's associated
RFC. Moreover, combining methods (as in SAVI-MIX) has two additional
implications for security. First, it may increase susceptibility to
DoS attacks, because the SAVI binding setup rate will be the sum of
the rates of all enabled SAVI methods. Implementers must take these
added resource requirements into account. Second, because SAVI-MIX
supports multiple binding mechanisms, it potentially reduces the
security level to that of the weakest supported method, unless
additional steps (e.g., requiring non-overlapping address spaces for
different methods) are taken.
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Privacy Considerations</span>
When implementing multiple SAVI methods, privacy considerations of
all methods apply cumulatively.
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. IANA Considerations</span>
This document does not require any IANA registrations.
<span class="grey">Bi, et al. Standards Track [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc8074">RFC 8074</a> SAVI-MIX February 2017</span>
<span class="h2"><a class="selflink" id="section-10" href="#section-10">10</a>. References</span>
<span class="h3"><a class="selflink" id="section-10.1" href="#section-10.1">10.1</a>. Normative References</span>
[<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>,
DOI 10.17487/RFC2119, March 1997,
<<a href="http://www.rfc-editor.org/info/rfc2119">http://www.rfc-editor.org/info/rfc2119</a>>.
[<a id="ref-RFC2131">RFC2131</a>] Droms, R., "Dynamic Host Configuration Protocol",
<a href="./rfc2131">RFC 2131</a>, DOI 10.17487/RFC2131, March 1997,
<<a href="http://www.rfc-editor.org/info/rfc2131">http://www.rfc-editor.org/info/rfc2131</a>>.
[<a id="ref-RFC3315">RFC3315</a>] Droms, R., Ed., Bound, J., Volz, B., Lemon, T., Perkins,
C., and M. Carney, "Dynamic Host Configuration Protocol
for IPv6 (DHCPv6)", <a href="./rfc3315">RFC 3315</a>, DOI 10.17487/RFC3315, July
2003, <<a href="http://www.rfc-editor.org/info/rfc3315">http://www.rfc-editor.org/info/rfc3315</a>>.
[<a id="ref-RFC3971">RFC3971</a>] Arkko, J., Ed., Kempf, J., Zill, B., and P. Nikander,
"SEcure Neighbor Discovery (SEND)", <a href="./rfc3971">RFC 3971</a>,
DOI 10.17487/RFC3971, March 2005,
<<a href="http://www.rfc-editor.org/info/rfc3971">http://www.rfc-editor.org/info/rfc3971</a>>.
[<a id="ref-RFC6085">RFC6085</a>] Gundavelli, S., Townsley, M., Troan, O., and W. Dec,
"Address Mapping of IPv6 Multicast Packets on Ethernet",
<a href="./rfc6085">RFC 6085</a>, DOI 10.17487/RFC6085, January 2011,
<<a href="http://www.rfc-editor.org/info/rfc6085">http://www.rfc-editor.org/info/rfc6085</a>>.
[<a id="ref-RFC6620">RFC6620</a>] Nordmark, E., Bagnulo, M., and E. Levy-Abegnoli, "FCFS
SAVI: First-Come, First-Served Source Address Validation
Improvement for Locally Assigned IPv6 Addresses",
<a href="./rfc6620">RFC 6620</a>, DOI 10.17487/RFC6620, May 2012,
<<a href="http://www.rfc-editor.org/info/rfc6620">http://www.rfc-editor.org/info/rfc6620</a>>.
[<a id="ref-RFC7219">RFC7219</a>] Bagnulo, M. and A. Garcia-Martinez, "SEcure Neighbor
Discovery (SEND) Source Address Validation Improvement
(SAVI)", <a href="./rfc7219">RFC 7219</a>, DOI 10.17487/RFC7219, May 2014,
<<a href="http://www.rfc-editor.org/info/rfc7219">http://www.rfc-editor.org/info/rfc7219</a>>.
[<a id="ref-RFC7513">RFC7513</a>] Bi, J., Wu, J., Yao, G., and F. Baker, "Source Address
Validation Improvement (SAVI) Solution for DHCP",
<a href="./rfc7513">RFC 7513</a>, DOI 10.17487/RFC7513, May 2015,
<<a href="http://www.rfc-editor.org/info/rfc7513">http://www.rfc-editor.org/info/rfc7513</a>>.
<span class="grey">Bi, et al. Standards Track [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-11" ></span>
<span class="grey"><a href="./rfc8074">RFC 8074</a> SAVI-MIX February 2017</span>
<span class="h3"><a class="selflink" id="section-10.2" href="#section-10.2">10.2</a>. Informative References</span>
[<a id="ref-RFC4861">RFC4861</a>] Narten, T., Nordmark, E., Simpson, W., and H. Soliman,
"Neighbor Discovery for IP version 6 (IPv6)", <a href="./rfc4861">RFC 4861</a>,
DOI 10.17487/RFC4861, September 2007,
<<a href="http://www.rfc-editor.org/info/rfc4861">http://www.rfc-editor.org/info/rfc4861</a>>.
[<a id="ref-RFC4862">RFC4862</a>] Thomson, S., Narten, T., and T. Jinmei, "IPv6 Stateless
Address Autoconfiguration", <a href="./rfc4862">RFC 4862</a>,
DOI 10.17487/RFC4862, September 2007,
<<a href="http://www.rfc-editor.org/info/rfc4862">http://www.rfc-editor.org/info/rfc4862</a>>.
[<a id="ref-RFC7039">RFC7039</a>] Wu, J., Bi, J., Bagnulo, M., Baker, F., and C. Vogt, Ed.,
"Source Address Validation Improvement (SAVI) Framework",
<a href="./rfc7039">RFC 7039</a>, DOI 10.17487/RFC7039, October 2013,
<<a href="http://www.rfc-editor.org/info/rfc7039">http://www.rfc-editor.org/info/rfc7039</a>>.
Acknowledgments
Thanks to Christian Vogt, Eric Nordmark, Marcelo Bagnulo Braun, David
Lamparter, Scott G. Kelly, and Jari Arkko for their valuable
contributions.
<span class="grey">Bi, et al. Standards Track [Page 11]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-12" ></span>
<span class="grey"><a href="./rfc8074">RFC 8074</a> SAVI-MIX February 2017</span>
Authors' Addresses
Jun Bi
Tsinghua University
Institute for Network Sciences and Cyberspace, Tsinghua University
Beijing 100084
China
Email: junbi@tsinghua.edu.cn
Guang Yao
Tsinghua University/Baidu
Baidu Science and Technology Park, Building 1
Beijing 100193
China
Email: yaoguang.china@gmail.com
Joel M. Halpern
Ericsson
Email: joel.halpern@ericsson.com
Eric Levy-Abegnoli (editor)
Cisco Systems
Village d'Entreprises Green Side - 400, Avenue Roumanille
Biot-Sophia Antipolis 06410
France
Email: elevyabe@cisco.com
Bi, et al. Standards Track [Page 12]
</pre>
|