systemd-udev: T3242: Add hook to prevent link_config redundancy call

This commit is contained in:
DmitriyEshenko 2021-03-17 14:44:26 +00:00
parent 7693ddab22
commit 029ec5adda

View File

@ -0,0 +1,7 @@
#!/bin/sh
# 99-default.link rule always calls link_config that trying to set
# autonegotiation and duplex even for PPP interfaces.
# Need to delete this rule to prevent overhead on interface creation stage
rm /lib/systemd/network/99-default.link