Does Solaris11 support sync folder?

I am facing an issue while sync folder between my local (linux) and solaris(guest) host. Vagrant throws error:
ERROR vagrant: Vagrant attempted to execute the capability ‘mount_nfs_folder’
on the detect guest OS ‘solaris11’, but the guest doesn’t
support that capability. This capability is required for your
configuration of Vagrant. Please either reconfigure Vagrant to
avoid this capability or fix the issue by creating the capability.

vagrant builds the host without any issues but sync folders is not working for solaris 11 host. Is this capability supposed to work?

My Vagrantfile content contains the sync like as
config.vm.synced_folder “./”, “/vagrant”, type: “nfs”, mount_options: [‘actimeo=2’], nfs_version: 4.1