components/openvswitch/files/lib/dpif-solaris.c
changeset 6538 a53c8be7d7b3
parent 6128 5f4a0cf70e59
child 6556 692ea531a2fc
--- a/components/openvswitch/files/lib/dpif-solaris.c	Tue Aug 02 09:22:09 2016 -0700
+++ b/components/openvswitch/files/lib/dpif-solaris.c	Tue Aug 02 13:15:22 2016 -0700
@@ -430,7 +430,7 @@
 				instance = zid;
 			}
 			(void) snprintf(kuri, sizeof (kuri),
-			    "kstat:/net/link/%s/%d", name, instance);
+			    "kstat:/net/%s/link/%d", name, instance);
 			stat = kstat2_lookup_map(dpif_khandle, kuri, &map);
 
 			if (stat != KSTAT2_S_OK) {