Skip to content

Commit

Permalink
Merge pull request #218 from dermotbradley/add-ptp-hyperv-rule
Browse files Browse the repository at this point in the history
rules/50-udev-default.rules: add PTP entry for Hyper-V/Azure
  • Loading branch information
kaniini authored Mar 15, 2022
2 parents 0a4dae1 + 4e9b789 commit 931c8e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/50-udev-default.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 931c8e9

Please sign in to comment.