]> git.baikalelectronics.ru Git - kernel.git/commit
net: Correct type of tcp_syncookies sysctl.
authorDavid S. Miller <davem@davemloft.net>
Fri, 3 Jan 2020 00:07:38 +0000 (16:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Jan 2020 00:07:38 +0000 (16:07 -0800)
commitc0e604027888f7b9bfc84f2a845e26f2dfbd499a
tree84244cfe1ebcd0513554f925d73a5f97e97c2ef2
parente1e0241e1d1cfdcca0f867764e2a06859c6cd9f8
net: Correct type of tcp_syncookies sysctl.

It can take on the values of '0', '1', and '2' and thus
is not a boolean.

Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt