summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2016-12-22 10:58:25 -0800
committerJoe Stringer <joe@ovn.org>2017-01-03 09:32:58 -0800
commit40c7b2fc0d181155ea87a962a522d48f4166370b (patch)
tree12ef207e5f2c2fd0ff1490301f1556cf7b2e9059 /Vagrantfile
parentc26ed9c251c2fb9e2139eb1cc50258255cf16d01 (diff)
downloadopenvswitch-40c7b2fc0d181155ea87a962a522d48f4166370b.tar.gz
lib: Add support for tftp ct helper.
The kernel datapath provides support for TFTP helpers, so add support for this ALG to the commandline and OpenFlow encoding/decoding. Signed-off-by: Joe Stringer <joe@ovn.org> Acked-by: Daniele Di Proietto <diproiettod@vmware.com> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 1fe60ecf4..ef25c77c1 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -9,9 +9,9 @@ $bootstrap_fedora = <<SCRIPT
dnf -y update
dnf -y install autoconf automake openssl-devel libtool \
python-twisted-core python-zope-interface \
- desktop-file-utils groff graphviz rpmdevtools nc \
+ desktop-file-utils groff graphviz rpmdevtools nc curl \
wget python-six pyftpdlib checkpolicy selinux-policy-devel \
- libcap-ng-devel kernel-devel-`uname -r` ethtool
+ libcap-ng-devel kernel-devel-`uname -r` ethtool python-tftpy
echo "search extra update built-in" >/etc/depmod.d/search_path.conf
SCRIPT
@@ -23,10 +23,10 @@ aptitude -y install -R \
debhelper dh-autoreconf uuid-runtime \
autoconf automake libtool \
python-all python-twisted-core python-twisted-conch \
- xdg-utils groff graphviz netcat \
+ xdg-utils groff graphviz netcat curl \
wget python-six ethtool \
libcap-ng-dev libssl-dev python-dev openssl \
- python-pyftpdlib python-flake8 \
+ python-pyftpdlib python-flake8 python-tftpy \
linux-headers-`uname -r`
SCRIPT
@@ -34,7 +34,7 @@ $bootstrap_centos = <<SCRIPT
yum -y update
yum -y install autoconf automake openssl-devel libtool \
python-twisted-core python-zope-interface \
- desktop-file-utils groff graphviz rpmdevtools nc \
+ desktop-file-utils groff graphviz rpmdevtools nc curl \
wget python-six pyftpdlib checkpolicy selinux-policy-devel \
libcap-ng-devel kernel-devel-`uname -r` ethtool
SCRIPT