RFC Errata
Found 1 record.
Status: Held for Document Update (1)
RFC 9692, "RIFT: Routing in Fat Trees", April 2025
Source of RFC: rift (rtg)
Errata ID: 8428
Status: Held for Document Update
Type: Technical
Publication Format(s) : TEXT, PDF, HTML
Reported By: Christian Kuhtz
Date Reported: 2025-05-22
Held for Document Update by: James Guichard
Date Held: 2025-09-04
Section 7.2 says:
enum KVTypes {
Experimental = 1,
WellKnown = 2,
OUI = 3,
}
It should say:
enum KVTypes {
Experimental = 1,
WellKnown = 2,
OUI = 3,
}
typedef i16 FabricIDType
const FabricIDType undefined_fabric_id = 0
const FabricIDType default_fabric_id = 1
/** <auto-evpn> */
/** EVPN Fabric ID */
const bool default_acting_auto_evpn_dci_when_tof = false
enum AutoEVPNModel {
ERB_VLAN_BUNDLE = 0,
}
const AutoEVPNModel default_autoevpn_model =
AutoEVPNModel.ERB_VLAN_BUNDLE
const bool AUTO_EVPN_SUPPORT_DEFAULT = false
/** </auto-evpn> */
/** <auto-flood-reflection> */
enum AutoFRModel {
/** Full Mesh of L1 tunnel shortcuts, only model supported
currently with auto FR */
NoTunnelMode = 0,
TunnelMode = 1,
}
const AutoFRModel default_autofr_model = AutoFRModel.NoTunnelMode
typedef i32 FloodReflectionClusterIDType
/* maybe used in future for special purposes */
const FloodReflectionClusterIDType IllegalClusterID = 0
const FloodReflectionClusterIDType DefaultClusterID = 1
/** preference to become FR, higher is better */
typedef i32 FloodReflectionPreferenceType
const FloodReflectionPreferenceType
MinFloodReflectionPreference = 0
const bool AUTO_FLOOD_REFLECTION_SUPPORT = false
/** </auto-flood-reflection> */
/** <southbound KVs> */
/** </southbound KVs> */
Notes:
Having reviewed this with the document authors I have concluded:
typedef i16 FabricIDType
const FabricIDType undefined_fabric_id = 0
const FabricIDType default_fabric_id = 1
"
lines do belong in the base specification since they are not used there explicitly but pose the foundation for further extensions like auto-evpn and auto-fabric where a fabric_id is needed everywhere. Holding for document update.
