From 437479382f5b3b40efd5c044384f00f46c39aa93 Mon Sep 17 00:00:00 2001 From: Skylark Date: Thu, 12 Jan 2023 08:13:08 +0000 Subject: [PATCH] adding Fortigate switches to Oxidized model mapping config (#14782) --- misc/config_definitions.json | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/config_definitions.json b/misc/config_definitions.json index b4a845b1c6..7468a2eeb7 100644 --- a/misc/config_definitions.json +++ b/misc/config_definitions.json @@ -4295,6 +4295,7 @@ {"match": "f5", "value": "tmos"}, {"match": "fireware", "value": "firewareos"}, {"match": "fortigate", "value": "fortios"}, + {"match": "fortiswitch", "value": "fortios"}, {"match": "vyos", "value": "vyatta"}, {"match": "slms", "value": "zhoneolt"}, {"match": "oneaccess", "value": "oneos"}