From 3916b75f1ef7858101a1020f821115d83f285284 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 26 Feb 2009 14:37:58 +0000 Subject: added -4 and -6 switches to udp socket --- src/configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/configure') diff --git a/src/configure b/src/configure index 3d630e9..d112494 100755 --- a/src/configure +++ b/src/configure @@ -51,8 +51,8 @@ print_usage() { echo " --use-ssl-crypto use ssl crypto library instead of libgcrypt" echo " --disable-crypto disable crypto at all (only NULL cipher)" echo " --disable-passphrase disable master key and salt passphrase" - echo " --disable-v4-mapped disable V4-Mapped addresses (until now this means" - echo " to disable IPv6 as outer protocol)" + echo " --disable-v4-mapped disable V4-Mapped addresses (this means to disable" + echo " simultanious use of IPv4 and IPv6)" } for arg @@ -136,8 +136,8 @@ if [ $PASSPHRASE -eq 0 ]; then fi if [ $V4_MAPPED -eq 0 ]; then - CFLAGS=$CFLAGS' -DNO_UDPV6' - echo "WARNING: disabling V4 mapped addresses, this prevents uanytun from using IPv6 as outer Protocol" + CFLAGS=$CFLAGS' -DNO_V4MAPPED' + echo "WARNING: disabling V4 mapped addresses, this prevents uanytun from using IPv6 and IPv4 Sockets at the same time" fi if [ "x$PREFIX" = "x/usr" ]; then -- cgit v1.2.3