@@ -12,6 +12,7 @@
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
debian/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 0317503..13544fc 100644 (file)
@@ -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 fffbbe7..520359e 100644 (file)
@@ -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])