Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Separate VNET from Palacios, add its own host_hooks for interfaces from host OS for...
[palacios.git] / palacios / include / vnet / vnet.h
index ec4fc10..0776972 100644 (file)
@@ -22,9 +22,9 @@
 #ifndef __VNET_CORE_H__
 #define __VNET_CORE_H__
 
-#include <palacios/vmm.h>
 #include <palacios/vmm_ethernet.h>
-#include <vnet/vnet_host_interface.h>
+#include <vnet/vnet_host.h>
+#include <vnet/vnet_vmm.h>
 
 #define MAC_NOSET      0
 #define MAC_ANY        11
@@ -39,8 +39,6 @@
 
 #define VNET_HASH_SIZE         17
 
-extern int v3_vnet_debug;
-
 struct v3_vnet_route {
     uint8_t src_mac[ETH_ALEN];
     uint8_t dst_mac[ETH_ALEN];