From b29677610b913db61633d5aae2054012c7afd8eb Mon Sep 17 00:00:00 2001 From: Randy Bush Date: Tue, 16 Jul 2019 16:08:10 -0700 Subject: [PATCH] checksum error cause ACK with Checksum Error code --- draft-ietf-lsvr-l3dl.xml | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/draft-ietf-lsvr-l3dl.xml b/draft-ietf-lsvr-l3dl.xml index b3ae4a4..e82f719 100644 --- a/draft-ietf-lsvr-l3dl.xml +++ b/draft-ietf-lsvr-l3dl.xml @@ -11,7 +11,7 @@ - + @@ -71,7 +71,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in - BCP 14 when, + BCP 14 when, and only when, they appear in all capitals, as shown here. @@ -141,7 +141,7 @@ Address Family Indicator and Subsequent Address Family Indicator (AFI/SAFI). I.e. classes of layer 2.5 and 3 addresses such as IPv4, IPv6, MPLS, etc. - A Layer 2 packet. + A Layer 2 Ethernet packet. A logical connection between two logical ports on two devices. E.g. two VLANs between the same two ports are two links. @@ -210,8 +210,8 @@ Devices discover each other on logical links Logical Link Endpoint Identifiers are exchanged - Layer 2 Liveness Checks may be started - Encapsulation data are exchanged and IP-Level Liveness Checks + Layer 2 Liveness checks may be started + Encapsulation data are exchanged and IP-Level Liveness checks enabled A BGP-like upper layer protocol is assumed to use these data to discover and build a topology database @@ -379,14 +379,15 @@
L3DL PDUs are carried by a simple transport layer which allows - PDUs to occupy many Ethernet frames. An L3DL Ethernet frame is - referred to as a Datagram. + PDUs to occupy many Ethernet frames. The L3DL content of an + Ethernet frame, exclusive of Ethernet framing data, is referred to + as a Datagram. The L3DL Transport Layer encapsulates each Datagram using a common transport header. If a PDU does not fit in a single datagram, it is broken into - multiple datagrams and reassembled by the receiver a la Section 2.3 Fragmentation. Code Error Name ---- ------------------- 0 No Error - 1 Logical Link Addressing Conflict - 2 Authorization Failure in OPEN - 3 Signature Failure in PDU - 4 Announce/Withdraw Error + 1 Checksum Error + 2 Logical Link Addressing Conflict + 3 Authorization Failure in OPEN + 4 Signature Failure in PDU + 5 Announce/Withdraw Error