From 3463190431fd409c11692d37396035b0dd67ae36 Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 11 Aug 2005 18:52:07 +0000 Subject: [PATCH 1/1] @@ -12,6 +12,7 @@ + * Use slip, not cslip, for udptunnel (!) --- changelog | 1 + debian/changelog | 1 + ipif/udptunnel-vpn-defaults | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 0317503..13544fc 100644 --- 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 (!) -- diff --git a/debian/changelog b/debian/changelog index 0317503..13544fc 100644 --- a/debian/changelog +++ b/debian/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 (!) -- diff --git a/ipif/udptunnel-vpn-defaults b/ipif/udptunnel-vpn-defaults index fffbbe7..520359e 100644 --- a/ipif/udptunnel-vpn-defaults +++ b/ipif/udptunnel-vpn-defaults @@ -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]) -- 2.30.2