From edbdca05b348e0bfb0cfcf53b030d551b0f7b914 Mon Sep 17 00:00:00 2001 From: Randy Bush Date: Mon, 3 Jun 2019 12:46:30 -0700 Subject: [PATCH] section out iana considerations --- draft-ietf-lsvr-l3dl.xml | 175 ++++++++++++++++++++------------------- 1 file changed, 90 insertions(+), 85 deletions(-) diff --git a/draft-ietf-lsvr-l3dl.xml b/draft-ietf-lsvr-l3dl.xml index bd7db3e..d3bb6ed 100644 --- a/draft-ietf-lsvr-l3dl.xml +++ b/draft-ietf-lsvr-l3dl.xml @@ -525,22 +525,9 @@ uint32_t sbox_checksum_32(const uint8_t *b, const size_t n) The fields of the basic L3DL header are as follows: - An integer differentiating PDU payload types - - - 0 – HELLO - 1 - OPEN - 2 - KEEPALIVE - 3 - ACK - 4 - IPv4 Announcement - 5 - IPv6 Announcement - 6 - MPLS IPv4 Announcement - 7 - MPLS IPv6 Announcement - 8-254 Reserved - 255 - VENDOR - - - + An integer differentiating PDU payload types. + See . + Total number of octets in the Payload field. @@ -1450,77 +1437,95 @@ uint32_t sbox_checksum_32(const uint8_t *b, const size_t n)
- This document requests the IANA create a registry for L3DL PDU - Type, which may range from 0 to 255. The name of the registry - should be L3DL-PDU-Type. The policy for adding to the registry is - RFC Required per , either standards track or - experimental. The initial entries should be the following: -
- - PDU - Code PDU Name - ---- ------------------- - 0 HELLO - 1 OPEN - 2 KEEPALIVE - 3 ACK - 4 IPv4 Announcement - 5 IPv6 Announcement - 6 MPLS IPv4 Announcement - 7 MPLS IPv6 Announcement - 8-254 Reserved - 255 VENDOR - -
+
- This document requests the IANA create a registry for L3DL - Signature Type, AKA Sig Type, which may range from 0 to 255. The - name of the registry should be L3DL-Signature-Type. The policy for - adding to the registry is RFC Required per , - either standards track or experimental. The initial entries should - be the following: -
- - Number Name - ------ ------------------- - 0 Null - 1-255 Reserved - -
- - This document requests the IANA create a registry for L3DL PL - Flag Bits, which may range from 0 to 7. The name of the registry - should be L3DL-PL-Flag-Bits. The policy for adding to the registry is - RFC Required per , either standards track or - experimental. The initial entries should be the following: -
- - Bit Bit Name - ---- ------------------- - 0 Primary - 1 Loopback - 2-7 Reserved - -
- - This document requests the IANA create a registry for L3DL Error - Codes, a 16 bit integer. The name of the registry should be - L3DL-Error-Codes. The policy for adding to the registry is RFC - Required per , either standards track or - experimental. The initial entries should be the following: -
- - Error - 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 - -
+ This document requests the IANA create a registry for L3DL PDU + Type, which may range from 0 to 255. The name of the registry + should be L3DL-PDU-Type. The policy for adding to the registry is + RFC Required per , either standards track or + experimental. The initial entries should be the following: +
+ + PDU + Code PDU Name + ---- ------------------- + 0 HELLO + 1 OPEN + 2 KEEPALIVE + 3 ACK + 4 IPv4 Announcement + 5 IPv6 Announcement + 6 MPLS IPv4 Announcement + 7 MPLS IPv6 Announcement + 8-254 Reserved + 255 VENDOR + +
+
+ +
+ + This document requests the IANA create a registry for L3DL + Signature Type, AKA Sig Type, which may range from 0 to 255. The + name of the registry should be L3DL-Signature-Type. The policy for + adding to the registry is RFC Required per , + either standards track or experimental. The initial entries should + be the following: +
+ + Number Name + ------ ------------------- + 0 Null + 1-255 Reserved + +
+ +
+ +
+ + This document requests the IANA create a registry for L3DL PL + Flag Bits, which may range from 0 to 7. The name of the registry + should be L3DL-PL-Flag-Bits. The policy for adding to the registry is + RFC Required per , either standards track or + experimental. The initial entries should be the following: +
+ + Bit Bit Name + ---- ------------------- + 0 Announce/Withdraw (ann == 0) + 1 Primary + 2 Underlay/Overlay (under == 0) + 3 Loopback + 4-7 Reserved + +
+ +
+ +
+ + This document requests the IANA create a registry for L3DL Error + Codes, a 16 bit integer. The name of the registry should be + L3DL-Error-Codes. The policy for adding to the registry is RFC + Required per , either standards track or + experimental. The initial entries should be the following: +
+ + Error + 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 + +
+ +
+