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); }