Update mininet version (#517)
* Support negative-valued action parameters by converting them in the Python helper code into a positive value whose bit pattern is the 2's complement representation of the negative value. * Update version of mininet installed to the latest available in 2023-Jun
This commit is contained in:
4
vm-ubuntu-20.04/Vagrantfile
vendored
4
vm-ubuntu-20.04/Vagrantfile
vendored
@@ -18,7 +18,7 @@ Vagrant.configure(2) do |config|
|
||||
dev.vm.provision "shell", inline: "chmod 755 /home/vagrant/py3localpath.py"
|
||||
dev.vm.provision "file", source: "patches/disable-Wno-error-and-other-small-changes.diff", destination: "/home/vagrant/patches/disable-Wno-error-and-other-small-changes.diff"
|
||||
dev.vm.provision "file", source: "patches/behavioral-model-use-correct-libssl-pkg.patch", destination: "/home/vagrant/patches/behavioral-model-use-correct-libssl-pkg.patch"
|
||||
dev.vm.provision "file", source: "patches/mininet-dont-install-python2-2022-apr.patch", destination: "/home/vagrant/patches/mininet-dont-install-python2-2022-apr.patch"
|
||||
dev.vm.provision "file", source: "patches/mininet-patch-for-2023-jun.patch", destination: "/home/vagrant/patches/mininet-patch-for-2023-jun.patch"
|
||||
dev.vm.provision "file", source: "clean.sh", destination: "/home/vagrant/clean.sh"
|
||||
dev.vm.provision "shell", inline: "chmod 755 /home/vagrant/clean.sh"
|
||||
dev.vm.provision "shell", path: "root-dev-bootstrap.sh"
|
||||
@@ -31,7 +31,7 @@ Vagrant.configure(2) do |config|
|
||||
release.vm.provider "virtualbox" do |v|
|
||||
v.name = "P4 Tutorial Release" + Time.now.strftime(" %Y-%m-%d")
|
||||
end
|
||||
release.vm.provision "file", source: "patches/mininet-dont-install-python2-2022-apr.patch", destination: "/home/vagrant/patches/mininet-dont-install-python2-2022-apr.patch"
|
||||
release.vm.provision "file", source: "patches/mininet-patch-for-2023-jun.patch", destination: "/home/vagrant/patches/mininet-patch-for-2023-jun.patch"
|
||||
release.vm.provision "shell", path: "root-release-bootstrap.sh"
|
||||
release.vm.provision "shell", path: "root-common-bootstrap.sh"
|
||||
release.vm.provision "shell", privileged: false, path: "user-common-bootstrap.sh"
|
||||
|
||||
Reference in New Issue
Block a user