Skip to content

Commit

Permalink
CR4 identities were already there, just updating the references
Browse files Browse the repository at this point in the history
  • Loading branch information
oscargdd authored Jan 9, 2024
1 parent 3183cac commit 5c907b7
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions release/models/optical-transport/openconfig-transport-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -1044,20 +1044,14 @@ module openconfig-transport-types {
identity ETH_40GBASE_ER4 {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code: 40GBASE_ER4";
reference "IEEE 802.3ba 40GBASE-CR4";
}

identity ETH_40GBASE_PSM4 {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code: 40GBASE_PSM4";
}

identity ETH_40GBASE-CR4 {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code for Direct Attach Cables
following IEEE 802.3ba 40GBASE-CR4: ETH_40GBASE-CR4";
reference "IEEE 802.3ba 40GBASE-CR4"
}

identity ETH_4X10GBASE_LR {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code: 4x10GBASE_LR";
Expand Down Expand Up @@ -1121,6 +1115,7 @@ module openconfig-transport-types {
identity ETH_100GBASE_CR4 {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code: 100GBASE_CR4";
reference "IEEE 802.3bj 100GBASE-CR4"
}

identity ETH_100GBASE_FR {
Expand All @@ -1133,13 +1128,6 @@ module openconfig-transport-types {
description "Ethernet compliance code: 100GBASE_DR";
}

identity ETH_100GBASE-CR4 {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code for Direct Attach Cables
following IEEE 802.3bj 100GBASE-CR4: ETH_100GBASE-CR4";
reference "IEEE 802.3bj 100GBASE-CR4"
}

identity ETH_400GBASE_ZR {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code: 400GBASE_ZR";
Expand Down

0 comments on commit 5c907b7

Please sign in to comment.