From patchwork Wed Jun 29 17:35:00 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: William Tu X-Patchwork-Id: 642147 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from archives.nicira.com (archives.nicira.com [96.126.127.54]) by ozlabs.org (Postfix) with ESMTP id 3rfqZK1zF1z9sdb for ; Thu, 30 Jun 2016 03:35:19 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=b1fGdiqZ; dkim-atps=neutral Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id 96CAC1067A; Wed, 29 Jun 2016 10:35:18 -0700 (PDT) X-Original-To: dev@openvswitch.org Delivered-To: dev@openvswitch.org Received: from mx1e3.cudamail.com (mx1.cudamail.com [69.90.118.67]) by archives.nicira.com (Postfix) with ESMTPS id D9650101E4 for ; Wed, 29 Jun 2016 10:35:17 -0700 (PDT) Received: from bar5.cudamail.com (localhost [127.0.0.1]) by mx1e3.cudamail.com (Postfix) with ESMTPS id 506424206DC for ; Wed, 29 Jun 2016 11:35:17 -0600 (MDT) X-ASG-Debug-ID: 1467221716-09eadd484b23a40001-byXFYA Received: from mx1-pf2.cudamail.com ([192.168.24.2]) by bar5.cudamail.com with ESMTP id FIiEj8HnalsMUsdk (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 29 Jun 2016 11:35:16 -0600 (MDT) X-Barracuda-Envelope-From: u9012063@gmail.com X-Barracuda-RBL-Trusted-Forwarder: 192.168.24.2 Received: from unknown (HELO mail-pf0-f194.google.com) (209.85.192.194) by mx1-pf2.cudamail.com with ESMTPS (AES128-SHA encrypted); 29 Jun 2016 17:35:15 -0000 Received-SPF: pass (mx1-pf2.cudamail.com: SPF record at _netblocks.google.com designates 209.85.192.194 as permitted sender) X-Barracuda-Apparent-Source-IP: 209.85.192.194 X-Barracuda-RBL-IP: 209.85.192.194 Received: by mail-pf0-f194.google.com with SMTP id c74so5048111pfb.0 for ; Wed, 29 Jun 2016 10:35:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=x4twVuOXloR1RgyLeDmBLwOAbRqAt3aA1+nM1ZhWD2M=; b=b1fGdiqZuGWgEyrwPU6c7i12nx7gJhiuSajYcPQIt8+D4aJBpnZhCnhXLA4OThWTnp j0/9NB8md1rzNquJdoR8zIVJKGCZG1xbhpzjFFCKniHRxKvx1yzuxUoZup/TsBnPtbke T2GlnlJ0AuPJwURnyexkh+mX9kY7bAAgaN/zOXWKMTmVGO6sKCHzdjJh0Uud0EJp8FjB SsqIRg0CDHlXjZT5GcmXdI4SNQ4nbVARrFJAEpVD1HHcQgIinX8bgor0VeE2R+PHUnkI QIEL0fbPcXn4iPf+8vrR8eNQTv4A1sXfoHHlujaoj+rft2Xqt/YbDTwxBrYm+ZuyKywe NfCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=x4twVuOXloR1RgyLeDmBLwOAbRqAt3aA1+nM1ZhWD2M=; b=kGB4Nb2zVwe3YBeCNsna+9yNcCIOL0c+rdlxgtQMVaUxiCj1rB/LwP8A5KDLPY5npe RqqMylp5Th2Aibo86Z6oF7BDmgbtPNZLR3KExUbdpjhqr5olOotUWoatifIWu0egjhC8 YXsVaQ9lw+ws9nXuiP+NC291f3KSam+e3c4lU4g8kng351Zzer2AZ/BiRW57jPh0ggZi EkN+YIjSM8LLpgGbUDsaNMl206mh8gRHz+7H1kINCYakTEEc8Yr9ob7DXHmF6O3IS0Dq KeG3uSxLD41iCEcUqbKqFwv/yvLDeOtghqzD+3oT+tBHJkmL4G+dq7a7DLZCTm8cLJ7x pptA== X-Gm-Message-State: ALyK8tK8sWQhNqROr84hAaj6jmrSTQSVFmtdScUF6vLLas2K1x3tEhFzghc20mTrpOuAiQ== X-Received: by 10.98.36.130 with SMTP id k2mr13764519pfk.118.1467221714986; Wed, 29 Jun 2016 10:35:14 -0700 (PDT) Received: from vm-dev.localdomain ([208.91.1.34]) by smtp.gmail.com with ESMTPSA id 186sm7432252pfg.39.2016.06.29.10.35.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Jun 2016 10:35:14 -0700 (PDT) X-CudaMail-Envelope-Sender: u9012063@gmail.com From: William Tu To: dev@openvswitch.org X-CudaMail-MID: CM-E2-628055212 X-CudaMail-DTE: 062916 X-CudaMail-Originating-IP: 209.85.192.194 Date: Wed, 29 Jun 2016 10:35:00 -0700 X-ASG-Orig-Subj: [##CM-E2-628055212##][PATCH] vagrant: Add FreeBSD 10.2 box support. Message-Id: <1467221700-57882-1-git-send-email-u9012063@gmail.com> X-Mailer: git-send-email 2.5.0 X-GBUdb-Analysis: 0, 209.85.192.194, Ugly c=0.323114 p=-0.0434783 Source Normal X-MessageSniffer-Rules: 0-0-0-6339-c X-Barracuda-Connect: UNKNOWN[192.168.24.2] X-Barracuda-Start-Time: 1467221716 X-Barracuda-Encrypted: DHE-RSA-AES256-SHA X-Barracuda-URL: https://web.cudamail.com:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at cudamail.com X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.60 X-Barracuda-Spam-Status: No, SCORE=0.60 using global scores of TAG_LEVEL=3.5 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=4.0 tests=BSF_SC5_MJ1963, DKIM_SIGNED, MAILTO_TO_SPAM_ADDR, RDNS_NONE X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.30870 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.00 DKIM_SIGNED Domain Keys Identified Mail: message has a signature 0.00 MAILTO_TO_SPAM_ADDR URI: Includes a link to a likely spammer email 0.10 RDNS_NONE Delivered to trusted network by a host with no rDNS 0.50 BSF_SC5_MJ1963 Custom Rule MJ1963 Subject: [ovs-dev] [PATCH] vagrant: Add FreeBSD 10.2 box support. X-BeenThere: dev@openvswitch.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dev-bounces@openvswitch.org Sender: "dev" Add FreeBSD 10.2 vagrant file "Vagrantfile-FreeBSD". Users can run 'VAGRANT_VAGRANTFILE=Vagrantfile-FreeBSD vagrant up' to test basic OVS configure, build, and check. Signed-off-by: William Tu --- Vagrantfile-FreeBSD | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Vagrantfile-FreeBSD diff --git a/Vagrantfile-FreeBSD b/Vagrantfile-FreeBSD new file mode 100644 index 0000000..8f00abe --- /dev/null +++ b/Vagrantfile-FreeBSD @@ -0,0 +1,49 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + +# All Vagrant configuration is done below. The "2" in Vagrant.configure +# configures the configuration version (we support older styles for +# backwards compatibility). Please don't change it unless you know what +# you're doing. + +VAGRANTFILE_API_VERSION = "2" +Vagrant.require_version ">=1.7.0" + +$bootstrap_freebsd = <