netcat is used in several tests, but when creating a new vagrant VM we haven't been installing it. Do so.
Signed-off-by: Joe Stringer <j...@ovn.org> --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 3557095a2c3a..e618f9c1a30c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -9,7 +9,7 @@ $bootstrap_fedora = <<SCRIPT dnf -y update dnf -y install autoconf automake openssl-devel libtool \ python-twisted-core python-zope-interface PyQt4 \ - desktop-file-utils groff graphviz rpmdevtools \ + desktop-file-utils groff graphviz rpmdevtools nc \ wget python-six pyftpdlib checkpolicy selinux-policy-devel \ libcap-ng-devel kernel-devel-`uname -r` echo "search extra update built-in" >/etc/depmod.d/search_path.conf -- 2.8.2 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev