head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.01.11.23.43.25;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310252
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310252 | mandree | 2013-01-11 23:09:37 +0000 (Fri, 11 Jan 2013) | 11 lines
## SVN ##
## SVN ## OpenVPN changes, upgrades and fixes:
## SVN ##
## SVN ## - Upgrade security/openvpn to v2.3.0 (changes installed layout a bit),
## SVN ##   splitting and re-diffing patches.
## SVN ## - Retain v2.2.2 as security/openvpn22
## SVN ## - Mark security/openvpn20 as deprecated and to expire 6 months from now
## SVN ## - Fix TCP_NODELAY option (openvpn 2.3, 2.2), see
## SVN ##   <http://community.openvpn.net/openvpn/ticket/158>
## SVN ## - Fix PassTOS option (openvpn 2.2, 2.0), see
## SVN ##   http://community.openvpn.net/openvpn/ticket/135
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@--- sample-config-files/loopback-client.orig	Mon Oct 16 00:30:20 2006
+++ sample-config-files/loopback-client	Wed Apr  4 00:51:31 2007
@@@@ -9,8 +9,8 @@@@
 #  ./openvpn --config sample-config-files/loopback-client  (In one window) 
 #  ./openvpn --config sample-config-files/loopback-server  (Simultaneously in another window) 
 
-rport 16000
-lport 16001
+rport 16100
+lport 16101
 remote localhost
 local localhost
 dev null
--- sample-config-files/loopback-server.orig	Mon Oct 16 00:30:20 2006
+++ sample-config-files/loopback-server	Wed Apr  4 00:51:31 2007
@@@@ -9,8 +9,8 @@@@
 #  ./openvpn --config sample-config-files/loopback-client  (In one window) 
 #  ./openvpn --config sample-config-files/loopback-server  (Simultaneously in another window) 
 
-rport 16001
-lport 16000
+rport 16101
+lport 16100
 remote localhost
 local localhost
 dev null
@
