[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130429.115214.930181179286504457.davem@davemloft.net>
Date: Mon, 29 Apr 2013 11:52:14 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: amwang@...hat.com
Cc: netdev@...r.kernel.org, dlstevens@...ibm.com,
stephen@...workplumber.org
Subject: Re: [Patch net-next v6 4/5] vxlan: add ipv6 support
From: Cong Wang <amwang@...hat.com>
Date: Wed, 24 Apr 2013 13:54:33 +0800
> + rc = sock_create_kern(AF_INET6, SOCK_DGRAM, IPPROTO_UDP, &vn->sock);
> + if (rc < 0) {
> + pr_debug("UDP socket create failed\n");
> + return rc;
> + }
You have to fall back to creating and using an ipv4 socket if making
the ipv6 one fails.
IPV6 being enabled does not mean it is guaranteed the one can
successfully create ipv6 sockets.
You also must handle /proc/sys/net/ipv6/conf/${DEV}/disable_ipv6
correctly as far as this stuff goes as well.
--
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