Re: [PATCH] net/ipv4: add comment about connect() to INADDR_ANY

2020-07-30 Thread David Miller
From: Konstantin Khlebnikov Date: Sat, 25 Jul 2020 20:22:50 +0300 > Copy comment from net/ipv6/tcp_ipv6.c to help future readers. > > Signed-off-by: Konstantin Khlebnikov This function is used by many lookups, not just connect() so the comment is entirely inapropriate here. I'm not applying t

[PATCH] net/ipv4: add comment about connect() to INADDR_ANY

2020-07-25 Thread Konstantin Khlebnikov
Copy comment from net/ipv6/tcp_ipv6.c to help future readers. Signed-off-by: Konstantin Khlebnikov --- net/ipv4/route.c |1 + 1 file changed, 1 insertion(+) diff --git a/net/ipv4/route.c b/net/ipv4/route.c index a01efa062f6b..303fe706cbd2 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c