Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Professional Edition
-
None
Description
We have an override in $config['rancid']['os_map'] that mapped the junos OS to a custom rancid OS when using generate-rancid.php. But the default internal mapping of junos => juniper always takes precedence. Is there a way to allow users to override that default mapping?
Array
|
(
|
[junos] => Array
|
(
|
[0] => Array |
(
|
[name] => juniper-srx
|
[rancid_min] => 3 |
[hardware] => /SRX/i
|
)
|
[1] => Array |
(
|
[name] => junos
|
[rancid_min] => 3.11 |
)
|
[2] => Array |
(
|
[name] => juniper
|
)
|
[3] => Array |
(
|
[name] => valve_juniper
|
)
|
)
|
...
|
)
|