Comment 13 for bug 1634892

Revision history for this message
Thomas Copeland (copeland-tj) wrote :

rc4 has the same problem:

thomasco@dev:/proc/sys/net/ipv4/neigh/default$ uname -a
Linux dev 3.14.0-031400rc4-generic #201402232235 SMP Mon Feb 24 03:36:35 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
thomasco@dev:/proc/sys/net/ipv4/neigh/default$ sudo sysctl -w net.ipv4.neigh.default.gc_thresh3=8192
sysctl: setting key "net.ipv4.neigh.default.gc_thresh3": Invalid argument
net.ipv4.neigh.default.gc_thresh3 = 8192

rc6 works though

thomasco@dev:~$ uname -a
Linux dev 3.14.0-031400rc6-generic #201403100035 SMP Mon Mar 10 04:36:54 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
thomasco@dev:~$ sudo sysctl -w net.ipv4.neigh.default.gc_thresh3=8192
net.ipv4.neigh.default.gc_thresh3 = 8192
thomasco@dev:~$ cat /proc/sys/net/ipv4/neigh/default/gc_thresh3
8192