chiark / gitweb /
@@ -12,6 +12,7 @@ origin
authorian <ian>
Thu, 11 Aug 2005 18:52:07 +0000 (18:52 +0000)
committerian <ian>
Thu, 11 Aug 2005 18:52:07 +0000 (18:52 +0000)
+  * Use slip, not cslip, for udptunnel (!)

changelog
ipif/udptunnel-vpn-defaults

index 0317503..13544fc 100644 (file)
--- a/changelog
+++ b/changelog
@@ -12,6 +12,7 @@ userv-utils (0.2.99.0.2) unstable; urgency=low
   * Allow config file to override ipif default clock skew and lag.
   * Set default max clock skew to 45/45, not 10/30.
   * Fix path in www-cgi userv service config.
+  * Use slip, not cslip, for udptunnel (!)
 
  --
 
index 51d8b7e..15e9b7c 100644 (file)
@@ -17,7 +17,7 @@ m4_dnl You should have received a copy of the GNU General Public License
 m4_dnl along with userv-utils; if not, write to the Free Software
 m4_dnl Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 m4_dnl
-m4_dnl $Id: udptunnel-vpn-defaults,v 1.8 2004/09/05 16:10:30 ian Exp $
+m4_dnl $Id: udptunnel-vpn-defaults,v 1.9 2005/08/11 18:52:07 ian Exp $
 
 SET(   lcommand,       [udptunnel])
 SET(   clock_maxskew,  45)
@@ -32,7 +32,7 @@ SET(  rport,          [Command])
 m4_dnl lend            -- usually set in global
 m4_dnl rend            -- usually set in sites
 SET(   mtu,            [1000])
-SET(   proto,          [cslip])
+SET(   proto,          [slip])
 SET(   to_restart,     [10])
 SET(   to_poll,        [30])
 SET(   to_quit,        [130])