ソースを参照

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);
 }