瀏覽代碼

Export a rancid platform.

Joe Clarke 1 年之前
父節點
當前提交
5bccdbef6f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);
 }