]> Pileus Git - ~andy/linux/commit
Documentation: fix neigh/default/gc_thresh1 default value.
authorLi RongQing <roy.qing.li@gmail.com>
Thu, 14 Mar 2013 22:49:47 +0000 (22:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Mar 2013 13:12:23 +0000 (09:12 -0400)
commitb66c66dc5cc8f8f8d68ea1177b9672f91e1e7a19
tree4df49d8e3d98660a10ea26055a1e555730a46d00
parentd0320f750093d012d3ed69fc1e8b385f654523d5
Documentation: fix neigh/default/gc_thresh1 default value.

The default value is 128, not 256
#grep gc_thresh1 net/ -rI
net/decnet/dn_neigh.c: .gc_thresh1 = 128,
net/ipv6/ndisc.c: .gc_thresh1 =  128,
net/ipv4/arp.c: .gc_thresh1 = 128,

Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt