mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
rules/50-udev-default.rules: add PTP entry for Hyper-V/Azure
udev rules: add rule to create /dev/ptp_hyperv As for the KVM case, necessary for network cards with PTP devices when running a guest on HyperV systemd-commit: 32e868f058da8b90add00b2958c516241c532b70 Author: Luca Boccassi <luca.boccassi@microsoft.com> Date: Fri Feb 26 10:25:31 2021 +0000
This commit is contained in:
parent
0a4dae19c1
commit
4e9b7892da
@ -83,4 +83,6 @@ KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"
|
||||
|
||||
SUBSYSTEM=="ptp", ATTR{clock_name}=="KVM virtual PTP", SYMLINK += "ptp_kvm"
|
||||
|
||||
SUBSYSTEM=="ptp", ATTR{clock_name}=="hyperv", SYMLINK += "ptp_hyperv"
|
||||
|
||||
LABEL="default_end"
|
||||
|
Loading…
Reference in New Issue
Block a user