Octavian Purdila wrote:
This patch introduces /proc/sys/net/ipv4/ip_local_reserved_ports which
allows users to reserve ports for third-party applications.
The reserved ports will not be used by automatic port assignments
(e.g. when calling connect() or bind() with port number 0). Explicit
port allocation behavior is unchanged.
Signed-off-by: Octavian Purdila <redacted>
Signed-off-by: WANG Cong <redacted>
Cc: Neil Horman <nhorman@tuxdriver.com>
Cc: Eric Dumazet <redacted>
Cc: Eric W. Biederman <redacted>
My test case shows this works as expect, I mean reserving local ports.
So, for this one,
Acked-by: WANG Cong <redacted>
Thanks for your work!