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 e30de84 commit 2a83aabCopy full SHA for 2a83aab
oui.c
@@ -52,6 +52,7 @@ const struct tok oui_values[] = {
52
{ OUI_PMC_SIERRA, "PMC-Sierra" },
53
{ OUI_ERICSSON, "Ericsson" },
54
{ OUI_WESTERMO, "Westermo" },
55
+ { OUI_WESTERMO2, "Westermo" },
56
{ 0, NULL }
57
};
58
oui.h
@@ -44,6 +44,7 @@ extern const struct tok smi_values[];
44
#define OUI_PMC_SIERRA 0x00e004 /* PMC-Sierra */
45
#define OUI_ERICSSON 0xd0f0db /* Ericsson */
46
#define OUI_WESTERMO 0x00077c /* Westermo */
47
+#define OUI_WESTERMO2 0x0011b4 /* Westermo */
48
49
/*
50
* These are SMI Network Management Private Enterprise Codes for
0 commit comments