[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1323879648-419-1-git-send-email-bernat@luffy.cx>
Date: Wed, 14 Dec 2011 17:20:46 +0100
From: Vincent Bernat <bernat@...fy.cx>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, yoshfuji@...ux-ipv6.org
Subject: nonlocal_bind and IPv6
This is a second tentative to port ip_nonlocal_bind to IPv6. The two
patches are independant. The first patch enables
net.ipv6.ip_nonlocal_bind and is "namespace aware". The second patch
modifies net.ipv4.ip_nonlocal_bind to also be "namespace aware". I
don't know if this is something important.
I did not test the SCTP part of the second patch (but it compiles).
Documentation/networking/ip-sysctl.txt | 5 +++++
include/net/netns/ipv4.h | 1 +
include/net/netns/ipv6.h | 1 +
net/ipv4/af_inet.c | 6 +-----
net/ipv4/ping.c | 2 +-
net/ipv4/sysctl_net_ipv4.c | 16 +++++++++-------
net/ipv6/af_inet6.c | 6 ++++--
net/ipv6/sysctl_net_ipv6.c | 8 ++++++++
net/sctp/protocol.c | 2 +-
9 files changed, 31 insertions(+), 16 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists