summarylogtreecommitdiffstats
path: root/containernet.install
blob: cfda9d153f0cb97f96854542bee9e252d078dd7c (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}