summarylogtreecommitdiffstats
path: root/mininet.install
diff options
context:
space:
mode:
authorkyechou2021-02-05 14:37:37 -0600
committerkyechou2021-02-05 14:37:37 -0600
commit3376af57089fc89635ac38ad47c226feaa42baab (patch)
treeec81665501ed52805d29bc0752e3048a8d23ea20 /mininet.install
parent1be7b38afead3f07ec3a6a6a6666b0c01e1882bc (diff)
downloadaur-3376af57089fc89635ac38ad47c226feaa42baab.tar.gz
Update to 2.3.0b2
Diffstat (limited to 'mininet.install')
-rw-r--r--mininet.install16
1 files changed, 7 insertions, 9 deletions
diff --git a/mininet.install b/mininet.install
index 1d6eb649ca15..5320fdafaaeb 100644
--- a/mininet.install
+++ b/mininet.install
@@ -1,14 +1,12 @@
post_install() {
cat << EOF
-
- Mininet requires Open vSwitch to be running in order to
- instantiate switches. To run it, just execute the following
- commands (as root or using sudo):
-
- # systemctl enable ovsdb-server.service
- # systemctl start ovs-vswitchd.service
- # systemctl enable ovsdb-server.service
- # systemctl start ovs-vswitchd.service
+
+ Mininet requires Open vSwitch to be running in order to
+ instantiate switches. To run it, please execute the
+ following commands:
+
+ # systemctl enable ovs-vswitchd.service
+ # systemctl start ovs-vswitchd.service
EOF
}