diff options
Diffstat (limited to 'sbin/devd/hyperv.conf')
-rw-r--r-- | sbin/devd/hyperv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/devd/hyperv.conf b/sbin/devd/hyperv.conf index 7c3e92ed099f..70108ac36e54 100644 --- a/sbin/devd/hyperv.conf +++ b/sbin/devd/hyperv.conf @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Hyper-V specific events @@ -104,5 +103,6 @@ notify 10 { notify 10 { match "system" "ETHERNET"; match "type" "IFATTACH"; + match "vm_guest" "hv"; action "/usr/libexec/hyperv/hyperv_vfattach $subsystem 0"; }; |