diff --git a/scripts/gen_rancid.php b/scripts/gen_rancid.php index e4d73099b4..435e578819 100755 --- a/scripts/gen_rancid.php +++ b/scripts/gen_rancid.php @@ -54,6 +54,7 @@ $rancid_map['comware'] = 'h3c'; $rancid_map['panos'] = 'paloalto'; $rancid_map['fs-switch'] = 'cisco'; $rancid_map['vyos'] = 'vyos'; +$rancid_map['mrv-od'] = 'mrv'; foreach (dbFetchRows("SELECT `hostname`,`os`,`disabled`,`status` FROM `devices` WHERE `ignore` = 0 AND `type` != '' GROUP BY `hostname`") as $devices) { if (isset($rancid_map[$devices['os']])) {