X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=ipif%2Fudptunnel-vpn-defaults;h=77adf168ea76870b82dc3b4ec5c1767e082959dd;hb=44b7fe585d4953f0387d7deeaaabe07ae73ede76;hp=7dffe3f36493dd74293263f4a390fac69be96b79;hpb=711a074884724fb201f5e23d2256d7ea7f5ecaef;p=userv-utils.git diff --git a/ipif/udptunnel-vpn-defaults b/ipif/udptunnel-vpn-defaults index 7dffe3f..77adf16 100644 --- a/ipif/udptunnel-vpn-defaults +++ b/ipif/udptunnel-vpn-defaults @@ -1,11 +1,16 @@ m4_dnl udptunnel-vpn-defaults: default settings for udptunnel-reconf -m4_dnl Copyright (C) 1999-2000,2003 Ian Jackson m4_dnl This file is part of ipif, part of userv-utils - +m4_dnl +m4_dnl Copyright 1996-2013 Ian Jackson +m4_dnl Copyright 1998 David Damerell +m4_dnl Copyright 1999,2003 +m4_dnl Chancellor Masters and Scholars of the University of Cambridge +m4_dnl Copyright 2010 Tony Finch +m4_dnl m4_dnl This is free software; you can redistribute it and/or modify it m4_dnl under the terms of the GNU General Public License as published by -m4_dnl the Free Software Foundation; either version 2 of the License, or +m4_dnl the Free Software Foundation; either version 3 of the License, or m4_dnl (at your option) any later version. m4_dnl m4_dnl This program is distributed in the hope that it will be useful, but @@ -14,14 +19,12 @@ m4_dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU m4_dnl General Public License for more details. m4_dnl 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$ +m4_dnl along with userv-utils; if not, see http://www.gnu.org/licenses/. SET( lcommand, [udptunnel]) +SET( clock_maxskew, 45) SET( crypto, - [-e nonce -e timestamp/10/30 -e pkcs5/8 \ + [-e nonce -e timestamp/V_clock_maxskew/V_clock_maxskew -e pkcs5/8 \ -e blowfish-cbcmac/128 -e blowfish-cbc/128]) SET( lpublic, [`hostname`]) @@ -31,7 +34,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])