summarylogtreecommitdiffstats
path: root/containernet.install
diff options
context:
space:
mode:
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
+}