Skip to content

Instantly share code, notes, and snippets.

@kazuyas
Created March 31, 2012 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kazuyas/2263518 to your computer and use it in GitHub Desktop.
Save kazuyas/2263518 to your computer and use it in GitHub Desktop.
Simple network
vswitch {
datapath_id 0x1
}
vhost ( "host1" )
vhost ( "host2" )
link "0x1", "host1"
link "0x1", "host2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment