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

Misleading message when live value and persisted values differ #68

Open
chutzimir opened this issue Oct 14, 2022 · 0 comments
Open

Misleading message when live value and persisted values differ #68

chutzimir opened this issue Oct 14, 2022 · 0 comments

Comments

@chutzimir
Copy link

On a machine that is in this state:

$ sysctl net.ipv4.ip_forward
net.ipv4.ip_forward = 1
$ grep net.ipv4.ip_forward /etc/sysctl.conf
net.ipv4.ip_forward = 0

Trying to set the value of net.ipv4.ip_forward to 0 would produce the following message:

Sysctl[net.ipv4.ip_forward]/value: current_value '0', should be '0' (noop) (corrective)

This message appears to be a noop, but it would actually change the live value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant