Skip to content

Commit

Permalink
Merge pull request #608 from networktocode/PROTO_NUM_Updates
Browse files Browse the repository at this point in the history
Flatbot PROTOCOL Number File Updates
  • Loading branch information
jeffkala authored Jan 6, 2025
2 parents e587118 + 736f1f1 commit 13a5fea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netutils/data_files/protocol_number_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"Ethernet": 143,
"AGGFRAG": 144,
"NSH": 145,
"Homa": 146,
"Reserved": 255,
}
PROTO_NUM_TO_NAME: Dict[int, str] = {
Expand Down Expand Up @@ -288,5 +289,6 @@
143: "Ethernet",
144: "AGGFRAG",
145: "NSH",
146: "Homa",
255: "Reserved",
}

0 comments on commit 13a5fea

Please sign in to comment.