chiark / gitweb /
@@ -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 03175037e0cfbaba9c561785e6c4edf2b5f7d73c..13544fc72c7f5d9a7003d101a961e63632ade8ff 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 03175037e0cfbaba9c561785e6c4edf2b5f7d73c..13544fc72c7f5d9a7003d101a961e63632ade8ff 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 fffbbe74f6c66c77b6485d2400058ecc93cc66be..520359e1bfa62e23dcb3ae723be5ee60e4b8a2cd 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])