summarylogtreecommitdiffstats
path: root/mininet.install
blob: 8f97dff6d856983918b92b53e53063aba8023dc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 --now ovs-vswitchd.service

EOF
}