Skip to content

Commit b8c3606

Browse files
authored
Merge pull request #608 from networktocode/PROTO_NUM_Updates
Flatbot PROTOCOL Number File Updates
2 parents e1d151f + d2a14ed commit b8c3606

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

netutils/data_files/protocol_number_mappings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
"Ethernet": 143,
145145
"AGGFRAG": 144,
146146
"NSH": 145,
147+
"Homa": 146,
147148
"Reserved": 255,
148149
}
149150
PROTO_NUM_TO_NAME: Dict[int, str] = {
@@ -288,5 +289,6 @@
288289
143: "Ethernet",
289290
144: "AGGFRAG",
290291
145: "NSH",
292+
146: "Homa",
291293
255: "Reserved",
292294
}

0 commit comments

Comments
 (0)