Skip to content

Commit 89236fa

Browse files
corubbainfrastation
authored andcommitted
oui: Add ITU-T
1 parent 12164ee commit 89236fa

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

oui.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const struct tok oui_values[] = {
2727
{ OUI_IANA, "IANA" },
2828
{ OUI_NORTEL, "Nortel Networks SONMP" },
2929
{ OUI_CISCO_90, "Cisco bridged" },
30+
{ OUI_ITU_T, "ITU-T" },
3031
{ OUI_RFC2684, "Ethernet bridged" },
3132
{ OUI_ATM_FORUM, "ATM Forum" },
3233
{ OUI_CABLE_BPDU, "DOCSIS Spanning Tree" },

oui.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ extern const struct tok smi_values[];
2121
#define OUI_IANA 0x00005E /* IANA */
2222
#define OUI_NORTEL 0x000081 /* Nortel SONMP */
2323
#define OUI_CISCO_90 0x0000f8 /* Cisco bridging */
24+
#define OUI_ITU_T 0x0019a7 /* International Telecommunication Union - Telecommunication Standardization Sector */
2425
#define OUI_RFC2684 0x0080c2 /* RFC 2427/2684 bridged Ethernet */
2526
#define OUI_ATM_FORUM 0x00A03E /* ATM Forum */
2627
#define OUI_CABLE_BPDU 0x00E02F /* DOCSIS spanning tree BPDU */

tests/slow-ossp.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1 2025-09-23 15:00:00.000000 OSSP, length 52
2-
OUI: Unknown (0x0019a7)
2+
OUI: ITU-T (0x0019a7)
33
0x0000: 0001 1000 0000 0100 0404 0000 0000 0000
44
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000
55
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000

0 commit comments

Comments
 (0)