Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77A5EDE51 for ; Thu, 27 Sep 2012 04:58:09 +0000 (UTC) Received: (qmail 61535 invoked by uid 500); 27 Sep 2012 04:58:06 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 61467 invoked by uid 500); 27 Sep 2012 04:58:05 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 60172 invoked by uid 99); 27 Sep 2012 04:58:03 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2012 04:58:03 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 821C639339; Thu, 27 Sep 2012 04:58:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: edison@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [15/33] git commit: CLOUDSTACK-171 according to http://markmail.org/thread/hipzcgtc7qx2o7iz delete first Message-Id: <20120927045803.821C639339@tyr.zones.apache.org> Date: Thu, 27 Sep 2012 04:58:03 +0000 (UTC) CLOUDSTACK-171 according to http://markmail.org/thread/hipzcgtc7qx2o7iz delete first Conflicts: patches/systemvm/debian/vpn/etc/ipsec.conf Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7559ade4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7559ade4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7559ade4 Branch: refs/heads/4.0 Commit: 7559ade45e93f873d029a310b80f1bf9c9f153d2 Parents: 0167c34 Author: Edison Su Authored: Wed Sep 26 21:50:08 2012 -0700 Committer: Edison Su Committed: Wed Sep 26 21:50:08 2012 -0700 ---------------------------------------------------------------------- patches/systemvm/debian/vpn/etc/ipsec.conf | 50 ----------------------- 1 files changed, 0 insertions(+), 50 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7559ade4/patches/systemvm/debian/vpn/etc/ipsec.conf ---------------------------------------------------------------------- diff --git a/patches/systemvm/debian/vpn/etc/ipsec.conf b/patches/systemvm/debian/vpn/etc/ipsec.conf deleted file mode 100644 index a1c4bfb..0000000 --- a/patches/systemvm/debian/vpn/etc/ipsec.conf +++ /dev/null @@ -1,50 +0,0 @@ -# /etc/ipsec.conf - Openswan IPsec configuration file - -# This file: /usr/share/doc/openswan/ipsec.conf-sample -# -# Manual: ipsec.conf.5 - - -version 2.0 # conforms to second version of ipsec.conf specification - -# basic configuration -config setup - # Do not set debug options to debug configuration issues! - # plutodebug / klipsdebug = "all", "none" or a combation from below: - # "raw crypt parsing emitting control klips pfkey natt x509 dpd private" - # eg: - # plutodebug="control parsing" - # - # enable to get logs per-peer - # plutoopts="--perpeerlog" - # - # Again: only enable plutodebug or klipsdebug when asked by a developer - # - # NAT-TRAVERSAL support, see README.NAT-Traversal - nat_traversal=yes - # exclude networks used on server side by adding %v4:!a.b.c.0/24 - virtual_private=%v4:10.0.0.0/8,%v4:192.168.0.0/16,%v4:172.16.0.0/12 - # OE is now off by default. Uncomment and change to on, to enable. - oe=off - # which IPsec stack to use. auto will try netkey, then klips then mast - protostack=auto - - -# Add connections here - -# sample VPN connection -# for more examples, see /etc/ipsec.d/examples/ -#conn sample -# # Left security gateway, subnet behind it, nexthop toward right. -# left=10.0.0.1 -# leftsubnet=172.16.0.0/24 -# leftnexthop=10.22.33.44 -# # Right security gateway, subnet behind it, nexthop toward left. -# right=10.12.12.1 -# rightsubnet=192.168.0.0/24 -# rightnexthop=10.101.102.103 -# # To authorize this connection, but not actually start it, -# # at startup, uncomment this. -# #auto=add - -include /etc/ipsec.d/*.conf