Переглянути джерело

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