Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1974277: Fix conditional order for setting net device param. #239

Merged
merged 1 commit into from
Jun 22, 2021

Commits on Jun 22, 2021

  1. Fix conditional order for setting net device param.

    The conditional for setting a net device parameter in TuneD has a wrong
    order where it can potentially try to first cast a string to int in a
    wrong manner and only then check if the value is a specific integer
    value.
    
    Upstream TuneD fix: redhat-performance/tuned#360
    
    Resolves rhbz#1974277.
    jmencak committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    637c5a4 View commit details
    Browse the repository at this point in the history