Merge branch 'V5-5-patches' into V5-6-patches

* V5-5-patches:
  PATCH #1277: Fix ifspeed for Solaris zones. Thanks to lijo
diff --git a/agent/mibgroup/kernel_sunos5.c b/agent/mibgroup/kernel_sunos5.c
index 67718e2..ca3c809 100644
--- a/agent/mibgroup/kernel_sunos5.c
+++ b/agent/mibgroup/kernel_sunos5.c
@@ -1653,6 +1653,8 @@
          * this is good 
          */
 	havespeed = B_TRUE;
+    } else if (getKstatInt("link", name, "ifspeed", &ifp->ifSpeed) == 0) {
+	havespeed = B_TRUE;
     }
 
     /* make ifOperStatus depend on link status if available */