summarylogtreecommitdiffstats
path: root/containernet-git.install
blob: 0cbf15937f726aae14faa1ada9dbbd16a178133f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  cat << EOF
   
    Containernet 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 ovsdb-server.service
      # systemctl start ovs-vswitchd.service
      # systemctl enable ovsdb-server.service
      # systemctl start ovs-vswitchd.service

EOF
}