From 9c0cd7292e2661a0511a83fab51008e6b7bba208 Mon Sep 17 00:00:00 2001 From: ASemenchuk <59782501+Botinoc@users.noreply.github.com> Date: Wed, 8 Jun 2022 18:13:06 +0300 Subject: [PATCH] Vdom fixes --- FortinetMigration/FortiGateConverter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FortinetMigration/FortiGateConverter.cs b/FortinetMigration/FortiGateConverter.cs index 019eb408..8f4551f5 100644 --- a/FortinetMigration/FortiGateConverter.cs +++ b/FortinetMigration/FortiGateConverter.cs @@ -1138,7 +1138,7 @@ public bool ConvertVDom(string targetFolderM, List fgCommandsList, bo } } - if (fgCommandConfig.ObjectName.Equals("global") && isVDom) + if (fgCommandConfig.ObjectName.Equals("global")) { InitSystemInterfaces(fgCommandConfig.SubCommandsList); }