We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f552b5 commit e30de84Copy full SHA for e30de84
oui.c
@@ -51,6 +51,7 @@ const struct tok oui_values[] = {
51
{ OUI_BROADCOM, "Broadcom" },
52
{ OUI_PMC_SIERRA, "PMC-Sierra" },
53
{ OUI_ERICSSON, "Ericsson" },
54
+ { OUI_WESTERMO, "Westermo" },
55
{ 0, NULL }
56
};
57
oui.h
@@ -43,6 +43,7 @@ extern const struct tok smi_values[];
43
#define OUI_BROADCOM 0x001018 /* Broadcom */
44
#define OUI_PMC_SIERRA 0x00e004 /* PMC-Sierra */
45
#define OUI_ERICSSON 0xd0f0db /* Ericsson */
46
+#define OUI_WESTERMO 0x00077c /* Westermo */
47
48
/*
49
* These are SMI Network Management Private Enterprise Codes for
0 commit comments