From 74c3d714a5921c412f258100a0b5e53f47bd28bb Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Mon, 8 Mar 2021 14:19:00 -0600 Subject: [PATCH] Oxidized support airfiber (#12597) map airos-af and airos-af-ltu to the correct model --- includes/html/api_functions.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/html/api_functions.inc.php b/includes/html/api_functions.inc.php index 3abd1eb118..ee803493b2 100644 --- a/includes/html/api_functions.inc.php +++ b/includes/html/api_functions.inc.php @@ -1384,6 +1384,8 @@ function list_oxidized(Illuminate\Http\Request $request) // We remap certain device OS' that have different names with Oxidized models $models = [ + 'airos-af-ltu' => 'airfiber', + 'airos-af' => 'airfiber', 'arista_eos' => 'eos', 'vyos' => 'vyatta', 'slms' => 'zhoneolt',