diff --git a/netmiko/fortinet/fortinet_ssh.py b/netmiko/fortinet/fortinet_ssh.py index 73764a27d..f01779178 100644 --- a/netmiko/fortinet/fortinet_ssh.py +++ b/netmiko/fortinet/fortinet_ssh.py @@ -74,7 +74,9 @@ def _vdoms_enabled(self) -> bool: check_command, expect_string=self.prompt_pattern ) return bool( - re.search(r"Virtual domain configuration: (multiple|enable)", output) + re.search( + r"Virtual domain configuration: (multiple|enable|split-task)", output + ) ) def _config_global(self) -> str: