We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
net.ipv4.ip_forward
0
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On a machine that is in this state:
Trying to set the value of
net.ipv4.ip_forward
to0
would produce the following message:This message appears to be a noop, but it would actually change the live value.
The text was updated successfully, but these errors were encountered: