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

(#1653824) Revert "sysctl.d: switch net.ipv4.conf.all.rp_filter from 1 to 2" #292

Merged
merged 1 commit into from Feb 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion sysctl.d/50-default.conf
Expand Up @@ -22,7 +22,7 @@ kernel.sysrq = 16
kernel.core_uses_pid = 1

# Source route verification
net.ipv4.conf.all.rp_filter = 2
net.ipv4.conf.all.rp_filter = 1

# Do not accept source routing
net.ipv4.conf.all.accept_source_route = 0
Expand Down