summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2018-04-18 08:42:09 -0500
committerkyechou2018-04-18 08:42:09 -0500
commit680d6686c7f709c59aeaedf2326ffdefb6a484c2 (patch)
tree826301616cc8f2b6d36e7a34f14e715e862c6410
parentf74df571cb1e209b7f02a4f367b8b832fa61fec7 (diff)
downloadaur-680d6686c7f709c59aeaedf2326ffdefb6a484c2.tar.gz
Don't have to enable/start the ovsdb-server.service
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--mininet.install2
3 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb31d209cef0..5faeed16f876 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mininet-git
pkgdesc = Emulator for rapid prototyping of Software Defined Networks
- pkgver = 20180326
+ pkgver = 20180418
pkgrel = 1
url = https://github.com/mininet/mininet/
install = mininet.install
diff --git a/PKGBUILD b/PKGBUILD
index a41d6894a19c..79a115ab2a74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kuan-Yen Chou <forendef2846@gmail.com>
pkgname=mininet-git
-pkgver=20180326
+pkgver=20180418
pkgrel=1
pkgdesc="Emulator for rapid prototyping of Software Defined Networks"
depends=('bash' 'python2' 'python2-networkx' 'net-tools' 'iputils' 'iperf' 'openvswitch')
diff --git a/mininet.install b/mininet.install
index c6a5d7a7490a..4259a4d99590 100644
--- a/mininet.install
+++ b/mininet.install
@@ -5,9 +5,7 @@ post_install() {
instantiate switches. To run it, just execute the following
commands (as root or using sudo):
- # systemctl enable ovsdb-server.service
# systemctl enable ovs-vswitchd.service
- # systemctl start ovsdb-server.service
# systemctl start ovs-vswitchd.service
EOF