]> git.baikalelectronics.ru Git - kernel.git/commit
net: Fix a documentation bug wrt. ip_unprivileged_port_start
authorMaciej Żenczykowski <maze@google.com>
Mon, 25 Nov 2019 22:48:00 +0000 (14:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Nov 2019 21:17:49 +0000 (13:17 -0800)
commit85d8d54116e44a3ac96fb839cd12f3f86ed8837b
treee1469c4db15d9a919517043445b7a2ddb04b62cb
parent2c7dcb538468d60ac3838d88ff97bcad952f9fd6
net: Fix a documentation bug wrt. ip_unprivileged_port_start

It cannot overlap with the local port range - ie. with autobind selectable
ports - and not with reserved ports.

Indeed 'ip_local_reserved_ports' isn't even a range, it's a (by default
empty) set.

Fixes: e140ccaf7253 ("Introduce a sysctl that modifies the value of PROT_SOCK.")
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt