Explorar el Código

Export a rancid platform.

Joe Clarke hace 1 año
padre
commit
5bccdbef6f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      www/status_api.php

+ 1 - 0
www/status_api.php

@@ -98,6 +98,7 @@ while ($row = $res->fetch()) {
     }
     $target['ipv4'] = $sw_row['ip_address'];
     $target['location'] = $sw_row['location'];
+    $target['platform'] = "ietfcisco";
     array_push($infra, $target);
 }