diff options
author | Eugene Grosbein <eugen@FreeBSD.org> | 2025-07-22 10:06:24 +0000 |
---|---|---|
committer | Eugene Grosbein <eugen@FreeBSD.org> | 2025-07-26 07:13:34 +0000 |
commit | a04e1adff054e0bb644759b39b54d4c172655801 (patch) | |
tree | 0889a728ef0a188591773f1150b46823b4030cf3 | |
parent | bbe75ea73442651b8e6277984b817308663193b6 (diff) |
-rw-r--r-- | sbin/devd/hyperv.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/devd/hyperv.conf b/sbin/devd/hyperv.conf index 13695a0c75b6..70108ac36e54 100644 --- a/sbin/devd/hyperv.conf +++ b/sbin/devd/hyperv.conf @@ -103,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"; }; |