[systemd-devel] net udev rule for all available network interfaces

clime clime7 at gmail.com
Wed Feb 28 12:26:24 UTC 2024


Hello,

is there any potential problem with changing the following rule:

SUBSYSTEM=="net", ACTION=="add|change", KERNEL=="eth*|lo",
ATTR{tx_queue_len}="10000"

to

SUBSYSTEM=="net", ACTION=="add|change", KERNEL=="*", ATTR{tx_queue_len}="10000"

when I want the rule to apply to all interfaces? Or maybe, can I
remove the KERNEL param altogether? I am asking because this would
simplify setup at a customer site.

Thank you
Michal Novotny


More information about the systemd-devel mailing list