https://github.com/torvalds/linux
Revision d739437207064cdcea8f9c81442284106cbcb67f authored by Dave Jones on 17 May 2007, 22:02:21 UTC, committed by David S. Miller on 17 May 2007, 22:02:21 UTC
As mentioned in http://bugzilla.kernel.org/show_bug.cgi?id=5015
The helptext implies that this is on by default.
This may be true on some distros (Fedora/RHEL have it enabled
in /etc/sysctl.conf), but the kernel defaults to it off.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 2ff011e
Raw File
Tip revision: d739437207064cdcea8f9c81442284106cbcb67f authored by Dave Jones on 17 May 2007, 22:02:21 UTC
[IPV4]: Correct rp_filter help text.
Tip revision: d739437
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c
*.i
*.lst
*.symtypes

#
# Top-level generic files
#
tags
TAGS
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*
back to top