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 ovs-vswitchd.service # systemctl start ovs-vswitchd.service EOF }