diff options
Diffstat (limited to 'sysctl.conf.sparc')
-rw-r--r-- | sysctl.conf.sparc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysctl.conf.sparc b/sysctl.conf.sparc index c01a8d06..5eed1c61 100644 --- a/sysctl.conf.sparc +++ b/sysctl.conf.sparc @@ -1,7 +1,7 @@ # Disables packet forwarding net.ipv4.ip_forward = 0 # Enables source route verification -net.ipv4.conf.all.rp_filter = 1 +net.ipv4.conf.default.rp_filter = 1 # Disables automatic defragmentation (needed for masquerading, LVS) net.ipv4.ip_always_defrag = 0 # Disables the magic-sysrq key |