redhat-performance / tuned

Tuning Profile Delivery Mechanism for Linux
GNU General Public License v2.0
804 stars 177 forks source link

sysctl wildcarding #202

Open bcg62 opened 4 years ago

bcg62 commented 4 years ago

Is there currently a way to achieve something like

[sysctl]
net.ipv4.neigh.*.gc_stale_time = 86400

or maybe a way with the net plugin?

Inteface names are not known or consistent .

yarda commented 4 years ago

AFAIK there is no way at the moment (not counting usage of the script), but this is interesting RFE. It shouldn't be hard to implement it.

bcg62 commented 4 years ago

Is this issue sufficient for a formal RFE? This is the last usecase i have for having to include an external script in my profile which would be very nice to remove.

yarda commented 4 years ago

Is this issue sufficient for a formal RFE? This is the last usecase i have for having to include an external script in my profile which would be very nice to remove.

Yes. Also patches are welcome to speed this up.