bug fix on check_status.py
diff --git a/cluster-mgmt/bin/check_status.py b/cluster-mgmt/bin/check_status.py
index ae777c3..eb5f535 100755
--- a/cluster-mgmt/bin/check_status.py
+++ b/cluster-mgmt/bin/check_status.py
@@ -90,7 +90,7 @@
     if src_nw == dst_nw:
       intra[src_nw - 1] = intra[src_nw - 1] + 1 
     else:
-      inter += 1
+      interlink += 1
 
   for r in range(8):
     if intra[r] != correct_intra_link[r]: