Skip to content

Commit c99a5cd

Browse files
authored
Merge pull request #62 from Botinoc/dev
Fortigate add support for access roles in VDOM mode
2 parents 47cd607 + 9c0cd72 commit c99a5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FortinetMigration/FortiGateConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ public bool ConvertVDom(string targetFolderM, List<FgCommand> fgCommandsList, bo
11381138
}
11391139
}
11401140

1141-
if (fgCommandConfig.ObjectName.Equals("global") && isVDom)
1141+
if (fgCommandConfig.ObjectName.Equals("global"))
11421142
{
11431143
InitSystemInterfaces(fgCommandConfig.SubCommandsList);
11441144
}

0 commit comments

Comments
 (0)