aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2025-07-22 10:06:24 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2025-07-22 10:06:24 +0000
commitd4a0e749cc66cd5d019d8fb8f43427109aef4c9f (patch)
treea4d2d6d1ffa5ca2b6570c5d8472ed91e75f62b87 /sbin
parent044febb24a26d92066b2849eb583f57e37acdbfd (diff)
Diffstat (limited to 'sbin')
-rw-r--r--sbin/devd/hyperv.conf1
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";
};