linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Make IPv6 enabled by default
@ 2014-05-27 18:18 Steve Dickson
  2014-05-27 18:37 ` [Libtirpc-devel] " Chuck Lever
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Dickson @ 2014-05-27 18:18 UTC (permalink / raw)
  To: Libtirpc-devel Mailing List; +Cc: Linux NFS Mailing list

From: Mike Frysinger <vapier@gentoo.org>

Added a --disable-ipv6 configuration flag to allow the
disabling of the IPv6 support.

Signed-off-by: Steve Dickson <steved@redhat.com>
---
 configure.ac | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/configure.ac b/configure.ac
index 7ff80a4..a99c5d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,6 +15,13 @@ if test x$gss = xtrue; then
 	PKG_CHECK_MODULES(GSSGLUE, libgssglue, [],
 	AC_MSG_ERROR([Unable to locate information required to use libgssglue.]))
 fi
+AC_ARG_ENABLE(ipv6,
+	[AC_HELP_STRING([--disable-ipv6], [Disable IPv6 support @<:@default=no@:>@])],
+	[],[enable_ipv6=yes])
+AM_CONDITIONAL(INET6, test "x$disable_ipv6" != xno)
+if test "x$enable_ipv6" != xno; then
+	AC_DEFINE(INET6, 1, [Define to 1 if IPv6 is available])
+fi
 
 AC_PROG_CC
 AM_CONFIG_HEADER(config.h)
-- 
1.7.11.7


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Libtirpc-devel] [PATCH v2] Make IPv6 enabled by default
  2014-05-27 18:18 [PATCH v2] Make IPv6 enabled by default Steve Dickson
@ 2014-05-27 18:37 ` Chuck Lever
  2014-05-28 16:20   ` Steve Dickson
  0 siblings, 1 reply; 3+ messages in thread
From: Chuck Lever @ 2014-05-27 18:37 UTC (permalink / raw)
  To: Steve Dickson; +Cc: Libtirpc-devel Mailing List, Linux NFS Mailing list



> On May 27, 2014, at 2:18 PM, Steve Dickson <steved@redhat.com> wrote:
> 
> From: Mike Frysinger <vapier@gentoo.org>
> 
> Added a --disable-ipv6 configuration flag to allow the
> disabling of the IPv6 support.

If I may ask, who needs to disable it?


> 
> Signed-off-by: Steve Dickson <steved@redhat.com>
> ---
> configure.ac | 7 +++++++
> 1 file changed, 7 insertions(+)
> 
> diff --git a/configure.ac b/configure.ac
> index 7ff80a4..a99c5d6 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -15,6 +15,13 @@ if test x$gss = xtrue; then
>    PKG_CHECK_MODULES(GSSGLUE, libgssglue, [],
>    AC_MSG_ERROR([Unable to locate information required to use libgssglue.]))
> fi
> +AC_ARG_ENABLE(ipv6,
> +    [AC_HELP_STRING([--disable-ipv6], [Disable IPv6 support @<:@default=no@:>@])],
> +    [],[enable_ipv6=yes])
> +AM_CONDITIONAL(INET6, test "x$disable_ipv6" != xno)
> +if test "x$enable_ipv6" != xno; then
> +    AC_DEFINE(INET6, 1, [Define to 1 if IPv6 is available])
> +fi
> 
> AC_PROG_CC
> AM_CONFIG_HEADER(config.h)
> -- 
> 1.7.11.7
> 
> 
> ------------------------------------------------------------------------------
> The best possible search technologies are now affordable for all companies.
> Download your FREE open source Enterprise Search Engine today!
> Our experts will assist you in its installation for $59/mo, no commitment.
> Test it for FREE on our Cloud platform anytime!
> http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk
> _______________________________________________
> Libtirpc-devel mailing list
> Libtirpc-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libtirpc-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Libtirpc-devel] [PATCH v2] Make IPv6 enabled by default
  2014-05-27 18:37 ` [Libtirpc-devel] " Chuck Lever
@ 2014-05-28 16:20   ` Steve Dickson
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Dickson @ 2014-05-28 16:20 UTC (permalink / raw)
  To: Chuck Lever; +Cc: Libtirpc-devel Mailing List, Linux NFS Mailing list



On 05/27/2014 02:37 PM, Chuck Lever wrote:
> 
> 
>> On May 27, 2014, at 2:18 PM, Steve Dickson <steved@redhat.com> wrote:
>>
>> From: Mike Frysinger <vapier@gentoo.org>
>>
>> Added a --disable-ipv6 configuration flag to allow the
>> disabling of the IPv6 support.
> 
> If I may ask, who needs to disable it?
Nobody... I just sent out the wrong patch.... 

Sorry for the noise... 

steved.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-28 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-27 18:18 [PATCH v2] Make IPv6 enabled by default Steve Dickson
2014-05-27 18:37 ` [Libtirpc-devel] " Chuck Lever
2014-05-28 16:20   ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).