[pisa-src] r1606 - trunk/openwrt/files/etc/pisa/pisacd.conf

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 10 Nov 2009 16:11:55 +0100

Author: tjansen
Date: Tue Nov 10 16:11:55 2009
New Revision: 1606

Log:
Applied config cleanup from commit 1600 to the config that is shipped with
OpenWrt images.

Modified:
   trunk/openwrt/files/etc/pisa/pisacd.conf

Modified: trunk/openwrt/files/etc/pisa/pisacd.conf
==============================================================================
--- trunk/openwrt/files/etc/pisa/pisacd.conf    Tue Nov 10 16:08:35 2009        
(r1605)
+++ trunk/openwrt/files/etc/pisa/pisacd.conf    Tue Nov 10 16:11:55 2009        
(r1606)
@@ -1,22 +1,16 @@
-port_control=5001;
-port_data=5002;
-port_pasrv=5011;
-make_tunnel = "yes";
+# Debugging configuration
 debuglevel = "all";
-#debugtypemask = 16777215; # all debug output
 debugtypemask = 0; # without any debug output
-interface_wlan = "wlan0";
-preauth_request_interval = 6;
-preauth_request_max_retry = 8;
-binding_update_request_timeout = 20;
-binding_update_request_max_retry = 3;
-maxTriesCount=3;
-timeoutTime=3;
+#debugtypemask = 16777215; # all debug output
+
+# These are the default ports
+port_control = 5001;
+port_data = 5002;
 
 # Time in seconds after that idle connections (except the relay connection)
 # are disconnected to save resources by no longer maintaining old connections.
 # A delay of 0 disables disconnects for any type of connection.
-idle_disconnect_delay=60;
+idle_disconnect_delay = 60;
 
 # Our local IPv4 address space
 local_ipv4 = "192.168.44.1";
@@ -55,12 +49,3 @@
                );
        }
 );
-
-default_ap = (
-);
-
-bootstrap_cands_neighbors = (
-);
-
-bootstrap_ready_neighbors = (
-);

Other related posts:

  • » [pisa-src] r1606 - trunk/openwrt/files/etc/pisa/pisacd.conf - Thomas Jansen