gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3658 - GNUnet/contrib


From: grothoff
Subject: [GNUnet-SVN] r3658 - GNUnet/contrib
Date: Mon, 6 Nov 2006 17:16:42 -0800 (PST)

Author: grothoff
Date: 2006-11-06 17:16:40 -0800 (Mon, 06 Nov 2006)
New Revision: 3658

Modified:
   GNUnet/contrib/config-daemon.scm
Log:
ip6

Modified: GNUnet/contrib/config-daemon.scm
===================================================================
--- GNUnet/contrib/config-daemon.scm    2006-11-07 01:07:13 UTC (rev 3657)
+++ GNUnet/contrib/config-daemon.scm    2006-11-07 01:16:40 UTC (rev 3658)
@@ -916,6 +916,18 @@
  '()
  'nat-unlimited) )
 
+(define (network-ip6 builder)
+ (builder
+ "NETWORK"
+ "IP6"
+ (_ "External IPv6 address (leave empty to try auto-detection)")
+ (nohelp)
+ '()
+ #t
+ ""
+ '()
+ 'ip6-loaded) )
+
 (define (transports builder)
  (builder
   ""
@@ -1158,6 +1170,7 @@
             ((eq? i 'tcp-loaded)   (change-visible ctx a b tcp-loaded))
             ((eq? i 'udp6-loaded)  (change-visible ctx a b udp6-loaded))
             ((eq? i 'tcp6-loaded)  (change-visible ctx a b tcp6-loaded))
+            ((eq? i 'ip6-loaded)   (change-visible ctx a b (or (tcp6-loaded 
udp6-loaded))))
             ((eq? i 'nobasiclimit) (change-visible ctx a b nobasiclimit))
             (else 'nothing)
           )





reply via email to

[Prev in Thread] Current Thread [Next in Thread]