From: João Rodrigues Date: Wed, 26 Nov 2025 18:54:03 +0000 (+0000) Subject: Symlink for the /dev/ptp0 in vmware (#39917) X-Git-Tag: v259-rc3~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68ce283c3f4a63696307cee9addd7b6c333efbd5;p=thirdparty%2Fsystemd.git Symlink for the /dev/ptp0 in vmware (#39917) There are rules to create a symlink for the /dev/ptp0 device in KVM and Hyper-V virtualization infrastructure but not for vmware. --- diff --git a/rules.d/50-udev-default.rules.in b/rules.d/50-udev-default.rules.in index 9264b8e021a..ec0dd38e702 100644 --- a/rules.d/50-udev-default.rules.in +++ b/rules.d/50-udev-default.rules.in @@ -34,6 +34,7 @@ SUBSYSTEM=="net", IMPORT{builtin}="net_driver" SUBSYSTEM=="ptp", GROUP="clock", MODE="0660" SUBSYSTEM=="ptp", ATTR{clock_name}=="KVM virtual PTP", SYMLINK+="ptp_kvm" SUBSYSTEM=="ptp", ATTR{clock_name}=="hyperv", SYMLINK+="ptp_hyperv" +SUBSYSTEM=="ptp", ATTR{clock_name}=="ptp_vmw", SYMLINK+="ptp_vmware" SUBSYSTEM=="ptp", ATTR{clock_name}=="s390 Physical Clock", SYMLINK+="ptp_s390_physical" SUBSYSTEM=="ptp", ATTR{clock_name}=="s390 STCKE Clock", SYMLINK+="ptp_s390_stcke"