summarylogtreecommitdiffstats
path: root/containernet.install
diff options
context:
space:
mode:
authorkyechou2022-02-03 14:40:35 -0600
committerkyechou2022-02-03 14:43:24 -0600
commit0a8b9afe6be77178bcdc4d2981d82707e36b9d48 (patch)
tree1c49a74b3b099feb292f53398396d48a53ea4c94 /containernet.install
parent5ae4b90e0955a5994d16ce9712466fd26ae5c894 (diff)
downloadaur-0a8b9afe6be77178bcdc4d2981d82707e36b9d48.tar.gz
Update dependencies and use Python 3
Diffstat (limited to 'containernet.install')
-rw-r--r--containernet.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/containernet.install b/containernet.install
new file mode 100644
index 000000000000..cfda9d153f0c
--- /dev/null
+++ b/containernet.install
@@ -0,0 +1,12 @@
+post_install() {
+ cat << EOF
+
+ Containernet 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
+}